Files
codeql/cpp/ql/test/query-tests/Security/CWE
Ben Rodes 939b2181d4 Wchar fp fixes (#107)
* Adding tests and updated expected file with false positives to correct.

(cherry picked from commit 26e58532ee)

* Modifications to the query to address false positives.

(cherry picked from commit cc24f1ed9f)

* Updating expected file, false positives now resolved.

(cherry picked from commit 92c8d39ba3)

* Correct comment.

(cherry picked from commit 338ab96593)

* Changing from hasIntermediateType to getABaseType.

(cherry picked from commit c4737c7fbb)

* Switching to looking for explicit declaration of unsigned char, to avoid cases where unsigned char is the default char width for `char`.

(cherry picked from commit 51e787b316)

* Altering ordering for exists statement to be clearer.

(cherry picked from commit 31324fc778)

* Altering exists predicate ordering to be clearer.

(cherry picked from commit c91f7f4918)

* Changing name of predicate to be clearer, and removing an unused parameter.

(cherry picked from commit 318e75c094)

* Removing unnecessary bracket/singleton set literal.

(cherry picked from commit 162519185d)

* Formatting.

(cherry picked from commit c496503053)
2024-10-01 09:51:10 -04:00
..
2024-04-18 12:33:27 +01:00
2024-09-18 14:28:42 -07:00
2024-04-18 12:33:27 +01:00
2024-09-18 14:28:42 -07:00
2022-09-23 14:45:59 +02:00
2023-12-04 17:53:08 +01:00
2022-02-22 14:33:11 +00:00
2024-09-18 14:28:42 -07:00
2024-09-18 14:28:42 -07:00
2024-10-01 09:51:10 -04:00
2022-09-23 14:45:59 +02:00
2024-04-18 12:33:27 +01: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".