Closed cookieMr closed 11 months ago
@cookieMr we have applied this change, that soon will be available within a newest version of cli and will solve your issue.
Solved https://github.com/snyk/cli/pull/4955 @cookieMr if additional issues, feel free to reach out. Thanks!
Thx you guys for such fast fix.
node -v
: v18.17.1npm -v
: 9.6.7snyk -v
: 1.1258.0The 1st command is reported when i run the 2nd command. Rerunning the gradle task (the 1st cmd) results in exactly the same issue.
Expected behaviour
Gradle task
snykResolvedDepsJson
passes and reports vulnerabilities.Actual behaviour
I observer this issue when i updated SpringFramework Boot Gradle Plugin from
3.1.5
to3.1.6
(same issue is when i update it to3.2.0
).The reported line (in a file on my local
/var/folders/94/9kpdzysj3f53fpxq41f0l9d40000gq/T/tmp-32034-fKjko8xrsZmb--init.gradle
) is the same line (i judged content, not line nr) as in this repo.Steps to reproduce
Run the cmd from the top of this description.
I'm also able to reproduce this in this repo (use branch
snyk-gradle-concurrency-issue
) (The 1st repo i observed this is a work repo).Debug logs: