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
Hi all, I have a CodeQL connected to this repo: https://github.com/ONLYOFFICE-QA/testing-site-onlyoffice And in codeql logs I see the line: ``` 2024-06-14T08:55:36.1255023Z [2024-06-14 08:55:36] [build-stdout] [2024-06-14 08:55:36] [build-stdout] [33m WARN[0m /home/runner/work/testing-site-onlyoffice/testing-site-onlyoffice/shared_examples/desktop_installer_download.rb:29:...
Hi hello, I'm a committer for the Chromium project & we've been experimenting with building CodeQL databases of Chromium. ### The Bug While building the Chromium CodeQL database, we get...
**Description of the issue** I have tried to create codeql snapshot for chromium build several times but it looks like some part of functions are missing in snapshot. One of...
Hi hello, I'm a committer for the Chromium project & we've been experimenting with building CodeQL databases of Chromium. This bug is similar to the one I [previously reported](https://github.com/github/codeql/issues/16782) (in...
Connect the docs to the mobile focus mentioned in this blog: https://github.blog/2023-06-06-swift-support-brings-broader-mobile-application-security-to-github-advanced-security/
## Example tuple counts ### C#: `HardCodedCredentials.ql` on `mono` Before \# | n | stage | nodes | fields | conscand | states | tuples | calledges | tfnodes |...
Hello, We were querying a method call `CompletableFuture.join()` but noticed that some method calls did not go into the results. They are somehow marked as `[MethodCall]` in AST Viewer of...
I am trying to setup codeql for windows driver program on local machine, Followed CodeQL readme for WHCP and Windows-Driver-Developer-Supplemental-Tools, ReadMe and cloned WHCP_22H2 branch. When tried to analyse the...
Aims to add support for requests library's Prepared Requests as a part of the Http::Client::Request API. To support the required getAUrlPart method, we do some tracking to the Request Object...