From a45f5fe0a362e402cc46229565975d912a7ba30c Mon Sep 17 00:00:00 2001 From: Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:06:45 +0530 Subject: [PATCH] Add OWASP recommended secure libraries section Added recommended secure libraries from OWASP to the documentation. --- docs/en/05-implementation/03-secure-libraries/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/05-implementation/03-secure-libraries/index.md b/docs/en/05-implementation/03-secure-libraries/index.md index 00c9bed7..8a4b5b5d 100644 --- a/docs/en/05-implementation/03-secure-libraries/index.md +++ b/docs/en/05-implementation/03-secure-libraries/index.md @@ -8,6 +8,11 @@ and provide standardized technologies and frameworks that can be used throughout 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/ +- **OWASP Java HTML Sanitizer** – https://owasp.org/www-project-java-html-sanitizer/ + ---- The OWASP Developer Guide is a community effort; if there is something that needs changing