Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7afe397

Browse files
committed
Revert "Merge pull request #5171 from RasmusWL/restructure-queries"
This reverts commit 8caafb3, reversing changes made to ec79094.
1 parent ce1d8de commit 7afe397

225 files changed

Lines changed: 40 additions & 42 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

python/ql/src/Security/BadPractice/BindToAllInterfaces/BindToAllInterfaces.py renamed to python/ql/src/Security/CVE-2018-1281/BindToAllInterfaces.py

File renamed without changes.

python/ql/src/Security/BadPractice/BindToAllInterfaces/BindToAllInterfaces.qhelp renamed to python/ql/src/Security/CVE-2018-1281/BindToAllInterfaces.qhelp

File renamed without changes.

python/ql/src/Security/BadPractice/BindToAllInterfaces/BindToAllInterfaces.ql renamed to python/ql/src/Security/CVE-2018-1281/BindToAllInterfaces.ql

File renamed without changes.

python/ql/src/Security/ExternalAPIs/ExternalAPISinkExample.py renamed to python/ql/src/Security/CWE-020-ExternalAPIs/ExternalAPISinkExample.py

File renamed without changes.

python/ql/src/Security/ExternalAPIs/ExternalAPITaintStepExample.py renamed to python/ql/src/Security/CWE-020-ExternalAPIs/ExternalAPITaintStepExample.py

File renamed without changes.

python/ql/src/Security/ExternalAPIs/ExternalAPIs.qll renamed to python/ql/src/Security/CWE-020-ExternalAPIs/ExternalAPIs.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ private import semmle.python.objects.ObjectInternal
4141
* A callable that is considered a "safe" external API from a security perspective.
4242
*/
4343
class SafeExternalAPI extends Unit {
44-
/** Gets a callable that is considered a "safe" external API from a security perspective. */
4544
abstract DataFlowPrivate::DataFlowCallable getSafeCallable();
4645
}
4746

python/ql/src/Security/ExternalAPIs/ExternalAPIsUsedWithUntrustedData.qhelp renamed to python/ql/src/Security/CWE-020-ExternalAPIs/ExternalAPIsUsedWithUntrustedData.qhelp

File renamed without changes.

python/ql/src/Security/ExternalAPIs/ExternalAPIsUsedWithUntrustedData.ql renamed to python/ql/src/Security/CWE-020-ExternalAPIs/ExternalAPIsUsedWithUntrustedData.ql

File renamed without changes.

python/ql/src/Security/ExternalAPIs/UntrustedDataToExternalAPI.qhelp renamed to python/ql/src/Security/CWE-020-ExternalAPIs/UntrustedDataToExternalAPI.qhelp

File renamed without changes.

python/ql/src/Security/ExternalAPIs/UntrustedDataToExternalAPI.ql renamed to python/ql/src/Security/CWE-020-ExternalAPIs/UntrustedDataToExternalAPI.ql

File renamed without changes.

0 commit comments

Comments
 (0)