codeql
Here are 74 public repositories matching this topic...
-
Updated
Mar 30, 2021
-
Updated
Jan 13, 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
We should probably run go generate and other commands that generate code, such as goa gen, as part of our autobuilder.
-
Updated
Jan 12, 2022 - CSS
Describe the bug
Resolving upgrades will scan the user's home directory for upgrades if the current workspace has no open folders. Normally, all workspace folders are concatenated and passed to the --additional-packs argument. However, when there are no folders, the value is an empty string, which corresponds to the CWD of the vscode process (typically, the user's home directory).
**
-
Updated
Dec 8, 2021 - CodeQL
-
Updated
Oct 28, 2021
-
Updated
Jan 4, 2022 - CodeQL
-
Updated
Jan 9, 2022
-
Updated
Jul 5, 2021 - Dockerfile
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 15, 2021 - Python
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Feb 14, 2021 - HTML
-
Updated
Dec 9, 2021 - Shell
-
Updated
Jan 9, 2022 - Go
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
`
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