This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-04-26 09:15:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ef345a32799aa0817721dd9aa95b8749be8c17f7
codeql
/
java
/
ql
/
test
/
experimental
/
query-tests
/
quantum
/
examples
/
BadMacUse
History
Owen Mansel-Chan
ef345a3279
Java: Inline expectation should have space after $
...
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
2026-03-04 12:44:54 +00:00
..
BadMacOrderDecryptThenMac.expected
Crypto: Adding bad decrypt then mac order query. Fixes to BadMacOrderMacOnEncryptPlaintext as well.
2025-10-24 12:44:28 -04:00
BadMacOrderDecryptThenMac.qlref
Crypto: Adding bad decrypt then mac order query. Fixes to BadMacOrderMacOnEncryptPlaintext as well.
2025-10-24 12:44:28 -04:00
BadMacOrderDecryptToMac.expected
Crypto: Adding bad decrypt then mac order query. Fixes to BadMacOrderMacOnEncryptPlaintext as well.
2025-10-24 12:44:28 -04:00
BadMacOrderDecryptToMac.qlref
Crypto: Bad Mac use tests, and fix for BadMacOrderMacOnEncryptPlaintext (barriers were blocking flow through an encrypt to a subsequent mac on the same plaintext)
2025-10-16 15:44:57 -04:00
BadMacOrderMacOnEncryptPlaintext.expected
Crypto: Adding bad decrypt then mac order query. Fixes to BadMacOrderMacOnEncryptPlaintext as well.
2025-10-24 12:44:28 -04:00
BadMacOrderMacOnEncryptPlaintext.qlref
Crypto: Bad Mac use tests, and fix for BadMacOrderMacOnEncryptPlaintext (barriers were blocking flow through an encrypt to a subsequent mac on the same plaintext)
2025-10-16 15:44:57 -04:00
BadMacUse.java
Java: Inline expectation should have space after $
2026-03-04 12:44:54 +00:00