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

Stacked on top of https://github.com/github/codeql/pull/19719 **DO NOT MERGE YET.** I'm still testing performance and accuracy, ~and we may change behaviour so that the setting should be enabled for the main...

Ruby

Stacked on top of https://github.com/github/codeql/pull/19684

no-change-note-required
Ruby

Why isn't the following code recognized as a source in a global data stream? If I want to identify this source in the global data stream, how should I write...

question

**Description of the issue** [Our repo](https://github.com/OpenUp-LabTakizawa/robopo) uses `GitHub Actions` and `JavaScript / TypeScript` CodeQL default configuration. ![Image](https://github.com/user-attachments/assets/08a13d87-c7f2-4cd1-ae7b-34dd0a714861) In addition, these events will trigger by push and pull request. ![Image](https://github.com/user-attachments/assets/293c2576-775e-481b-9907-224aa32a3126) However,...

question

Failing code scanning alert fixes affecting experimental crypto CPP code specifically.

C++

**Hello CodeQL team**, I'm currently integrating CodeQL into our CI workflow for an end-to-end security test of our backend system. Here's the procedure I followed: Setup: **Downloaded the CLI:** wget...

question

Update `SqlxQuery`, `SqlxExecute` to use `getCanonicalPath` rather than `getResolvedPath`. At present we lose some results, presumably for similar reasons as we lose similar results in https://github.com/github/codeql/pull/19268 . I'd prefer we...

Rust

Update `DotDotCheck` to use `getCanonicalPath` rather than `getResolvedPath`. This is not working because (1) we're not finding the static targets of these method calls (presumably because type inference is not...

Rust

Several `qhelp` files have errors when running the `codeql generate query-help --format=markdown file.qhelp` command - Nested code inside ``, such as a second `` or a `` result in a...

C++
documentation
Java