Markus Ueberall

Results 25 issues of Markus Ueberall

How to reproduce: ``` perlbrew install 5.28.2 ; perlbrew list-modules | perlbrew exec --with 5.28.2 cpanm perlbrew install 5.30.0 ; perlbrew list-modules | perlbrew exec --with 5.30.0 cpanm ``` _(No...

Whenever the Debian [Security Bug Tracker](https://security-tracker.debian.org/) Database is unavailable, `debcvescan` outputs the following: ``` panic: invalid character '

The new whitelisting feature introduced in v0.1.19/0.1.20 currently expects a list of whitelisted entries to reside in the current working directory: https://github.com/devmatic-it/debcvescan/blob/4deff2d665725958f03dc9fc241cd74a14951b74/pkg/analyzer/whitelist.go#L37 It would be helpful if another location of...

Using the new whitelisting feature for packages and CVE IDs introduced in releases 0.1.19/0.1.20, respectively, only whitelisted _packages_ will affect the summary counts: ``` [2021-08-21T15:11:38+0200] sys-maint@vserver19:/tmp/debcvescan% ls -l ./debcvescan.whitelist ls:...

The order in which the individual entries are displayed is not deterministic at the moment; this prevents users from "diffing" two outputs in order to identify changes. It might be...