You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With dependabot being in place to bump dependencies I would suggest to drop the dependency check plugin as it's pointless to maintain the list of CVE supressions. All we can do anyways is upgrading the dependencies.
When it comes to vulnerabilities in dependencies, you have more than just 1 option though:
Update
Replace/rewrite (with a different or hand-written alternative)
Suppress
CVE suppressions serve as a documentation.
They give users an idea about the status and quality of the project.
If you combine them with until, you can even give your future self a hint about re-evaluating a suppression.
With dependabot being in place to bump dependencies I would suggest to drop the dependency check plugin as it's pointless to maintain the list of CVE supressions. All we can do anyways is upgrading the dependencies.
@danielrohe what do you think?
The text was updated successfully, but these errors were encountered: