Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output says nothing was added/removed but command fails #170

Open
radekjezdik opened this issue Aug 10, 2023 · 1 comment
Open

Output says nothing was added/removed but command fails #170

radekjezdik opened this issue Aug 10, 2023 · 1 comment

Comments

@radekjezdik
Copy link

Hi, I just ran snyk-delta on some old branch of go project. To my surprise, snyk-delta output showed that nothing new was added or removed (directly or indirectly), but new issues were nonetheless introduced. See the output:

Direct deps:
Added 0 

===============
Removed 0

##################
Indirect deps:
Added 0 

===============
Paths
===============
Removed 0
 []
_____________________________

New issues introduced !
Security Vulnerabilities:
  1/3: Denial of Service (DoS) [High Severity]
    Via: <REDACTED>
    Fixed in: <REDACTED> 0.7.0


  2/3: Denial of Service (DoS) [High Severity]
    Via: <REDACTED>
    Fixed in: <REDACTED> 0.7.0


  3/3: Denial of Service (DoS) [High Severity]
    Via: <REDACTED>
    Fixed in: <REDACTED> 0.7.0

Can you please explain in which cases this is possible? Is it because of some dynamic dependency resolution?

@radekjezdik radekjezdik changed the title Output says nothing was added/removed Output says nothing was added/removed but command fails Aug 10, 2023
@aarlaud
Copy link
Contributor

aarlaud commented Nov 8, 2023

hum, I'm not sure. It does look like a case of a new vuln being disclosed impacting you existing deps, comparing it to a baseline that hasn't received that update.
usually, the baseline is on the backend, retested daily, and therefore updated with the new vulns, but maybe that's not working for some reason (disabled, unable to retest for whatever reason, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants