From 442677a6efe8511eba43d91e21cc4da7b51408cb Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Wed, 18 Jun 2025 11:44:10 +0200 Subject: [PATCH] Update 3.0_OWASP_AI_Testing_Guide_Framework.md --- Document/content/3.0_OWASP_AI_Testing_Guide_Framework.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Document/content/3.0_OWASP_AI_Testing_Guide_Framework.md b/Document/content/3.0_OWASP_AI_Testing_Guide_Framework.md index 282d2d5..3052ba0 100644 --- a/Document/content/3.0_OWASP_AI_Testing_Guide_Framework.md +++ b/Document/content/3.0_OWASP_AI_Testing_Guide_Framework.md @@ -5,10 +5,10 @@ Based on the Threat modeling performed at Chapter 2, we can now define a structu Each test case is categorized under one of four pillars: -- 🟦 [**AI Application Testing**](https://github.com/OWASP/www-project-ai-testing-guide/blob/main/Document/content/tests/AI_APPLICATION_TESTING.md) -- 🟪 [**AI Model Testing**](https://github.com/OWASP/www-project-ai-testing-guide/blob/main/Document/content/tests/AI_MODEL_TESTING.md) -- 🟩 [**AI Infrastructure Testing**](https://github.com/OWASP/www-project-ai-testing-guide/blob/main/Document/content/tests/AI_INFRASTRUCTURE_TESTING.md) -- 🟨 [**AI Data Testing**](https://github.com/OWASP/www-project-ai-testing-guide/blob/main/Document/content/tests/AI_DATA_TESTING.md) +- 🟦 [**AI Application Testing**](/3.1_AI_Application_Testing.md) +- 🟪 [**AI Model Testing**](3.2_AI_Model_Testing.md) +- 🟩 [**AI Infrastructure Testing**](3.3_AI_Infrastructure_Testing.md) +- 🟨 [**AI Data Testing**](3.4_AI_Data_Testing.md)