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

Creates CycloneDX Software Bill of Materials (SBOM) documents for C/C++ projects using Conan

Results 16 cyclonedx-conan issues
Sort by recently updated
recently updated
newest added

Bumps [conan](https://github.com/conan-io/conan) from 1.60.2 to 1.61.0. Release notes Sourced from conan's releases. 1.61.0 (13-Sep-2023) Feature: Add SConsDeps generator. (conan-io/conan#14713). Docs: :page_with_curl: Feature: Add support fox Xcode 15. (conan-io/conan#14533) Feature: New...

dependencies
python

Bumps [fasteners](https://github.com/harlowja/fasteners) from 0.18 to 0.19. Release notes Sourced from fasteners's releases. Version 0.19 Adds non-context manager methods to inter-thread lock Drops support for python 3.7 Adds CI for python...

dependencies
python

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 7.34.6 to 8.1.1. Release notes Sourced from python-semantic-release/python-semantic-release's releases. v8.1.1 (2023-09-19) Build build(deps-dev): bump ruff from 0.0.286 to 0.0.290 (#713) Bumps ruff from 0.0.286 to 0.0.290. Release...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

When the conan project uses a conanfile.py instead of conanfile.txt the metadata is not correct. With the following conanfile.py: ```python import os from conans import ConanFile, CMake class TestConan(ConanFile): name...

Fix the metadata component by fixing the test for the root component. Closes: https://github.com/CycloneDX/cyclonedx-conan/issues/101 This is only an issue when used for conanfile.py (rather than conanfile.txt).

Looking at the JSON output from the tool it looks to be malformed. Before the most recent update, the generated JSON contained: ``` "bomFormat": "CycloneDX", "specVersion": "1.3", "serialNumber": "urn:uuid:", "version":...

I guess the subject says it all. I just wonder what the progress here is, so would like to watch an issue for it :)

I'm unable to "pip3 install cyclonedx-conan" because of an error from the PyYAML dependency. This blocking error occurs on Windows 10 with pip3 23.2 and setuptools 65.5.0 and I was...

Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 2.0.7 to 3.0.1. Release notes Sourced from charset-normalizer's releases. Version 3.0.1 3.0.1 (2022-11-18) Fixed Multi-bytes cutter/chunk generator did not always cut correctly (PR #233) Changed Speedup provided...

dependencies
python