codeql
Here are 77 public repositories matching this topic...
-
Updated
Mar 30, 2021
-
Updated
Mar 22, 2022 - Go
This issue relates to the func-style rule.
During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added a temporary override in the .eslintrc.json file to temporarily disable them.
This issue covers removing that temporary override and any changes to the typescript
-
Updated
Mar 18, 2022 - CSS
We should probably run go generate and other commands that generate code, such as goa gen, as part of our autobuilder.
-
Updated
Mar 22, 2022
For github repositories that save a copy of their databases, the extension should have a command that downloads and installs the database, similar to how we do it for LGTM databases.
There is already an API endpoint available:
gh api /repos/{owner}/{repo}/code-scanning/codeql/databases/<lang>
Is there a way to determine which database languages are available for any given repo b
-
Updated
Mar 17, 2022 - CodeQL
-
Updated
Mar 19, 2022 - Go
-
Updated
Oct 28, 2021
-
Updated
Feb 9, 2022
-
Updated
Jan 4, 2022 - CodeQL
-
Updated
Dec 23, 2021 - Python
-
Updated
Jul 5, 2021 - Dockerfile
-
Updated
Mar 3, 2022 - Python
-
Updated
Mar 4, 2022 - Shell
-
Updated
Jan 28, 2022 - Python
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Feb 14, 2021 - HTML
-
Updated
Jan 29, 2022 - Python
In order to satisfy cpp/windows/wdk/deprecated-api we replaced
ExAllocatePoolWithTag by ExAllocatePoolZero and declared macro POOL_ZERO_DOWN_LEVEL_SUPPORT for compilation as code must run downlevel.
However memory is zeroed during allocation now we see false positive
Warning SM02320: Memory allocation of [MyStruct](1) includes uninitialized padding bytes.
Here is example of code
`
-
Updated
Mar 6, 2022 - Go
Improve this page
Add a description, image, and links to the codeql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeql topic, visit your repo's landing page and select "manage topics."
It appears there are quite a few
http://links in the documentation and code comments of this project despite the target websites supporting HTTPS (sometimes HTTPS has to be explicitly requested because the website does not upgrade connections on its own).A quick search for
http:yielded about 4000 findings, however I assume a lot are false positives (e.g. because they are part of an XML n