Skip to content
#

codeql

Here are 52 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 Sep 22, 2020

Non-printable characters in a results cell are not escaped. Eg- \b is displayed as what appears to be an empty string.

Two possible solutions that I can think of right now:

  1. add a quote to all strings that either start or end with a non-printable character
  2. preprocess all result strings and convert a subset of non-printable chars to their unicode number (ie- \uXXXX). We probably onl

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