ishiDACo / vulsrepo

VulsRepo is visualized based on the json report output in vuls.
MIT License
31 stars 14 forks source link

Corresponds to the -diff option #212

Closed kazuminn closed 3 years ago

kazuminn commented 3 years ago

https://github.com/future-architect/vuls/pull/1157

The diff specification has changed with this commit.

https://github.com/future-architect/vuls/blob/master/models/vulninfos.go#L181

DiffStatus determines whether the difference is plus or minus in _diff.json.

Please correspond properly.

ishiDACo commented 3 years ago

It looks like the following.

image

kazuminn commented 3 years ago

@ishiDACo

I think it looks good. I hope it can be displayed separately for plus and minus

Thanks

ishiDACo commented 3 years ago

You can select + or - in the Diff filter to show only + or -.

image

image

kazuminn commented 3 years ago

@ishiDACo

Great!!!