fix: Add eternal configuration for NODEAUDIT cache results. - #8758
Open
ejouvin wants to merge 1 commit into
Open
fix: Add eternal configuration for NODEAUDIT cache results.#8758ejouvin wants to merge 1 commit into
ejouvin wants to merge 1 commit into
Conversation
See issue dependency-check#8757. No configuration set on CENTRAL and POM as it was mentionned it is expected behaviour.
chadlwilson
suggested changes
Aug 20, 2026
chadlwilson
left a comment
Collaborator
There was a problem hiding this comment.
This may be valid, but as noted at #8757 (comment) NodeAuditAnalyzer is not functional right now due to #8422, so there's no way to validate whether this is actually working or whether it's the correct approach or even the fix to the cited problem.
And still no reproducer supplied with logs or anything else to make it easier to validate when NodeAudit is reinstated?
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 of Change
Update configuration file to set isEternal flag value to false, only on NODEAUDIT cache.
Without this, the cache is never refresh.
In documentation for configuration nodeAuditAnalyzerUseCache
Sets whether the Node Audit Analyzer will cache results. Cached results expire after 24 hours.
But it is never the case, results in the cache never expire as they are flagged as eternal.
Related issues
fixes #8757
Have test cases been added to cover the new functionality?
yes