Skip to content
New issue

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

FEAT Implement Tree of Attacks with Pruning #107

Closed
romanlutz opened this issue Mar 18, 2024 · 1 comment · Fixed by #210
Closed

FEAT Implement Tree of Attacks with Pruning #107

romanlutz opened this issue Mar 18, 2024 · 1 comment · Fixed by #210
Assignees
Labels
enhancement New feature or request

Comments

@romanlutz
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The following paper describes a technique called Tree of Attacks with Pruning (TAP): https://arxiv.org/pdf/2312.02119.pdf
PyRIT doesn't currently support it.

Describe the solution you'd like

There's an existing repository with TAP code at https://github.com/RICommunity/TAP
We should either use this as inspiration or adapt it to work as an orchestrator in PyRIT (let's call it TreeOfAttacksOrchestrator)

This should include tests and descriptive docstrings.

Describe alternatives you've considered, if relevant

Additional context

@romanlutz romanlutz added the enhancement New feature or request label Mar 18, 2024
@romanlutz
Copy link
Contributor Author

@salmazainana has started on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant