stevespringett / nist-data-mirror

A simple Java command-line utility to mirror the CVE JSON data from NIST.
Apache License 2.0
206 stars 93 forks source link

NistDataMirror.java has hardcoded Windows file separators #111

Closed dwaynewilliams closed 2 years ago

dwaynewilliams commented 2 years ago

Lines 289 and 293 have hardcoded Windows file separators that are causing dependency check jobs to fail on OSX and Linux environments.

dwaynewilliams commented 2 years ago

The bug was introduced 8 days ago in this PR - https://github.com/stevespringett/nist-data-mirror/pull/108/files

falco9 commented 2 years ago

Removed the file seperators & created PR