diff --git a/javascript/frameworks/cap/README.md b/javascript/frameworks/cap/README.md index 2fed713ef..e742f0936 100644 --- a/javascript/frameworks/cap/README.md +++ b/javascript/frameworks/cap/README.md @@ -3,7 +3,7 @@ CodeQL queries and supporting models for the SAP CAP JavaScript framework ### Queries -- [CQL Injection](src/cqlinjection/CqlInjection.ql) -- [Log Injection](src/loginjection/LogInjection.ql) -- [Sensitive Data Exposure](src/sensitive-exposure/SensitiveExposure.ql) -- [Authentication Issues](src/XSJSAuthentication/XSJSAuthentication.ql) +- [CQL Injection](src/cqlinjection) +- [Log Injection](src/loginjection) +- [Sensitive Data Exposure](src/sensitive-exposure) +- [Authentication Issues](src/bad-authn-authz) diff --git a/javascript/frameworks/ui5/README.md b/javascript/frameworks/ui5/README.md index 7e8a5bb15..36426d2d8 100644 --- a/javascript/frameworks/ui5/README.md +++ b/javascript/frameworks/ui5/README.md @@ -3,9 +3,9 @@ CodeQL queries and supporting models for the SAP UI5 JavaScript framework ### Queries -- [XSS](src/UI5Xss/UI5Xss.ql) -- [Log Injection](src/UI5LogInjection/UI5LogInjection.ql) -- [Clickjacking](src/UI5Clickjacking/UI5Clickjacking.ql) +- [XSS](src/UI5Xss) +- [Log Injection](src/UI5LogInjection) +- [Clickjacking](src/UI5Clickjacking) ### Modeled UI5 framework elements - UI5 AMD-style components (also via jQuery) diff --git a/javascript/frameworks/xsjs/README.md b/javascript/frameworks/xsjs/README.md index 37fdc233d..8b9d20c3f 100644 --- a/javascript/frameworks/xsjs/README.md +++ b/javascript/frameworks/xsjs/README.md @@ -3,13 +3,12 @@ CodeQL queries and supporting models for the SAP XSJS JavaScript framework ### Queries -- [XSS](src/XSJSReflectedXss/XSJSReflectedXss.ql) -- [SQL Injection](src/XSJSSqlInjection/XSJSSqlInjection.ql) -- [Log Injection](src/UI5LogInjection/UI5LogInjection.ql) -- [URL Rediraction](src/XSJSUrlRedirect/XSJSUrlRedirect.ql) -- [Clickjacking](src/UI5Clickjacking/UI5Clickjacking.ql) -- [Authentication Issues](src/XSJSAuthentication/XSJSAuthentication.ql) -- [Disabled CSRF Protection](src/XSJSCsrfDisabled/XSJSCsrfDisabled.ql) +- [XSS](src/XSJSReflectedXss) +- [SQL Injection](src/XSJSSqlInjection) +- [URL Rediraction](src/XSJSUrlRedirect) +- [ZipSlip](src/XSJSZipSlip) +- [Authentication Issues](src/XSJSAuthentication) +- [Disabled CSRF Protection](src/XSJSCsrfDisabled) ### Modeled XSJS framework elements (From CodeQL v2.18.4) - XSJS NPM components