File tree 4 files changed +12
-2
lines changed
advanced_security/javascript_sap_cap_all
advanced_security/javascript_sap_ui5_all
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ suites: codeql-suites
6
6
extractor : javascript
7
7
dependencies :
8
8
codeql/javascript-all : " ^2.4.0"
9
- advanced-security/javascript-sap-cap-models : " ^0.4.0"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ suites: codeql-suites
6
6
extractor : javascript
7
7
dependencies :
8
8
codeql/javascript-all : " ^2.4.0"
9
- advanced-security/javascript-sap-ui5-models : " ^0.7.0"
You can’t perform that action at this time.
0 commit comments