Skip to content
#

codeql

Here are 74 public repositories matching this topic...

Marcono1234
Marcono1234 commented Feb 15, 2021

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

aeisenberg
aeisenberg commented Jan 4, 2022

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).

**

The 400 Faces - A script that will scrape your face off. The plot revolves around Linus Torvalds, who leads 400 Spartans into battle against the Persian "God-King" Xerxes (Rodrigo Santoro) and his invading army of more than 300,000 soldiers. ๐Ÿ’‚โ€โ™‚๏ธ ๐Ÿ‘ท ๐Ÿ‘จ ๐Ÿ‘ฉ ๐Ÿ‘ด ๐Ÿ’ƒ :godmode: ๐Ÿ‘ต ๐Ÿ‘บ ๐Ÿ‘ฆ ๐Ÿ‘ณโ€โ™‚๏ธ ๐Ÿ‘ง ๐Ÿ‘ฎ ๐Ÿ‘ผ ๐Ÿ‘ธ

  • Updated Feb 14, 2021
  • HTML
pmisik
pmisik commented Jul 15, 2021

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.

Curate this topic

Add this topic to your repo

To associate your repository with the codeql topic, visit your repo's landing page and select "manage topics."

Learn more