Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
9.9k
Code
Issues
995
Pull requests
446
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
java
ql
test
on
refs/heads/codeql-cli-2.23.6
User selector
All users
All time
Commit history
Commits on Nov 12, 2025
Guards: Support disjunctive implications.
aschackmull
committed
d680039
View commit details
Copy full SHA for d680039
View code at this point
Browse repository at this point
Java: Add test for a known FP.
aschackmull
committed
2192d75
View commit details
Copy full SHA for 2192d75
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Pretty print models in test
Show description for 7ad570b
owen-mc
committed
7ad570b
View commit details
Copy full SHA for 7ad570b
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
Merge pull request #19539 from yoff/java/conflicting-access
yoff
authored
4461be1
View commit details
Copy full SHA for 4461be1
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
java: fix aliasing FP
Show description for 406e48b
yoff
committed
406e48b
View commit details
Copy full SHA for 406e48b
View code at this point
Browse repository at this point
java: add test for aliasing
Show description for 531b994
yoff
committed
531b994
View commit details
Copy full SHA for 531b994
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
Merge pull request #20690 from bdrodes/weak_symmetric_cipher_bug
Show description for d478752
nicolaswill
authored
d478752
View commit details
Copy full SHA for d478752
View code at this point
Browse repository at this point
Merge pull request #20696 from bdrodes/bad_mac_decrypt_then_mac
Show description for e7bd435
nicolaswill
authored
e7bd435
View commit details
Copy full SHA for e7bd435
View code at this point
Browse repository at this point
Crypto: Adding bad decrypt then mac order query. Fixes to BadMacOrderMacOnEncryptPlaintext as well.
bdrodes
committed
0e624f5
View commit details
Copy full SHA for 0e624f5
View code at this point
Browse repository at this point
Merge pull request #20688 from hvitved/java/request-forgery-matches-sanitizer
Show description for 32f21d6
hvitved
authored
32f21d6
View commit details
Copy full SHA for 32f21d6
View code at this point
Browse repository at this point
Crypto: Fixed bug in WeakSymmetricCipher.qll, forgot to not only filter if !=AES but the algorithm must still be a SymmetriCipher algorithm.
bdrodes
committed
ed492c7
View commit details
Copy full SHA for ed492c7
View code at this point
Browse repository at this point
Address review comments
hvitved
committed
a4eab48
View commit details
Copy full SHA for a4eab48
View code at this point
Browse repository at this point
Java: Treat `x.matches(regexp)` as a sanitizer for request forgery
hvitved
committed
7a9cb64
View commit details
Copy full SHA for 7a9cb64
View code at this point
Browse repository at this point
Commits on Oct 22, 2025
Crypto: Fix off by one column issue in unit tests.
bdrodes
committed
0837939
View commit details
Copy full SHA for 0837939
View code at this point
Browse repository at this point
Crytpo: Trying to fix in pipeline test failure, experimentally altering a line to see if this forces the test to pass. The test is off by one column in the piepline
bdrodes
committed
3561d01
View commit details
Copy full SHA for 3561d01
View code at this point
Browse repository at this point
Crypto: Adjust output of bad mac order queries, update associated bad mac order expected results, fix erroneous change to ID for a slicing query, update model to specify elliptic curve type as a pr…
Show description for dd60cf9
bdrodes
committed
dd60cf9
View commit details
Copy full SHA for dd60cf9
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
Crypto: Adding false positive to BadMacUse.java, we have no way to avoid this FP currently but should note it exists in the test case.
bdrodes
committed
ddeb42c
View commit details
Copy full SHA for ddeb42c
View code at this point
Browse repository at this point
java: add test with deeper paths
Show description for 9e77e5b
yoff
committed
9e77e5b
View commit details
Copy full SHA for 9e77e5b
View code at this point
Browse repository at this point
java: add test for `notFullyMonitored`
yoff
committed
f183a72
View commit details
Copy full SHA for f183a72
View code at this point
Browse repository at this point
java: address review comments
Show description for de05bfb
yoff
committed
de05bfb
View commit details
Copy full SHA for de05bfb
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
Merge branch 'santander-java-crypto-check' of https://github.com/bdrodes/codeql into santander-java-crypto-check
bdrodes
committed
cc436e8
View commit details
Copy full SHA for cc436e8
View code at this point
Browse repository at this point
Crypto: Missing hash algorithms for HMAC operations in jca.
bdrodes
committed
354effe
View commit details
Copy full SHA for 354effe
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
Merge branch 'main' into santander-java-crypto-check
bdrodes
authored
2b683c2
View commit details
Copy full SHA for 2b683c2
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
Crypto: more ID renaming to include "examples", fix singleton issues with ql-for-ql, use formatted test for WeakAsymmetricKeyGenSize (add post processing in the qlref), misc expected files updated …
Show description for c01c060
bdrodes
committed
c01c060
View commit details
Copy full SHA for c01c060
View code at this point
Browse repository at this point
Crypto: weak symmetric cipher tests.
bdrodes
committed
540daa6
View commit details
Copy full SHA for 540daa6
View code at this point
Browse repository at this point
Crypto: altering all query IDs in examples to have "examples" in the ID, to make clear the query is not intended for production.
bdrodes
committed
b06e053
View commit details
Copy full SHA for b06e053
View code at this point
Browse repository at this point
Crypto: Add missing cipher algorithms to JCA. Update node tests to account for missing cipher algorithms.
bdrodes
committed
b4ecb91
View commit details
Copy full SHA for b4ecb91
View code at this point
Browse repository at this point
Crypto: Add missing block mode JCA Models, add block mode unit tests
bdrodes
committed
f480d90
View commit details
Copy full SHA for f480d90
View code at this point
Browse repository at this point
Crypto: WeakKDFKeySize tests.
bdrodes
committed
e127341
View commit details
Copy full SHA for e127341
View code at this point
Browse repository at this point
Crypto: Modify BadMacOrderMacOnEncryptPlaintext to be a path query that traces through any intermediate encrypt or mac to the final encrypt or mac.
bdrodes
committed
628bab9
View commit details
Copy full SHA for 628bab9
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
java: rewrite conflict detection
Show description for 61a3e96
yoff
and
aschackmull
committed
61a3e96
View commit details
Copy full SHA for 61a3e96
View code at this point
Browse repository at this point
Crypto: Bad expected files in last push.
bdrodes
committed
5923e5c
View commit details
Copy full SHA for 5923e5c
View code at this point
Browse repository at this point
Crypto: Bad Mac use tests, and fix for BadMacOrderMacOnEncryptPlaintext (barriers were blocking flow through an encrypt to a subsequent mac on the same plaintext)
bdrodes
committed
700f34e
View commit details
Copy full SHA for 700f34e
View code at this point
Browse repository at this point
Crypto: Comment todo for observed missing modeled case. Tests for weak and unknown KDF iteration count.
bdrodes
committed
b9b0037
View commit details
Copy full SHA for b9b0037
View code at this point
Browse repository at this point
Crypto: Rename tests for weak asymmetric key gen size.
bdrodes
committed
3f36b09
View commit details
Copy full SHA for 3f36b09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.