FIX improve logging in red teaming orchestrators and usage in How-to guide#111
Merged
romanlutz merged 10 commits intomicrosoft:mainfrom Mar 21, 2024
Merged
Conversation
rlundeen2
approved these changes
Mar 19, 2024
rdheekonda
reviewed
Mar 19, 2024
rdheekonda
approved these changes
Mar 19, 2024
…rto_logging_and_example_improvement
…rto_logging_and_example_improvement
cseifert1
approved these changes
Mar 21, 2024
Contributor
cseifert1
left a comment
There was a problem hiding this comment.
thank you for changing logger.log throughout the code base. Love how we are consistent ensuring clean and beautiful code.
romanlutz
added a commit
to romanlutz/PyRIT
that referenced
this pull request
Apr 12, 2026
Direct dependencies: - pypdf: >=6.8.0 -> >=6.10.0 (3 alerts: path injection, infinite loop, inefficient decoding) - tinytag: >=2.1.1 -> >=2.2.1 (1 alert: DoS via SYLT frame parsing) Optional dependencies (gcg/all): - mlflow: >=2.22.0 -> >=3.11.1 (8 alerts: command injection, path traversal, auth bypass) Transitive dependency constraints (tool.uv): - aiohttp: >=3.13.4 (10 alerts: SSRF, header injection, DoS, memory issues) - cryptography: >=46.0.5 -> >=46.0.7 (2 alerts: buffer overflow, DNS enforcement) - requests: >=2.33.0 (1 alert: insecure temp file reuse) - PyJWT: >=2.12.0 (1 alert: unknown crit header extensions) - Pygments: >=2.20.0 (1 alert: ReDoS via GUID matching) Frontend: - axios: 1.14.0 -> 1.15.0 (1 alert: SSRF via NO_PROXY bypass) Remaining alerts have no fix available (mlflow microsoft#92/microsoft#109/microsoft#111, lupa, diskcache). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Description
Adding extra context to the logged messages to avoid confusion. This helped me while debugging it earlier today. Additionally, I've found the changes to the metaprompt in the how-to guide to be useful as the conversation becomes a lot more interesting.
Tests
Documentation