File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # SAP CAP with CodeQL
2+
3+ CodeQL queries and supporting models for the SAP CAP JavaScript framework
4+
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 )
Original file line number Diff line number Diff line change 1+ # SAP XSJS with CodeQL
2+
3+ CodeQL queries and supporting models for the SAP XSJS JavaScript framework
4+
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 )
13+
14+ ### Modeled XSJS framework elements (From CodeQL v2.18.4)
15+ - XSJS NPM components
16+ - XSJSLib modules
You can’t perform that action at this time.
0 commit comments