Revert "Merge pull request #5171 from RasmusWL/restructure-queries"

This reverts commit 8caafb3710, reversing
changes made to ec79094957.
This commit is contained in:
Rasmus Wriedt Larsen
2021-02-17 16:32:53 +01:00
parent ce1d8ded22
commit 7afe3972d8
225 changed files with 40 additions and 42 deletions

View File

@@ -41,7 +41,6 @@ private import semmle.python.objects.ObjectInternal
* A callable that is considered a "safe" external API from a security perspective.
*/
class SafeExternalAPI extends Unit {
/** Gets a callable that is considered a "safe" external API from a security perspective. */
abstract DataFlowPrivate::DataFlowCallable getSafeCallable();
}

View File

@@ -36,7 +36,7 @@
example uses AES, which is a stronger modern algorithm.
</p>
<sample src="examples/weak_crypto_algorithm.py" />
<sample src="examples/broken_crypto.py" />
<p>
WARNING: Although the second example above is more robust,

View File

@@ -1 +0,0 @@
Security/BadPractice/BindToAllInterfaces/BindToAllInterfaces.ql

View File

@@ -1 +0,0 @@
Security/BadPractice/FlaskRunWithDebug/FlaskDebug.ql

View File

@@ -1 +0,0 @@
semmle-extractor-options: --max-import-depth=2 -p ../../lib

View File

@@ -1 +0,0 @@
Security/BadPractice/HTTPSRequestWithoutCertValidation/HTTPSRequestWithoutCertValidation.ql

View File

@@ -1 +0,0 @@
semmle-extractor-options: -p ../../lib --max-import-depth=3

View File

@@ -1 +0,0 @@
Security/BadPractice/HardcodedCredentials/HardcodedCredentials.ql

View File

@@ -1 +0,0 @@
Security/BadPractice/IncompleteUrlSanitizer/IncompleteHostnameRegExp.ql

View File

@@ -1 +0,0 @@
Security/BadPractice/IncompleteUrlSanitizer/IncompleteUrlSubstringSanitization.ql

View File

@@ -1 +0,0 @@
Security/BadPractice/InsecureTemporaryFile/InsecureTemporaryFile.ql

View File

@@ -1 +0,0 @@
semmle-extractor-options: -p ../../lib --max-import-depth=3

View File

@@ -1 +0,0 @@
Security/BadPractice/Jinja2RenderWithoutEscape/Jinja2WithoutEscaping.ql

View File

@@ -1 +0,0 @@
Security/BadPractice/SSHMissingHostKeyValidation/SSHMissingHostKeyValidation.ql

View File

@@ -1 +0,0 @@
semmle-extractor-options: -p ../../lib --max-import-depth=3

View File

@@ -1 +0,0 @@
Security/BadPractice/WeakFilePermissions/WeakFilePermissions.ql

View File

@@ -1 +0,0 @@
semmle-extractor-options: --max-import-depth=2 -p ../../lib

View File

@@ -0,0 +1 @@
Security/CVE-2018-1281/BindToAllInterfaces.ql

Some files were not shown because too many files have changed in this diff Show More