codeql icon indicating copy to clipboard operation
codeql copied to clipboard

CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security

Results 758 codeql issues
Sort by recently updated
recently updated
newest added
trafficstars

Now that they are run internally using QLucie.

Go

Adds [`_.groupBy`](https://lodash.com/docs/4.17.15#groupBy) as a taint step. This is analogous to the `GroupByTaintStep` class, which does the same for `Object` and `Map`. https://github.com/github/codeql/blob/d83cbde1cb1263fb476a55ea5fd7972307138905/javascript/ql/lib/semmle/javascript/Collections.qll#L158C1-L166C4

JS

Adds NestJS middlewares as remote flow sources and improves dependency injection in several ways (each commit message explains what it adds support for).

JS

This PR introduces two fixes in the `cpp/global-use-before-init` query, which currently has two very basic inaccuracies. ## Write after read Consider the following example. ```cpp int x; int main() {...

C++

cc @nickrolfe , @aschackmull , @alexet

Python
no-change-note-required

Hi, I have been learning to use CodeQL recently. I was trying to find all expressions that reach the `len` parameter of `memcpy`, and in the results, there is a...

question

Hello there. I seem to have a stuck GitHub Actions workflow. When I tried to push to GitHub yesterday, I got the following error: ``` remote: error: GH013: Repository rule...

question

After discussions with @knewbury01 i'm sharing our changes for the axios library. They work for us, but of course need to validate and check if they don't make FP for...

JS
documentation