From b55dd387c1c94bba5a04c99c99bc362ccf53b655 Mon Sep 17 00:00:00 2001 From: Lily Wong Date: Wed, 1 Mar 2023 18:50:14 -0500 Subject: [PATCH] Fixes #4 typo in link --- data/techniques.yaml | 2 +- dist/ATLAS.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/techniques.yaml b/data/techniques.yaml index 874130f..e3502c7 100644 --- a/data/techniques.yaml +++ b/data/techniques.yaml @@ -337,7 +337,7 @@ object-type: technique description: | Adversaries may gain access to a model via legitimate access to the inference API. - Inference API access can be a source of information to the adversary ([{{discover_model_ontology.name}}](/techniques/{{discover_model_ontology.id}}), [{{discover_model_family.name}}](/techniques/{{discover_model_ontology.id}})), a means of staging the attack ([{{verify_attack.name}}](/techniques/{{verify_attack.id}}), [{{craft_adv.name}}](/techniques/{{craft_adv.id}})), or for introducing data to the target system for Impact ([{{evade_model.name}}](/techniques/{{evade_model.id}}), [{{erode_integrity.name}}](/techniques/{{erode_integrity.id}})). + Inference API access can be a source of information to the adversary ([{{discover_model_ontology.name}}](/techniques/{{discover_model_ontology.id}}), [{{discover_model_family.name}}](/techniques/{{discover_model_family.id}})), a means of staging the attack ([{{verify_attack.name}}](/techniques/{{verify_attack.id}}), [{{craft_adv.name}}](/techniques/{{craft_adv.id}})), or for introducing data to the target system for Impact ([{{evade_model.name}}](/techniques/{{evade_model.id}}), [{{erode_integrity.name}}](/techniques/{{erode_integrity.id}})). tactics: - "{{ml_model_access.id}}" diff --git a/dist/ATLAS.yaml b/dist/ATLAS.yaml index 2b2617b..37a80d5 100644 --- a/dist/ATLAS.yaml +++ b/dist/ATLAS.yaml @@ -708,7 +708,7 @@ matrices: the inference API. Inference API access can be a source of information to the adversary ([Discover - ML Model Ontology](/techniques/AML.T0013), [Discover ML Model Family](/techniques/AML.T0013)), + ML Model Ontology](/techniques/AML.T0013), [Discover ML Model Family](/techniques/AML.T0014)), a means of staging the attack ([Verify Attack](/techniques/AML.T0042), [Craft Adversarial Data](/techniques/AML.T0043)), or for introducing data to the target system for Impact ([Evade ML Model](/techniques/AML.T0015), [Erode ML Model