sbom.cdx.json 832 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "bomFormat": "CycloneDX",
  3. "specVersion": "1.6",
  4. "version": 1,
  5. "metadata": {
  6. "authors": [
  7. {
  8. "name": "@VCS_SBOM_AUTHORS@"
  9. }
  10. ]
  11. },
  12. "components": [
  13. {
  14. "type": "library",
  15. "bom-ref": "pkg:github/libtom/libtomcrypt@@VCS_TAG@",
  16. "cpe": "cpe:2.3:a:libtom:libtomcrypt:@VCS_TAG@:*:*:*:*:*:*:*",
  17. "name": "libtomcrypt",
  18. "version": "@VCS_VERSION@",
  19. "description": "Modular and portable cryptographic toolkit",
  20. "authors": [
  21. {
  22. "name": "libtomcrypt developers"
  23. }
  24. ],
  25. "licenses": [
  26. {
  27. "license": {
  28. "id": "Unlicense"
  29. }
  30. }
  31. ],
  32. "externalReferences": [
  33. {
  34. "type": "vcs",
  35. "url": "https://github.com/libtom/libtomcrypt"
  36. }
  37. ]
  38. }
  39. ]
  40. }