/
githubmirror
/
oniguruma
Обзор
Документация
Войти
/
githubmirror
/
oniguruma
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sbom.cdx.json
44 строки
982 B
Richard Hughes
Add a SBOM template in CycloneDX format
21 ноя 2024, 13:35
Не верифицирован
21 ноя 2024, 13:35
19aeea3
Код
Авторство
О чём код?
{ "bomFormat": "CycloneDX", "specVersion": "1.6", "version": 1, "metadata": { "authors": [ { "name": "@VCS_SBOM_AUTHORS@" } ] }, "components": [ { "type": "library", "bom-ref": "pkg:github/kkos/oniguruma@@VCS_TAG@", "cpe": "cpe:2.3:a:kkos:oniguruma:@VCS_TAG@:*:*:*:*:*:*:*", "name": "oniguruma", "version": "@VCS_VERSION@", "description": "A modern and flexible regular expressions library", "authors": [ { "name": "@VCS_AUTHORS@", "url": "https://raw.githubusercontent.com/kkos/oniguruma/refs/heads/master/AUTHORS" } ], "supplier": { "name": "oniguruma developers" }, "licenses": [ { "license": { "id": "BSD-2-Clause" } } ], "externalReferences": [ { "type": "vcs", "url": "https://github.com/kkos/oniguruma" } ] } ] }