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

**Description of the false positive** If a string is passed to the `aoi_model` attribute of the ModelChain class,` aoi_model.setter` is called and assigns a function to `self.aoi_model` based on the...

false-positive
acknowledged
not security

A data flow involves multiple databases, can their data flows be linked together? For example, partial filtering is done at python, and eventually the functionality is implemented at the go...

question

Hi! I write a small C code, and I want to find if there is a dataflow from `malloc` to `free`.And `malloc` and` free` in different functions. But I got...

question

The change is to align the naming in Java and C#.

C#
Java

the current explanation in github's FAQ says: > For compiled languages, if you want to limit code scanning to specific directories in your project, you must specify appropriate build steps...

question

Finds cases where an HTTP GET request handler takes sensitive input, such as a password or other credential, from the query string of the request. The bulk of this PR...

documentation
Ruby

Fix FPs for `cpp/unused-static-function` in files that were not extracted completely, e.g. due to a compilation error part way through the file. As the test shows, this may hide some...

C++
documentation