Skip to content

Commit e29261e

Browse files
Merge pull request #147 from advanced-security/mbaluda/readme
Add README for CAP and XSJS
2 parents 67b71a3 + b47355e commit e29261e

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

javascript/frameworks/cap/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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)

javascript/frameworks/xsjs/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)