Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import datetime

project = "garak"
copyright = f"2023-{datetime.datetime.now().year}, NVIDIA Corporation"
copyright = f"2023-{datetime.datetime.now().year}, NVIDIA Corporation. Content provided under Apache License 2.0."
author = "Leon Derczynski"

# -- General configuration
Expand Down
2 changes: 1 addition & 1 deletion garak/probes/badchars.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class BadCharacters(garak.probes.Probe):
"""Imperceptible perturbations mixing invisible chars, homoglyphs, swaps, deletions.

Implements the paper's full spectrum of adversarial perturbations by generating prompt variants that insert invisible Unicode,
swap characters with bidi tricks, substitute homoglyphs, and inject deletions/backspaces.
swap characters with bidi tricks, substitute homoglyphs, and inject deletions/backspaces.
The goal is to stress refusal policies with subtle transformations that should remain semantically equivalent to the original payloads.
"""

Expand Down