12,237 issues in github/codeql
This PR changes the CSV framework coverage reports.
The provided example case is not detected because the value INT16_MAX + 1 can be represented with 16 bits. To account for the overflow that happens before the comparison we need to determine if the value ...
For the context, a customer was confused by the postgresql connection example, as the query has detected a hardcoded credential in the HTTP headerAuthorization. The help seems out-of-context for them. ...
The release preparation and post-release workflows were not updated for the Swift beta, in which Swift was promoted out of experimental. This PR runs the post-release step for 2.13.3 and the release step ...
std::result_of was removed in C++20, though the actual removal from the STL library implementations seems to depend on the version. For example using xcode 14.2 one gets away with a deprecation warning, ...
Makes a significant overhaul of API graphs in Ruby, both in how they are implemented and what they are capable of. Currently this is only for Ruby, but some code has already been factored out with intent ...
AOSP branch: Master command: codeql database create out/codeql_aosp \ --language=cpp \ --command= `pwd`/mmm.sh \ --source-root=./ \ --overwrite \ --threads=12 \ --ram=3276 mmm.sh: #!/bin/bash cd $1 ...
Adds an experimental EmscriptenRunScriptTaint query to detect unsanitized user-input flows to Emscripten run script functions for exported WebAssembly functions. Submitted for All for one, one for all ...