File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,16 @@ class TestNewAttack(TestBase):
112112 " name" : " New Attack" ,
113113 " code_name" : " new_attack" ,
114114 " tags" : [
115- " lang:en " , # languages of available tested models
115+ " lang:any " , # languages of available tested models
116116 " dialog:single-stage" , # type of dialogs: single-stage or multi-stage
117117 " owasp:llm01" , # OWASP TOP 10 for LLM risks
118- " eval:heuristic" , # type of resilience evaluation
118+ " eval:heuristic" , # type of resilience evaluation: heuristic or llm-as-a-judge
119119 " arxiv:2504.11111" , # original paper if exists
120+ " model:llm" , # type of testing model: llm, vlm
120121 ],
121122 " description" : {
122- " en" : " Description in English." ,
123- " ru" : " Описание на русском." ,
123+ " en" : " Your attack description here in English." ,
124+ " ru" : " Описание атаки на русском." ,
124125 },
125126 " github_link" : " Link to attack in release branch" ,
126127 }
You can’t perform that action at this time.
0 commit comments