Update openai_prompt_client.py file and adding different OWASP Top 10 list and their cheatsheets for LLM, Cloud, API and Web#813
Draft
Bornunique911 wants to merge 18 commits intoOWASP:mainfrom
Draft
Conversation
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
modified: application/frontend/src/pages/Explorer/explorer.scss modified: application/frontend/src/pages/Explorer/explorer.tsx modified: application/frontend/src/pages/GapAnalysis/GapAnalysis.scss modified: application/frontend/src/pages/GapAnalysis/GapAnalysis.tsx modified: application/frontend/src/providers/DataProvider.tsx modified: application/frontend/src/types.ts modified: application/frontend/www/bundle.js modified: application/frontend/www/bundle.js.LICENSE.txt modified: application/frontend/www/index.html modified: application/prompt_client/openai_prompt_client.py modified: application/tests/cheatsheets_parser_test.py modified: application/tests/cre_main_test.py modified: application/tests/cwe_parser_test.py modified: application/tests/web_main_test.py modified: application/utils/external_project_parsers/parsers/cheatsheets_parser.py modified: application/utils/external_project_parsers/parsers/cwe.py modified: application/web/web_main.py modified: cre.py modified: yarn.lock application/tests/owasp_aisvs_parser_test.py application/tests/owasp_api_top10_2023_parser_test.py application/tests/owasp_kubernetes_top10_2022_parser_test.py application/tests/owasp_kubernetes_top10_2025_parser_test.py application/tests/owasp_llm_top10_2025_parser_test.py application/tests/owasp_top10_2025_parser_test.py application/utils/external_project_parsers/data/ application/utils/external_project_parsers/parsers/owasp_aisvs.py application/utils/external_project_parsers/parsers/owasp_api_top10_2023.py application/utils/external_project_parsers/parsers/owasp_kubernetes_top10_2022.py application/utils/external_project_parsers/parsers/owasp_kubernetes_top10_2025.py application/utils/external_project_parsers/parsers/owasp_llm_top10_2025.py application/utils/external_project_parsers/parsers/owasp_top10_2025.py package-lock.json scripts/run-local.sh scripts/show-db-stats.sh scripts/update-cheatsheets.sh scripts/update-cwe.sh scripts/update-owasp-top10-2025-mappings.sh scripts/update-owasp-top10-standards.sh
new file: application/tests/owasp_api_top10_2023_parser_test.py new file: application/tests/owasp_kubernetes_top10_2022_parser_test.py new file: application/tests/owasp_kubernetes_top10_2025_parser_test.py new file: application/tests/owasp_llm_top10_2025_parser_test.py new file: application/tests/owasp_top10_2025_parser_test.py new file: application/utils/external_project_parsers/data/cwe_fallback_mappings.json new file: application/utils/external_project_parsers/data/owasp_aisvs_1_0.json new file: application/utils/external_project_parsers/data/owasp_api_top10_2023.json new file: application/utils/external_project_parsers/data/owasp_cheatsheets_supplement.json new file: application/utils/external_project_parsers/data/owasp_kubernetes_top10_2022.json new file: application/utils/external_project_parsers/data/owasp_kubernetes_top10_2025.json new file: application/utils/external_project_parsers/data/owasp_llm_top10_2025.json new file: application/utils/external_project_parsers/data/owasp_top10_2025.json new file: application/utils/external_project_parsers/parsers/owasp_aisvs.py new file: application/utils/external_project_parsers/parsers/owasp_api_top10_2023.py new file: application/utils/external_project_parsers/parsers/owasp_kubernetes_top10_2022.py new file: application/utils/external_project_parsers/parsers/owasp_kubernetes_top10_2025.py new file: application/utils/external_project_parsers/parsers/owasp_llm_top10_2025.py new file: application/utils/external_project_parsers/parsers/owasp_top10_2025.py new file: package-lock.json new file: scripts/run-local.sh new file: scripts/show-db-stats.sh new file: scripts/update-cheatsheets.sh new file: scripts/update-cwe.sh new file: scripts/update-owasp-top10-2025-mappings.sh new file: scripts/update-owasp-top10-standards.sh
Author
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
Signed-off-by: Bornunique911 <69379200+Bornunique911@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Fixed typo in
openai_prompt_client.pyfile and added different OWASP Top 10 list and their cheatsheets for OWASP Top 10 for LLM, Cloud, API and Web.