Current section
14 Versions
Jump to
Current section
14 Versions
Compare versions
13
files changed
+13
additions
-4
deletions
| @@ -6,8 +6,6 @@ | |
| 6 6 | |
| 7 7 | <!-- ex_doc_ignore_start --> |
| 8 8 | # SBoM |
| 9 | - |
| 10 | - > ⚠️ **Note**: This documentation is for the main branch. For the latest stable release, check [v0.7.0](https://github.com/erlef/mix_sbom/tree/v0.7.0). |
| 11 9 | <!-- ex_doc_ignore_end --> |
| 12 10 | |
| 13 11 | [](https://github.com/erlef/security-wg) |
| @@ -3,7 +3,7 @@ | |
| 3 3 | {<<"Issues">>,<<"https://github.com/erlef/mix_sbom/issues">>}, |
| 4 4 | {<<"Releases">>,<<"https://github.com/erlef/mix_sbom/releases">>}]}. |
| 5 5 | {<<"name">>,<<"sbom">>}. |
| 6 | - {<<"version">>,<<"0.8.0-beta.3">>}. |
| 6 | + {<<"version">>,<<"0.8.0">>}. |
| 7 7 | {<<"description">>, |
| 8 8 | <<"Mix task to generate a Software Bill-of-Materials (SBoM) in CycloneDX format">>}. |
| 9 9 | {<<"elixir">>,<<"~> 1.16 and >= 1.16.2">>}. |
| @@ -1,6 +1,7 @@ | |
| 1 1 | # SPDX-License-Identifier: BSD-3-Clause |
| 2 2 | # SPDX-FileCopyrightText: 2019 Bram Verburg |
| 3 3 | # SPDX-FileCopyrightText: 2025 Erlang Ecosystem Foundation |
| 4 | + # SPDX-FileCopyrightText: 2025 Stritzinger GmbH |
| 4 5 | |
| 5 6 | defmodule SBoM.CLI do |
| 6 7 | @moduledoc false |
| @@ -1,5 +1,6 @@ | |
| 1 1 | # SPDX-License-Identifier: BSD-3-Clause |
| 2 2 | # SPDX-FileCopyrightText: 2025 Erlang Ecosystem Foundation |
| 3 | + # SPDX-FileCopyrightText: 2025 Stritzinger GmbH |
| 3 4 | |
| 4 5 | defmodule SBoM.CycloneDX do |
| 5 6 | @moduledoc "SBoM CycloneDX encoding and decoding." |
| @@ -1,5 +1,6 @@ | |
| 1 1 | # SPDX-License-Identifier: BSD-3-Clause |
| 2 2 | # SPDX-FileCopyrightText: 2025 Erlang Ecosystem Foundation |
| 3 | + # SPDX-FileCopyrightText: 2025 Stritzinger GmbH |
| 3 4 | |
| 4 5 | alias SBoM.CycloneDX.XML.Encodable |
Loading more files…