From 0749eeda553f292ad1c19051d0ee08c79a3cdf67 Mon Sep 17 00:00:00 2001 From: Luca Demetrio Date: Tue, 2 Sep 2025 11:21:23 +0200 Subject: [PATCH] Update AITG-MOD-01_Testing_for_Evasion_Attacks.md Removed typo --- .../content/tests/AITG-MOD-01_Testing_for_Evasion_Attacks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document/content/tests/AITG-MOD-01_Testing_for_Evasion_Attacks.md b/Document/content/tests/AITG-MOD-01_Testing_for_Evasion_Attacks.md index 25f39bc..81a1088 100644 --- a/Document/content/tests/AITG-MOD-01_Testing_for_Evasion_Attacks.md +++ b/Document/content/tests/AITG-MOD-01_Testing_for_Evasion_Attacks.md @@ -63,8 +63,8 @@ AI Security Testing tool can be divided into *general-purpose*, which can be use ## Outdated libraries We also list here some of the libraries that have been used years ago, but now are inactive, not maintained and probably bugged. - **CleverHans** -- Library for computing adversarial evasion attacks against model deployed in Pytorch, Tensorflow / Keras, and JAX. -- Tool link: [CleverHans on GitHub](https://github.com/cleverhans-lab/cleverhans) + - Library for computing adversarial evasion attacks against model deployed in Pytorch, Tensorflow / Keras, and JAX. + - Tool link: [CleverHans on GitHub](https://github.com/cleverhans-lab/cleverhans) - **DeepSec** (BUGGED) - Security evaluation toolkit focused on deep learning models for adversarial example detection and defense. It has been strongly criticized as bugged, as visible from the (still) open [issues](https://github.com/ryderling/DEEPSEC/issues).