Michael Stergianis

Results 3 issues of Michael Stergianis

**What happened**: We have [node-archiver](https://github.com/archiverjs/node-archiver) in our dependencies. When scanning our repository we get a false positive on GFI Mail Archiver ``` archiver 5.3.0 15.2 npm CVE-2021-29281 Critical ``` Looks...

bug
false positive

**What happened**: We have [node-chainsaw](https://github.com/substack/node-chainsaw) in our dependencies. When scanning our repository we get a false positive on Apache Chainsaw ``` chainsaw 0.1.0 2.1.0 npm CVE-2020-9493 Critical ``` **What you...

bug
false positive

## Summary I was using multiple space separated LDFLAGS when building, for example ``` LDFLAGS="-Wl,-O1 -Wl,--sort-common" make build ``` which appears to correspond with recommendations from the go project -...