Skip to content

Commit 44e6876

Browse files
committed
feat(ai): add Artificial Intelligence security domain (#295)
Adds ARTIFICIAL_INTELLIGENCE to SecurityDomains so AI red-team contracts can be bucketed under the AI security domain.
1 parent 75ec92e commit 44e6876

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyoaev/security_domain/types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ class SecurityDomains(Enum):
1313
URL_FILTERING = {"domain_name": "URL Filtering", "domain_color": "#66CCFF"}
1414
CLOUD = {"domain_name": "Cloud", "domain_color": "#9999CC"}
1515
TABLE_TOP = {"domain_name": "Tabletop", "domain_color": "#FFCC33"}
16+
ARTIFICIAL_INTELLIGENCE = {
17+
"domain_name": "Artificial Intelligence",
18+
"domain_color": "#7C4DFF",
19+
}
1620
TOCLASSIFY = {"domain_name": "To classify", "domain_color": "#FFFFFF"}

0 commit comments

Comments
 (0)