chore: do not HTML escape PackageURLs#1782
Merged
kzantow merged 1 commit intoanchore:mainfrom May 5, 2023
Merged
Conversation
Signed-off-by: Keith Zantow <kzantow@gmail.com>
spiffcs
approved these changes
May 4, 2023
This was referenced May 8, 2023
Closed
Closed
Closed
spiffcs
pushed a commit
that referenced
this pull request
May 10, 2023
Signed-off-by: Keith Zantow <kzantow@gmail.com>
spiffcs
added a commit
that referenced
this pull request
May 10, 2023
* main: fix: Reduce log spam on unknown relationship type (#1797) chore(deps): update bootstrap tools to latest versions (#1807) chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#1802) chore(deps): bump github.com/docker/docker (#1795) chore(deps): bump github.com/google/go-containerregistry (#1796) chore(deps): update bootstrap tools to latest versions (#1792) Print package list when extra packages found (#1791) chore(deps): update bootstrap tools to latest versions (#1786) chore(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 (#1787) Update the CPE generation for spring-security-core (#1789) chore: do not HTML escape PackageURLs (#1782) chore: do not include kernel module cataloger by default (#1784) Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This was referenced May 22, 2023
Closed
GijsCalis
pushed a commit
to GijsCalis/syft
that referenced
this pull request
Feb 19, 2024
Signed-off-by: Keith Zantow <kzantow@gmail.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.
sbom-actionissue anchore/sbom-action#414 indicates that there is an issue with GitHub accepting PURLs that contain backslashes (even if they are valid JSON escape sequences). This PR adjust the GitHub output to not HTML escape.