Skip to content
#

codeql

Here are 77 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

good first issue acknowledged
cbraynor
cbraynor commented Sep 14, 2020

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

good first issue
aeisenberg
aeisenberg commented Feb 8, 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

enhancement good first issue VSCode

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

`

bug good first issue

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