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-07-18 17:58:14 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a74189f6facd52df1f34effc27fde90eee7c22ca
codeql
/
javascript
/
ql
/
test
/
query-tests
/
Security
/
CWE-116
/
IncompleteSanitization
History
Napalys
3171f38cdd
JS: fixed bad alert messages when it came to incomplete sanitization for new RegExp objects
2024-11-29 11:14:45 +01:00
..
IncompleteBlacklistSanitizer.expected
JS: Now BadHtmlSanitizers new RegExp with unknown flags is also flagged.
2024-11-28 11:26:36 +01:00
IncompleteBlacklistSanitizer.ql
…
IncompleteHtmlAttributeSanitization.expected
…
IncompleteHtmlAttributeSanitization.qlref
…
IncompleteMultiCharacterSanitization.expected
JS: Add test cases for RegExp object usage in replace within incomplete sanitization
2024-11-28 11:26:47 +01:00
IncompleteMultiCharacterSanitization.qlref
Rename IncompleteMultiCharacterSanitization[Query]
2022-08-17 16:03:49 +12:00
IncompleteSanitization.expected
JS: fixed bad alert messages when it came to incomplete sanitization for new RegExp objects
2024-11-29 11:14:45 +01:00
IncompleteSanitization.qlref
…
tst-multi-character-sanitization.js
fix FP by requiring that the regular expression mention on of the chars important in the prefix
2023-07-01 20:30:09 +02:00
tst.js
JS: imcomplete sanization now handles properly maybe global
2024-11-28 11:26:50 +01:00
UnsafeHtmlExpansion.expected
…
UnsafeHtmlExpansion.js
…
UnsafeHtmlExpansion.qlref
…