Files
codeql/javascript/ql/src/Security
Asger Feldthaus 682a71176d JS: Make TaintedFormatString have same severity as LogInjection
The CWE number for this query is associated with buffer overflows
from printf/scanf-style functions in C++, which has likely determined
its derived security score.

But in JavaScript, a tainted format string is unlikely to lead to
anything worse than log injection so we're manually update its score
to reflect this.
2021-10-05 10:10:01 +02:00
..
2021-08-12 09:30:43 +02:00
2021-09-14 14:42:23 +02:00
2021-06-15 13:25:17 +01:00
2021-06-15 13:25:17 +01:00
2021-06-15 13:25:17 +01:00