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
edc93dfeb747225990b756f4df609f2e7d8d4f7a
codeql
/
cpp
/
ql
/
test
/
query-tests
/
Security
/
CWE
/
CWE-193
History
Mathias Vorreiter Pedersen
f1c4fa2345
C++: When we generate a string for the node we avoid multiple results by only using the 0'th result from the 'asExpr' predicate. However, when we want to convert between nodes and expressions we don't care about which one we get.
2023-09-01 14:04:52 +01:00
..
AllocationToInvalidPointer.expected
C++: Accept test changes and add a few non-field flow tests to make up for the fact that we're no longer using field flow in the query.
2023-08-25 15:18:15 +01:00
AllocationToInvalidPointer.ql
C++: Promote 'cpp/invalid-pointer-deref' out of experimental.
2023-08-21 10:23:22 +01:00
InvalidPointerDeref.expected
C++: When we generate a string for the node we avoid multiple results by only using the 0'th result from the 'asExpr' predicate. However, when we want to convert between nodes and expressions we don't care about which one we get.
2023-09-01 14:04:52 +01:00
InvalidPointerDeref.qlref
C++: Promote 'cpp/invalid-pointer-deref' out of experimental.
2023-08-21 10:23:22 +01:00
InvalidPointerToDereference.expected
C++: Accept test changes and add a few non-field flow tests to make up for the fact that we're no longer using field flow in the query.
2023-08-25 15:18:15 +01:00
InvalidPointerToDereference.ql
C++: Promote 'cpp/invalid-pointer-deref' out of experimental.
2023-08-21 10:23:22 +01:00
test.cpp
C++: Accept test changes and add a few non-field flow tests to make up for the fact that we're no longer using field flow in the query.
2023-08-25 15:18:15 +01:00