Dave Tryon

Results 34 issues of Dave Tryon

#1082 surfaced a case where we _might_ have a problem with case-differing file names. We should investigate this on a linux system to be sure. Scenario is as follows: 1....

accepted

We've seen cases where a single pipeline run produces multiple artifacts, meaning that the `BuildDropPath` parameter varies, but the `BuildComponentPath` is the same--same commit, same build iteration, etc. It could...

needs investigation

The code in [FileHasher.HashAlgorithmNames](https://github.com/microsoft/sbom-tool/blob/main/src/Microsoft.Sbom.Api/Executors/FileHasher.cs#L39-L66) seems to be incorrect when aggregating. The current code mimics that we do when validating, which uses `IConfiguration.HashAlgorithm.Value`. That's great when validating incoming SBOMs, but is...

accepted

This is a known bug but I was unable to find an issue on it. When building an SPDX file, external doc refs gets reported twice--once (correctly) in as an...

accepted