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 660 codeql issues
Sort by recently updated
recently updated
newest added

### Pull Request checklist #### All query authors - [ ] A change note is added if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md) in this repository. - [ ] All new queries...

C++
depends on internal PR

i am try the the codeql query from https://codeql.github.com/docs/codeql-language-guides/analyzing-data-flow-in-javascript-and-typescript/ ; the code to analysis is copied from tutorial ``` const fs = require('fs'), path = require('path'); function readFileHelper(p) { //...

question
JS

### Pull Request checklist #### All query authors - [ ] A change note is added if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md) in this repository. - [ ] All new queries...

C#

### Pull Request checklist #### All query authors - [ ] A change note is added if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md) in this repository. - [ ] All new queries...

C#

Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0. Changelog Sourced from regex's changelog. 1.11.0 (2024-09-29) This is a new minor release of regex that brings in an update to the Unicode Character...

dependencies
QL-for-QL

BarrierGuards is instantiated on a per-query basis, so it shouldn't reference uncached predicates that could cause a cascade of re-evaluations. This is already enforced in most placces but it seems...

**Description of the issue** ``` [2023-08-28 16:26:19] [build-stdout] [INFO] dzwn-public-api-parent ............................. SUCCESS [ 0.354 s] [2023-08-28 16:26:19] [build-stdout] [INFO] dzwn-public-api-app ................................ SUCCESS [01:13 min] [2023-08-28 16:26:19] [build-stdout] [INFO] dzwn-public-api .......................................

question