File tree Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 3
3
CodeQL queries and supporting models for the SAP CAP JavaScript framework
4
4
5
5
### Queries
6
- - [ CQL Injection] ( src/cqlinjection/CqlInjection.ql )
7
- - [ Log Injection] ( src/loginjection/LogInjection.ql )
8
- - [ Sensitive Data Exposure] ( src/sensitive-exposure/SensitiveExposure.ql )
9
- - [ Authentication Issues] ( src/XSJSAuthentication/XSJSAuthentication.ql )
6
+ - [ CQL Injection] ( src/cqlinjection )
7
+ - [ Log Injection] ( src/loginjection )
8
+ - [ Sensitive Data Exposure] ( src/sensitive-exposure )
9
+ - [ Authentication Issues] ( src/bad-authn-authz )
Original file line number Diff line number Diff line change 3
3
CodeQL queries and supporting models for the SAP UI5 JavaScript framework
4
4
5
5
### Queries
6
- - [ XSS] ( src/UI5Xss/UI5Xss.ql )
7
- - [ Log Injection] ( src/UI5LogInjection/UI5LogInjection.ql )
8
- - [ Clickjacking] ( src/UI5Clickjacking/UI5Clickjacking.ql )
6
+ - [ XSS] ( src/UI5Xss )
7
+ - [ Log Injection] ( src/UI5LogInjection )
8
+ - [ Clickjacking] ( src/UI5Clickjacking )
9
9
10
10
### Modeled UI5 framework elements
11
11
- UI5 AMD-style components (also via jQuery)
Original file line number Diff line number Diff line change 3
3
CodeQL queries and supporting models for the SAP XSJS JavaScript framework
4
4
5
5
### Queries
6
- - [ XSS] ( src/XSJSReflectedXss/XSJSReflectedXss.ql )
7
- - [ SQL Injection] ( src/XSJSSqlInjection/XSJSSqlInjection.ql )
8
- - [ Log Injection] ( src/UI5LogInjection/UI5LogInjection.ql )
9
- - [ URL Rediraction] ( src/XSJSUrlRedirect/XSJSUrlRedirect.ql )
10
- - [ Clickjacking] ( src/UI5Clickjacking/UI5Clickjacking.ql )
11
- - [ Authentication Issues] ( src/XSJSAuthentication/XSJSAuthentication.ql )
12
- - [ Disabled CSRF Protection] ( src/XSJSCsrfDisabled/XSJSCsrfDisabled.ql )
6
+ - [ XSS] ( src/XSJSReflectedXss )
7
+ - [ SQL Injection] ( src/XSJSSqlInjection )
8
+ - [ URL Rediraction] ( src/XSJSUrlRedirect )
9
+ - [ ZipSlip] ( src/XSJSZipSlip )
10
+ - [ Authentication Issues] ( src/XSJSAuthentication )
11
+ - [ Disabled CSRF Protection] ( src/XSJSCsrfDisabled )
13
12
14
13
### Modeled XSJS framework elements (From CodeQL v2.18.4)
15
14
- XSJS NPM components
You can’t perform that action at this time.
0 commit comments