Files
codeql/cpp/ql/test/query-tests/Security/CWE
Paolo Tranquilli a0059202db C++: split cpp/overrunning-write into two
This splits the `cpp/overruning-write` into two separate queries based
off on the reason for the estimation. If the overrun is detected based
on non-trivial range analysis, the results are now marked by the new
`cpp/very-likely-overruning-write` high precision query. If it is based
on less precise, usually type based bounds, then it will still be marked
by `cpp/overruning-write` which remains at medium precision.
2022-01-13 11:59:47 +00:00
..
2021-10-28 12:36:36 +01:00
2021-10-28 12:36:36 +01:00
2018-10-19 10:24:29 +01:00
2021-10-08 14:30:27 +01:00
2018-10-02 11:17:23 -07:00
2021-09-13 14:10:17 +01:00

CWE specific security tests

Source from the Juliet Test Suite

Some of the the files in these tests contain source code copied or derived from the public domain "Juliet Test Suite for C/C++" (provided by NIST / SAMATE Team at https://samate.nist.gov/SARD/testsuite.php). Such tests are typically in subdirectories named "SAMATE".