Skip to content

Commit c8a2eb7

Browse files
fixed categorization issue
1 parent 0ef243d commit c8a2eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ai_exchange/content/docs/ai_security_overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In AI we distinguish 6 types of impacts, for three types of attacker goals (disc
6363
3. disclose: hurt confidentiality of input data
6464
4. deceive: hurt integrity of model behaviour (the model is manipulated to behave in an unwanted way to deceive)
6565
5. disrupt: hurt availability of the model (the model either doesn't work or behaves in an unwanted way - not to deceive but to disrupt)
66-
6. disrupt: confidentiality, integrity, and availability of non AI-specific assets
66+
6. disrupt/disclose: confidentiality, integrity, and availability of non AI-specific assets
6767

6868
The threats that create these impacts use different attack surfaces. For example: the confidentiality of train data can be compromised by hacking into the database during development-time, but it can also leak by a _membership inference attack_ that can find out whether a certain individual was in the train data, simply by feeding that person's data into the model and looking at the details of the model output.
6969

0 commit comments

Comments
 (0)