data-rule-runtime-sbom.json 796 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "bomFormat": "CycloneDX",
  3. "specVersion": "1.5",
  4. "version": 1,
  5. "metadata": {
  6. "component": {
  7. "type": "application",
  8. "name": "dataops-governed-rule-runtime"
  9. }
  10. },
  11. "components": [
  12. {
  13. "type": "library",
  14. "name": "polars",
  15. "version": "1.42.1",
  16. "purl": "pkg:pypi/polars@1.42.1",
  17. "license": "MIT",
  18. "officialSource": "https://github.com/pola-rs/polars",
  19. "purpose": "Bounded lazy/dataframe execution for governed batch rules"
  20. },
  21. {
  22. "type": "library",
  23. "name": "minio",
  24. "version": "7.2.10",
  25. "purl": "pkg:pypi/minio@7.2.10",
  26. "license": "Apache-2.0",
  27. "officialSource": "https://github.com/minio/minio-py",
  28. "purpose": "Digest-bound Parquet artifact transport and metadata"
  29. }
  30. ]
  31. }