Remove the need for setuptools to mitigate GHSA-58pv-8j8x-9vj2#346
Merged
Conversation
bfc198a to
115e13b
Compare
eda13af to
949029a
Compare
pbr to mitigate GHSA-58pv-8j8x-9vj2setuptools to mitigate GHSA-58pv-8j8x-9vj2
Owner
|
This is awesome, definitely interested. I've been wanting to cleanup both pbr and jsonpath for a long time. Thanks very much. Will give this a proper review and get it merged very soon. |
cdent
approved these changes
Jan 16, 2026
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.
When using
gabbias a dependency it pulls insetuptoolsvia the use ofpbrandjsonpath_rw. The current versions ofsetuptoolscontain a vulnerability, GHSA-58pv-8j8x-9vj2.This PR avoids this vulnerability by removing the use of
pbrandjsonpath_rw.I've no idea if this interests you at all, @cdent, but it's something I've had to implement to mitigate this vulnerability.
The other changes are simply to pass the tests in my local environment (NixOS).