-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
cvemap version: 0.0.3
Current Behavior:
In version 0.0.2 when you did something like
cvemap.exe -poc=true ... -json > file.json
You would get a nice json file with the complete output.
In version 0.0.3 however, cvemap.exe will output the json content to console and the file itself will be empty.
Expected Behavior:
Like in 0.0.2 it should be possible to redirect the output to a file.
Steps To Reproduce:
Use version 0.0.2 with:
cvemap.exe -json > file.json
See that the json file is correctly created and contains valid json data. There is no screen output.
Use the newest version 0.0.3 and do the same.
You will see the json being outputted to the screen. An empty json file is created.
Anything else:
Metadata
Metadata
Assignees
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
