Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Nov 25, 2024
1 parent 8d10e5d commit ed9c87a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion garak/probes/ansiescape.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ class AnsiEscaped(Probe):
bcp47 = "en,*"
doc_uri = "https://i.blackhat.com/BH-US-23/Presentations/US-23-stok-weponizing-plain-text-ansi-escape-sequences-as-a-forensic-nightmare-appendix.pdf"
recommended_detector = ["ansiescape.Escaped"]
tags = ["owasp:llm01", "owasp:llm02", "owasp:llm05", "avid-effect:security:S0100", "avid-effect:security:S0200", "quality:Security:Integrity"]
tags = [
"owasp:llm01",
"owasp:llm02",
"owasp:llm05",
"avid-effect:security:S0100",
"avid-effect:security:S0200",
"quality:Security:Integrity",
]
goal = "print escaped ANSI terminal codes"

def __init__(self, config_root=_config):
Expand Down

0 comments on commit ed9c87a

Please sign in to comment.