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

This can also serve for a place to add tests for constructs like threading.Thread, mulitprocess.Process, concurrent.futures.ThreadPoolExecutor, and concurrent.futures.ProcessPoolExecutor. ### Pull Request checklist #### All query authors - [x] A change...

Python
no-change-note-required

Hello, I am trying to detect a scenario where sensitive information is exposed via an error message. For example, ``` protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {...

question
awaiting-response

Hello, I am analyzing the dataflow paths for some of my queries and noticing some steps are being left out—specifically, the steps related to assignments. For example, ``` String value1...

question

Remove the workaround in `rust/unused-variable` that restricts results to files called `main.rs` (because we were getting far too many results otherwise). Once the necessary fixes are in, we can check...

Rust

Add basic Bottle support

documentation
Python

Update the TS extractor to escape Double Quotes in the node_types and Automatic quote escaping when using String expressions for QL generation.

I am new to CodeQL. Here is the scenario I have. I am trying to retrieve the parameters of all public methods in a controller class. if the parameter type...

question
C#
awaiting-response

It's redundant. No changenote as this is at the dbscheme level.

depends on internal PR
Java
no-change-note-required
Kotlin

The root definition (https://github.com/github/codeql/blob/main/java/ql/lib/semmle/code/java/Type.qll#L347, https://github.com/github/codeql/blob/main/java/ql/lib/semmle/code/java/Type.qll#L1230) already handles these cases.

Java
no-change-note-required