You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most straightforward solution I can imagine is a converter that takes in a (benign) image in its constructor and a different (harmful) image in its convert_async method. In that method, it makes the harmful image appear to be benign to evade content filters.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Paper: https://arxiv.org/pdf/[2401.15817](https://arxiv.org/pdf/2401.15817)
We should support this in PyRIT!
Describe the solution you'd like
The most straightforward solution I can imagine is a converter that takes in a (benign) image in its constructor and a different (harmful) image in its
convert_async
method. In that method, it makes the harmful image appear to be benign to evade content filters.The text was updated successfully, but these errors were encountered: