File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33CodeQL queries and supporting models for the SAP CAP JavaScript framework
44
55### 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 33CodeQL queries and supporting models for the SAP UI5 JavaScript framework
44
55### 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 )
99
1010### Modeled UI5 framework elements
1111 - UI5 AMD-style components (also via jQuery)
Original file line number Diff line number Diff line change 33CodeQL queries and supporting models for the SAP XSJS JavaScript framework
44
55### 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 )
1312
1413### Modeled XSJS framework elements (From CodeQL v2.18.4)
1514 - XSJS NPM components
You can’t perform that action at this time.
0 commit comments