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
Importing testImplementation "io.nextflow:nextflow:24.10.5" results in the following warning from IntelliJ:
Dependency maven:com.beust:jcommander:1.35 is vulnerable
With the details:
WS-2019-0490, Score: 8.1
Inclusion of Functionality from Untrusted Control Sphere vulnerability found in jcommander before 1.75. jcommander resolving dependencies over HTTP instead of HTTPS. Details
The following corresponding code is found currently in Nextflow:
Importing
testImplementation "io.nextflow:nextflow:24.10.5"
results in the following warning from IntelliJ:With the details:
The following corresponding code is found currently in Nextflow:
nextflow/modules/nextflow/build.gradle
Line 40 in ac71280
The suggested fix is a version bump to
1.75
as a safe version.The text was updated successfully, but these errors were encountered: