chore(deps): Purge stale dependency-graph manifest (step 1/2)#923
Merged
Conversation
GitHub's dependency graph still tracks a dead manifest at labs/unicorn-store/software/unicorn-store-spring/pom.xml (the module was removed from main in Feb 2025) and keeps raising phantom Dependabot alerts/update runs against it (tomcat, jackson, netty, logback, ...). Step 1: re-add the path as a dependency-free placeholder so GitHub re-scans the manifest and clears the phantom findings. Step 2 (follow-up commit) deletes it to drop the manifest from the graph entirely. Also remove the explicit com.fasterxml.jackson.core:jackson-databind pin from infra/cdk: it is unused by the app, supplied transitively by aws-cdk-lib, and did not actually escape GHSA-5jmj-h7xm-6q6v (which also covers < 2.21.5). Keeping the pin would block the transitive fix once jackson 2.21.5 / 2.22.1 ships.
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.
GitHub's dependency graph still tracks a dead manifest at labs/unicorn-store/software/unicorn-store-spring/pom.xml (the module was removed from main in Feb 2025) and keeps raising phantom Dependabot alerts/update runs against it (tomcat, jackson, netty, logback, ...).
Step 1: re-add the path as a dependency-free placeholder so GitHub re-scans the manifest and clears the phantom findings. Step 2 (follow-up commit) deletes it to drop the manifest from the graph entirely.
Also remove the explicit com.fasterxml.jackson.core:jackson-databind pin from infra/cdk: it is unused by the app, supplied transitively by aws-cdk-lib, and did not actually escape GHSA-5jmj-h7xm-6q6v (which also covers < 2.21.5). Keeping the pin would block the transitive fix once jackson 2.21.5 / 2.22.1 ships.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.