Skip to content

Windows json output pipe to file no longer working #67

@LuemmelSec

Description

@LuemmelSec

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:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions