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-24 04:32:03 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
copilot/add-cpp-regular-expression-parser
codeql
/
csharp
/
ql
/
test
/
query-tests
/
Security Features
/
CWE-614
/
InsecureCookie
/
SystemWeb
History
Owen Mansel-Chan
45eb14975a
C#: Inline expectation should have space after $
...
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
2026-03-04 12:45:02 +00:00
..
RequireSSLFalse
C#: Inline expectation should have space after $
2026-03-04 12:45:02 +00:00
RequireSSLTrue
Add tests for insecure cookie using system.web
2025-11-10 14:13:09 +00:00