From 53efabff4c3554d28f70a4abed300d917570e017 Mon Sep 17 00:00:00 2001 From: Sy Tran Dung Date: Wed, 22 Oct 2025 09:35:35 +0700 Subject: [PATCH] Add OWASP Gen AI Top 10 link to documentation As businesses rapidly adopted LLMs, the OWASP Gen AI Top 10 should be mentioned. Signed-off-by: Sy Tran Dung --- docs/lfd121.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/lfd121.md b/docs/lfd121.md index 08df0ef..6159302 100644 --- a/docs/lfd121.md +++ b/docs/lfd121.md @@ -833,6 +833,8 @@ OWASP has other top 10 lists for different kinds of software. For example: * [OWASP Internet of Things Project](https://wiki.owasp.org/index.php/OWASP_Internet_of_Things_Project) - the Internet of Things (IoT) top 10. +* [OWASP Gen AI Top 10](https://genai.owasp.org/llm-top-10/) - the Generative AI and LLM applications top 10. + That said, the web application top 10 list is the best known top 10 list from OWASP. These top vulnerabilities are not only common, but they tend to result in severe vulnerabilities.