Skip to content

Releases: CycloneDX/cdxgen

Release v11.1.7

01 Feb 17:11
b704676
Compare
Choose a tag to compare

cdxgen (>= v11.1.7) now includes a "secure mode," powered by the Node.js permission model. This "seat-belt approach" allows you to control which system resources cdxgen can access and what actions it can perform with those resources. For example, in --lifecycle pre-build mode, you can restrict cdxgen to reading only specific files, without granting permission to execute child processes. Even when executing node-based commands such as npm or atom, you can further limit the directories these external commands can read and write, as well as their permissions to execute child processes. This makes cdxgen an ideal SBOM tool when dealing with untrusted codebases (which is all software).

For further information, please refer to the permissions documentation or start using the new ghcr.io/cyclonedx/cdxgen-secure container image.

Thank you to @eran-medan and the other security researchers for helping bring this feature live.

Addresses CVE-2024-50611 and #1328. Please update at your convenience.

Full Changelog: v11.1.6...v11.1.7

Release v11.1.6

31 Jan 10:23
7fb050a
Compare
Choose a tag to compare
  • Reduce validation warnings. Fix for #1610
  • golang is included in a few Python images

What's Changed

Other Changes

Full Changelog: v11.1.5...v11.1.6

Release v11.1.5

29 Jan 23:19
6e066ee
Compare
Choose a tag to compare

What's Changed

🧪 Testing

Other Changes

Full Changelog: v11.1.4...v11.1.5

Release v11.1.4

28 Jan 22:12
ffc6796
Compare
Choose a tag to compare

What's Changed

🧪 Testing

  • Restrict -t java11 to linux only in repotests by @prabhu in #1604

Other Changes

  • Handle pnpm workspace with duplicate names by @prabhu in #1603

Full Changelog: v11.1.3...v11.1.4

Release v11.1.3

28 Jan 11:39
0bc0e6f
Compare
Choose a tag to compare

Fixes a bug where automatic installations were no longer performed.

What's Changed

Other Changes

  • fix: install setuptools and wheel before installing requirements by @AnsahMohammad in #1594
  • Ensuring that the evidence.identity format is maintained after components are trimmed by @emcfins in #1591
  • Fix version parsing in CMakeLists files by @asztalosdani in #1596
  • cdxgen secure image - WIP by @prabhu in #1600

New Contributors

Full Changelog: v11.1.2...v11.1.3

Release v11.1.2

22 Jan 18:36
cd77efa
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Adds is_workspace properties to uv parent components by @prabhu in #1590

Full Changelog: v11.1.1...v11.1.2

Release v11.1.1

21 Jan 17:10
459dfe1
Compare
Choose a tag to compare

Key highlights are the new internal properties to track pnpm and uv workspaces.

What's Changed

🚀 Features

  • Track pnpm workspace for each component by @prabhu in #1578

🐛 Bug Fixes

  • Improves dotnet dependency tree with case insensitive match by @prabhu in #1586

Other Changes

  • Track dev and peer dependencies as optional by @prabhu in #1579
  • Track relative virtual path for workspaces by @prabhu in #1580
  • Track workspaces for transitive dependencies for uv monorepos by @prabhu in #1582
  • Setting 'installDeps' to default to true by @malice00 in #1584
  • workspace props validation by @prabhu in #1585
  • Set pnpm workspace properties recursively by @prabhu in #1587

Full Changelog: v11.1.0...v11.1.1

Release v11.1.0 - cdxgen ❤️ Ruby

17 Jan 23:35
8d7080b
Compare
Choose a tag to compare

We're thrilled to announce the release of cdxgen v11.1.0, designed to simplify the Software Bill of Materials (SBOM) process for Ruby developers. Powered by the latest atom and a cutting-edge Ruby frontend, cdxgen generates precise build SBOMs with evidence for most Ruby applications, even those developed over 20 years ago with Ruby 1.8!

Evinse - Precise occurrences and callstack evidence

Screenshot 2025-01-17 at 23 24 55 Screenshot 2025-01-17 at 23 25 23

SaaSBOM with Endpoints detection

Screenshot 2025-01-17 at 23 25 52

Our container images automatically install the necessary Ruby, RubyGems, and Bundler versions to create a buildable environment. cdxgen also intelligently analyzes common installation errors, offering actionable tips to improve SBOM accuracy. Plus, cdxgenGPT is now trained to expertly answer a wide range of Ruby-related queries.

Expert guidance with cdxgenGPT

Screenshot 2025-01-17 at 23 18 36

CycloneDX and cdxgen Audio overview

Proudly generated using NotebookLM.

cyclonedx-and-cdxgen.m4a.zip

Sponsors

What's Changed

🚀 Features

🧪 Testing

Other Changes

New Contributors

Full Changelog: v11.0.10...v11.1.0

Release v11.0.10

06 Jan 16:53
7671644
Compare
Choose a tag to compare

What's Changed

📚 Documentation

  • [Docs] Update ENV.md to Include All Environment Variables by @satwiksps in #1526

New Features

Full Changelog: v11.0.9...v11.0.10

Release v11.0.9

31 Dec 10:37
b2b77f8
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v11.0.8...v11.0.9