C++: Move ExternalAPI files into query directory to prevent out-of-tree use.

This commit is contained in:
Mathias Vorreiter Pedersen
2020-11-18 09:28:50 +01:00
parent f16591dffc
commit 09c5caa3bd
11 changed files with 12 additions and 10 deletions

View File

@@ -359,12 +359,12 @@
"python/ql/test/TestUtilities/InlineExpectationsTest.qll"
],
"C++ ExternalAPIs": [
"cpp/ql/src/semmle/code/cpp/security/ExternalAPIs.qll",
"cpp/ql/src/semmle/code/cpp/security/ir/ExternalAPIs.qll"
"cpp/ql/src/Security/CWE/CWE-020/ExternalAPIs.qll",
"cpp/ql/src/Security/CWE/CWE-020/ir/ExternalAPIs.qll"
],
"C++ SafeExternalAPIFunction": [
"cpp/ql/src/semmle/code/cpp/security/implementation/SafeExternalAPIFunction.qll",
"cpp/ql/src/semmle/code/cpp/security/ir/implementation/SafeExternalAPIFunction.qll"
"cpp/ql/src/Security/CWE/CWE-020/SafeExternalAPIFunction.qll",
"cpp/ql/src/Security/CWE/CWE-020/ir/SafeExternalAPIFunction.qll"
],
"XML": [
"cpp/ql/src/semmle/code/cpp/XML.qll",