Skip to content

Commit a75eade

Browse files
Merge pull request #148 from advanced-security/mbaluda/readme
fix broken links
2 parents e29261e + b5a50c4 commit a75eade

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

javascript/frameworks/cap/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CodeQL 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)

javascript/frameworks/ui5/README.md

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

javascript/frameworks/xsjs/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
CodeQL 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

0 commit comments

Comments
 (0)