-
-
Notifications
You must be signed in to change notification settings - Fork 404
Add links for Java Encoder and Java HTML Sanitizer #184
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,6 +8,11 @@ | |||||||||
| within the SAMM [Security Architecture][sammdsa] security practice | ||||||||||
| which in turn is part of the [Design][sammd] business function. | ||||||||||
|
|
||||||||||
| ## Recommended Secure Libraries (OWASP Projects) | ||||||||||
|
|
||||||||||
| - **OWASP Java Encoder** – https://owasp.org/www-project-java-encoder/ | ||||||||||
|
Check failure on line 13 in docs/en/05-implementation/03-secure-libraries/index.md
|
||||||||||
| - **OWASP Java HTML Sanitizer** – https://owasp.org/www-project-java-html-sanitizer/ | ||||||||||
|
Check failure on line 14 in docs/en/05-implementation/03-secure-libraries/index.md
|
||||||||||
|
Comment on lines
+13
to
+14
|
||||||||||
|
|
||||||||||
|
Comment on lines
+11
to
+15
|
||||||||||
| ## Recommended Secure Libraries (OWASP Projects) | |
| - **OWASP Java Encoder** – https://owasp.org/www-project-java-encoder/ | |
| - **OWASP Java HTML Sanitizer** – https://owasp.org/www-project-java-html-sanitizer/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The section title 'Recommended Secure Libraries (OWASP Projects)' is ambiguous since all libraries in this section (ESAPI, CSRFGuard, OSHP) are OWASP projects. Consider a more specific title that clarifies this is a quick reference list, or reconsider whether a separate section is needed given that dedicated pages exist for other libraries.