File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 630
630
{
631
631
"name" : " CycloneDX for PHP Composer" ,
632
632
"publisher" : " CycloneDX" ,
633
- "description" : " Composer plugin and CLI that generates CycloneDX SBOMs (JSON or XML) for PHP projects, including license and PURL metadata ." ,
633
+ "description" : " Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects ." ,
634
634
"repository_url" : " https://github.com/CycloneDX/cyclonedx-php-composer" ,
635
635
"website_url" : " https://packagist.org/packages/cyclonedx/cyclonedx-php-composer" ,
636
636
"capabilities" : [
637
637
" SBOM"
638
638
],
639
639
"availability" : [
640
- " OPEN_SOURCE"
640
+ " OPEN_SOURCE" ,
641
+ " OSI_APPROVED"
641
642
],
642
643
"functions" : [
643
644
" AUTHOR" ,
646
647
"analysis" : [
647
648
" LICENSE_REPORTING"
648
649
],
649
- "transform" : [
650
- " BOM_SERIALIZATION_FORMAT" ,
651
- " BOM_VERSION"
652
- ],
653
650
"packaging" : [
654
651
" COMMAND_LINE_UTILITY" ,
655
652
" LIBRARY"
656
653
],
657
- "library" : [
658
- " PHP"
659
- ],
660
654
"platform" : [
661
655
" LINUX" ,
662
656
" MAC" ,
663
657
" WINDOWS"
664
658
],
665
659
"lifecycle" : [
660
+ " PRE-BUILD" ,
666
661
" BUILD" ,
667
- " POST-BUILD"
662
+ " POST-BUILD" ,
663
+ " OPERATIONS"
668
664
],
669
665
"supportedStandards" : [
670
666
" CYCLONEDX" ,
677
673
" CYCLONEDX_V1.3" ,
678
674
" CYCLONEDX_V1.2"
679
675
],
676
+ "library" : [
677
+ " PHP"
678
+ ],
680
679
"supportedLanguages" : [
681
680
" PHP"
682
681
]
You can’t perform that action at this time.
0 commit comments