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

This gets rid of the `getAdditionalFlowIntoCallNodeTerm` hook we added as part of https://github.com/github/codeql/pull/12236. This shouldn't be needed anymore now that we've added second-level scopes in https://github.com/github/codeql/pull/15599/commits/db6d27bd2be27a58718065979532c05e8f0d522c 🤞 Currently in draft...

C++
DataFlow Library

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38. Release notes Sourced from chrono's releases. v0.4.38 This release bring a ca. 20% improvement to the performance of the formatting code, and a convenient...

dependencies
QL-for-QL
rust

These were contributed by @am0o0 in https://github.com/github/codeql/pull/13553 .

Go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200505041828-1ed23360d12c to 0.23.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20200505041828-1ed23360d12c&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
Go

This was asked about in https://github.com/github/codeql/issues/9298 and the issue log stated "closed as not planned". The "answer" was to dismiss via the UI. But this alone is really not a...

question

Herein, a PR for Denial of Service query for Ruby language, with a help file. The .expected file is on the road.

documentation
Ruby
external-contribution

Hi, Currently, when running a cwe query such as TaintedPath (cwe 22) on a java project, I retrieve the CodeFlow for each result in the SARIF files as shown below....

question

This adds the list of referenced models in a qltest and renumbers the MaD ids to get stable test output. Where applicable, I've updated one test per language to demonstrate...

C#
JS
Java
Python
no-change-note-required
Go
Ruby
DataFlow Library

Consider this code: ```java JwtParserBuilder parserBuilder = Jwts.parserBuilder(); parserBuilder.setSigningKey("someBase64EncodedKey"); JwtParser parser = parserBuilder.build(); return parser; ``` Previously `setSigningKey` (the method access) was considered the source. However the return value of...

Java