We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No loading of pickles in garak proper
Add test that looks for pickle/cpickle import in garak source and fails if found
pickle
cpickle
Disable Hugging Face loading of pickle-based anything unless a CLI flag is present
Do not make that CLI flag possible to configure in YAML, so that users must be aware of what's happening each time
Add test to make sure CLI flag to enable HF pickle loading doesn't work if placed in YAML
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No loading of pickles in garak proper
Add test that looks for
pickle
/cpickle
import in garak source and fails if foundDisable Hugging Face loading of pickle-based anything unless a CLI flag is present
Do not make that CLI flag possible to configure in YAML, so that users must be aware of what's happening each time
Add test to make sure CLI flag to enable HF pickle loading doesn't work if placed in YAML
The text was updated successfully, but these errors were encountered: