Files
codeql/cpp/ql/src
Jonas Jensen 19ee64d9ad C++:Lower potentially-dangerous-function precision
There have been multiple reports of false positives from this query over
time. Now that it has `@security-severity 10.0`, these false positives
look even worse.

The query looks purely for calls to functions with certain names, not
at whether the calls happen in a dangerous context. To justify a higher
precision, the query should only flag calls that happen in a thread or
another non-reentrant context.
2021-08-24 17:14:42 +02:00
..
2021-01-11 09:31:06 +00:00
2021-06-15 13:25:17 +01:00
2021-07-12 11:43:43 +02:00
2021-08-19 13:12:42 -07:00
2021-03-25 10:23:17 +01:00
2020-12-03 18:50:43 +00:00
2021-04-23 15:20:21 +01:00
2021-07-28 17:45:18 +01:00
2021-04-23 15:20:21 +01:00
2021-07-15 14:12:01 +02:00