Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update alert pages #2908

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/docs/alerts/120000-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ type: alert
risk: Informational
solution: "This is an informational alert and no action is necessary. "
other: "The following data (key=value) was set: key=value Note that this alert will only be raised once for each URL + key."
cwe: 200
cwe: 359
wasc: 13
alerttags:
- CWE-200
- CWE-359
code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/pscan/InformationInStorageScanRule.java
linktext: "org/zaproxy/addon/client/pscan/InformationInStorageScanRule.java"
help: https://www.zaproxy.org/docs/desktop/addons/client-side-integration/pscan/#id-120000
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/alerts/120000-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ type: alert
risk: Informational
solution: "This is an informational alert and no action is necessary. "
other: "The following data (key=value) was set: key=value Note that this alert will only be raised once for each URL + key."
cwe: 200
cwe: 359
wasc: 13
alerttags:
- CWE-200
- CWE-359
code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/pscan/InformationInStorageScanRule.java
linktext: "org/zaproxy/addon/client/pscan/InformationInStorageScanRule.java"
help: https://www.zaproxy.org/docs/desktop/addons/client-side-integration/pscan/#id-120000
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/alerts/120001-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ type: alert
risk: Low
solution: "Do not store sensitive information in browser storage. "
other: "The following data (key=value) was set which matches the pattern for credit cards: key=value Note that alerts will only be raised once for each URL + key."
cwe: 200
cwe: 359
wasc: 13
alerttags:
- CWE-200
- CWE-359
code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/pscan/SensitiveInfoInStorageScanRule.java
linktext: "org/zaproxy/addon/client/pscan/SensitiveInfoInStorageScanRule.java"
help: https://www.zaproxy.org/docs/desktop/addons/client-side-integration/pscan/#id-120001
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/alerts/120001-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ type: alert
risk: Low
solution: "Do not store sensitive information in browser storage. "
other: "The following data (key=value) was set which matches the pattern for email addresses: key=value Note that alerts will only be raised once for each URL + key."
cwe: 200
cwe: 359
wasc: 13
alerttags:
- CWE-200
- CWE-359
code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/pscan/SensitiveInfoInStorageScanRule.java
linktext: "org/zaproxy/addon/client/pscan/SensitiveInfoInStorageScanRule.java"
help: https://www.zaproxy.org/docs/desktop/addons/client-side-integration/pscan/#id-120001
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/alerts/120002-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ solution: "This is an informational alert and no action is necessary. "
references:
- https://www.zaproxy.org/blog/2020-09-03-zap-jwt-scanner/
other: "The following JWT was set: Key: key Header: {'alg': 'HS256', 'typ': 'JWT'} Payload: {'sub': '1234567890', 'name': 'John Doe', 'iat': 1516239022} Signature: d35db7e39ebbf34d76df8e7aefcd35db7e39ebbf34d76df8e7aefcd35db7e39ebbf34d76df8e7aefcd35db7e39ebbf Note that this alert will only be raised once for each URL + key."
cwe: 200
cwe: 922
wasc: 13
alerttags:
- CWE-200
- CWE-922
code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/pscan/JwtInStorageScanRule.java
linktext: "org/zaproxy/addon/client/pscan/JwtInStorageScanRule.java"
help: https://www.zaproxy.org/docs/desktop/addons/client-side-integration/pscan/#id-120002
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/alerts/120002-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ solution: "Store JWTs in sessionStorage instead of localStorage so that is clear
references:
- https://www.zaproxy.org/blog/2020-09-03-zap-jwt-scanner/
other: "The following JWT was set: Key: key Header: {'alg': 'HS256', 'typ': 'JWT'} Payload: {'sub': '1234567890', 'name': 'John Doe', 'iat': 1516239022} Signature: d35db7e39ebbf34d76df8e7aefcd35db7e39ebbf34d76df8e7aefcd35db7e39ebbf34d76df8e7aefcd35db7e39ebbf Note that this alert will only be raised once for each URL + key."
cwe: 200
cwe: 922
wasc: 13
alerttags:
- CWE-200
- CWE-922
code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/pscan/JwtInStorageScanRule.java
linktext: "org/zaproxy/addon/client/pscan/JwtInStorageScanRule.java"
help: https://www.zaproxy.org/docs/desktop/addons/client-side-integration/pscan/#id-120002
Expand Down
3 changes: 3 additions & 0 deletions site/data/alerttags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ CWE-917:
CWE-918:
link: https://cwe.mitre.org/data/definitions/918.html

CWE-922:
link: https://cwe.mitre.org/data/definitions/922.html

CWE-933:
link: https://cwe.mitre.org/data/definitions/933.html

Expand Down
Loading