codeql
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
This PR adds global value numbering for function calls, taking into account side effects. It also eliminates global side effects for function calls when the function does not use or...
Include links to changelogs, releases, and source code. See internal issue for context.
- [JAVA] Partial Path Traversal Vuln Query - Finish Partial Path Traversal Query - Add additional tests from real world query run
## This PR This takes the `new-atm-features` branch (but excludes a few experimental commits near its top), rebases it on top of current `main`, and removes the obsolete features that...
Hello all! Running into some issues trying to get CodeQL working with a sample Python project. I was hitting a `tkinter` issue prior to this one but installing `python3-tk` seemed...
The content on this PR is to address the issue: https://github.com/github/codeql-csharp-team/issues/172 Following the link to the original ticket it is worth noticing that 1. The project referenced on the ticket...