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-02-22 09:53:41 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbc359ebded6f47ca081bc7ece7b7b70fbbe4080
codeql
/
javascript
/
ql
/
test
/
query-tests
/
Security
/
CWE-116
/
IncompleteSanitization
History
erik-krogh
f9eee906cf
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
..
IncompleteBlacklistSanitizer.expected
add test for IncompleteHtmlAttributeSanitization
2021-03-16 13:25:27 +01:00
IncompleteBlacklistSanitizer.ql
…
IncompleteHtmlAttributeSanitization.expected
add test for IncompleteHtmlAttributeSanitization
2021-03-16 13:25:27 +01:00
IncompleteHtmlAttributeSanitization.qlref
…
IncompleteMultiCharacterSanitization.expected
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
IncompleteMultiCharacterSanitization.qlref
Rename IncompleteMultiCharacterSanitization[Query]
2022-08-17 16:03:49 +12:00
IncompleteSanitization.expected
…
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
add test for IncompleteHtmlAttributeSanitization
2021-03-16 13:25:27 +01:00
UnsafeHtmlExpansion.expected
…
UnsafeHtmlExpansion.js
…
UnsafeHtmlExpansion.qlref
…