cyclonedx-dotnet icon indicating copy to clipboard operation
cyclonedx-dotnet copied to clipboard

Creates CycloneDX Software Bill of Materials (SBOM) from .NET Projects

Results 99 cyclonedx-dotnet issues
Sort by recently updated
recently updated
newest added

I've just found [RetireNet](https://github.com/RetireNet/dotnet-retire). This tools produces massive more information and also finds some vulnerabilities. * It scans all transitive dependencies, * It includes .NET Framework / .NET Core version...

Hi, using version 2.4.1 some of our builds are failing due to a `System.IO.InvalidDataException` exception. Those builds were working using version 2.3.0 and are still working if we fix the...

question

I noticed today that a .NET6 project in Dependency Track was missing Bootstrap and jQuery components. Project is a basic .NET6 webapp generated from CLI with default folder structure. wwwroot...

stale

You can set an alternative feed, but this only supports changing the feed. It would be nice to be able to specify multiple nuget feeds. Or, even better use the...

stale

I have a .csproj project file that has a project reference to a .vcxproj project. Trying to generate a bom for this solution causes a null reference exception: ``` »...

I have a project which has top level NuGet dependencies Package1 1.0.0 and Package2 2.0.0. Package1 has a transitive dependency to Package2 [1.0.0]. The project is built just fine using...

stale

Release The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

github_actions
stale

When the Metadata File has a lower CycloneDX version, the same version will be written into the SBOM, making it possibly invalid as there might be elements that don't exist...

triage
stale

Bumps dotnet/sdk from 8.0.101 to 8.0.203. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotnet/sdk&package-manager=docker&previous-version=8.0.101&new-version=8.0.203)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

This request now sets: - the publisher in the sbom based on the owner and if it is null it will use the author Closes #842