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
2025-12-22 03:36:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d28316d3974dfb51d42853e1e57a4104ce2de7f7
codeql
/
cpp
/
ql
/
test
/
library-tests
/
dataflow
/
smart-pointers-taint
History
Mathias Vorreiter Pedersen
a806569b5f
C++: The next commit is going to track flow out of both direct and indirect sources. This means we'll get a lot of duplication since there'll be flow from indirect source -> indirect sink and direct source -> direct sink (which both map to the same expressions). This commit changes the testing so that we only report a duplication when they're at different locations.
2023-02-27 14:57:35 +00:00
..
memory.h
C++: Add shared_ptr and unique_ptr implementations. Also add some very basic tests.
2021-03-26 12:03:59 +01:00
taint.expected
C++: Properly track smart pointer wrappers.
2023-02-27 14:57:35 +00:00
taint.ql
C++: Revert
semmle.code.cpp.dataflow
to its old state
2023-02-10 14:21:44 +01:00
test.cpp
C++: The next commit is going to track flow out of both direct and indirect sources. This means we'll get a lot of duplication since there'll be flow from indirect source -> indirect sink and direct source -> direct sink (which both map to the same expressions). This commit changes the testing so that we only report a duplication when they're at different locations.
2023-02-27 14:57:35 +00:00