[blackice] Fix PyRIT pin: Azure/PyRIT (archived) -> microsoft/PyRIT v0.13.0#251
Open
gillespeiffer-db wants to merge 1 commit into
Open
Conversation
PyRIT moved from Azure/PyRIT to microsoft/PyRIT. The old repository is archived and no longer carries the v0.10.0rc0 tag, so checking out that ref during the blackice image build fails. Update the GIT_TOOLS entry to the current upstream and move from the release candidate to the latest stable release v0.13.0.
2913fc1 to
9b02fdd
Compare
madsager-db
reviewed
Jun 4, 2026
| # - REQUIREMENTS_FILE (optional): Path (relative to repo root) to a requirements file (e.g., requirements.txt, requirements/requirements_2.txt). | ||
| # - If pyproject.toml or setup.py is present in the repo root, REQUIREMENTS_FILE should not be specified. | ||
| ARG GIT_TOOLS="pyrit[gcg]=https://github.com/Azure/PyRIT.git=v0.10.0rc0 cyberseceval=https://github.com/meta-llama/PurpleLlama.git=3494754=CybersecurityBenchmarks/requirements.txt lm-eval-harness[api]=https://github.com/EleutherAI/lm-evaluation-harness.git=v0.4.9.1 promptmap=https://github.com/utkusen/promptmap.git=9e1b4fe=requirements.txt fuzzyai=https://github.com/cyberark/FuzzyAI.git=2d1d4e6 easyedit=https://github.com/zjunlp/EasyEdit.git=da6f731=requirements_2.txt cleverhans=https://github.com/cleverhans-lab/cleverhans.git=574efc1=requirements/requirements.txt" | ||
| ARG GIT_TOOLS="pyrit[gcg]=https://github.com/microsoft/PyRIT.git=v0.13.0 cyberseceval=https://github.com/meta-llama/PurpleLlama.git=3494754=CybersecurityBenchmarks/requirements.txt lm-eval-harness[api]=https://github.com/EleutherAI/lm-evaluation-harness.git=v0.4.9.1 promptmap=https://github.com/utkusen/promptmap.git=9e1b4fe=requirements.txt fuzzyai=https://github.com/cyberark/FuzzyAI.git=2d1d4e6 easyedit=https://github.com/zjunlp/EasyEdit.git=da6f731=requirements_2.txt cleverhans=https://github.com/cleverhans-lab/cleverhans.git=574efc1=requirements/requirements.txt" |
Collaborator
There was a problem hiding this comment.
Is the version update of this OK? I don't know what blackice is, so let's see if we can find a reviewer familiar with it?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repoint the blackice
GIT_TOOLSPyRIT entry to its current upstream and update the pinned version.Details
PyRIT moved from
Azure/PyRITtomicrosoft/PyRIT. The old repository is archived and no longer carries thev0.10.0rc0tag, so cloning and checking out that ref during the blackice image build fails. This PR:https://github.com/microsoft/PyRIT.gitv0.10.0rc0release candidate to the latest stable releasev0.13.0