Skip to content

Commit 8117102

Browse files
Merge pull request #178 from advanced-security/lcartey/add-customizations
Add `Customizations.qll` files to support integration of sources into Custom CodeQL bundles
2 parents 94ba8d2 + 1e2579b commit 8117102

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This file is included for use in custom CodeQL bundles (https://github.com/advanced-security/codeql-bundle).
2+
// The contents of this file will be included in the standard library `Customizations.qll`, and will therefore
3+
// be included in the out-of-the-box security queries.
4+
//
5+
// We import under alias to avoid any potential naming conflicts
6+
import advanced_security.javascript.frameworks.cap.RemoteFlowSources as CAPRemoteFlowSources

javascript/frameworks/cap/lib/qlpack.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ suites: codeql-suites
66
extractor: javascript
77
dependencies:
88
codeql/javascript-all: "^2.4.0"
9-
advanced-security/javascript-sap-cap-models: "^0.4.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This file is included for use in custom CodeQL bundles (https://github.com/advanced-security/codeql-bundle).
2+
// The contents of this file will be included in the standard library `Customizations.qll`, and will therefore
3+
// be included in the out-of-the-box security queries.
4+
//
5+
// We import under alias to avoid any potential naming conflicts
6+
import advanced_security.javascript.frameworks.ui5.RemoteFlowSources as UI5RemoteFlowSources

javascript/frameworks/ui5/lib/qlpack.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ suites: codeql-suites
66
extractor: javascript
77
dependencies:
88
codeql/javascript-all: "^2.4.0"
9-
advanced-security/javascript-sap-ui5-models: "^0.7.0"

0 commit comments

Comments
 (0)