Skip to content

Commit

Permalink
Release 4.4.0: Initial mitigations
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyjw committed Apr 13, 2023
1 parent b55dd38 commit b4984c8
Show file tree
Hide file tree
Showing 8 changed files with 1,067 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ check spelling and syntax:
- changes:
- data/*.yaml # Source data was updated
- tests/*.py # Any tests changed
- tests/custom_words.txt # Exclusion words updated
- tests/custom_words.txt # Exclusion words updated
- conftest.py # Any test fixtures changed

validate data:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ATLAS Data Changelog

## [4.4.0]() (2023-04-12)

Initial mitigations

## [4.3.0]() (2023-02-28)

New case study on prompt injection and adapted new associated techniques from ATT&CK.
Expand Down
2 changes: 2 additions & 0 deletions data/case-studies/AML.CS0009.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ case-study-type: incident
references:
- title: 'AIID - Incident 6: TayBot'
url: https://incidentdatabase.ai/cite/6
- title: 'AVID - Vulnerability: AVID-2022-v013'
url: https://avidml.org/database/avid-2022-v013/
- title: Microsoft BlogPost, "Learning from Tay's introduction"
url: https://blogs.microsoft.com/blog/2016/03/25/learning-tays-introduction/
- title: IEEE Article, "In 2016, Microsoft's Racist Chatbot Revealed the Dangers of
Expand Down
2 changes: 1 addition & 1 deletion data/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

id: ATLAS
name: Adversarial Threat Landscape for AI Systems
version: 4.3.0
version: 4.4.0

matrices:
- !include .
Expand Down
1 change: 1 addition & 0 deletions data/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ tactics:
data:
- !include tactics.yaml
- !include techniques.yaml
- !include mitigations.yaml
Loading

0 comments on commit b4984c8

Please sign in to comment.