snyk / snyk-gradle-plugin

Basic Snyk CLI plugin for Gradle support
Other
25 stars 19 forks source link

fix: prevent project name to be empty string #184

Closed anthogez closed 3 years ago

anthogez commented 3 years ago

Previously we were validating if the root cwd value being passed down from cli was either null or undefined, skipping empty string as an invalid case. With this pr we are adding empty string as an invalid case and avoid its usage as a gradle project name. What is the outcome? prevent Invalid DepGraph error during scanning test/monitor phases

snyksec commented 3 years ago

:tada: This PR is included in version 3.14.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: