data-rule-runtime-sbom.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "bomFormat": "CycloneDX",
  3. "specVersion": "1.5",
  4. "version": 1,
  5. "metadata": {
  6. "component": {
  7. "type": "application",
  8. "bom-ref": "dataops-governed-rule-runtime",
  9. "name": "dataops-governed-rule-runtime"
  10. }
  11. },
  12. "components": [
  13. {
  14. "type": "library",
  15. "bom-ref": "pkg:pypi/polars@1.42.1",
  16. "name": "polars",
  17. "version": "1.42.1",
  18. "purl": "pkg:pypi/polars@1.42.1",
  19. "licenses": [
  20. {
  21. "license": {
  22. "id": "MIT"
  23. }
  24. }
  25. ],
  26. "externalReferences": [
  27. {
  28. "type": "vcs",
  29. "url": "https://github.com/pola-rs/polars"
  30. }
  31. ],
  32. "properties": [
  33. {
  34. "name": "dataops:purpose",
  35. "value": "Python API for governed Polars batch execution"
  36. }
  37. ]
  38. },
  39. {
  40. "type": "library",
  41. "bom-ref": "pkg:pypi/polars-runtime-32@1.42.1",
  42. "name": "polars-runtime-32",
  43. "version": "1.42.1",
  44. "purl": "pkg:pypi/polars-runtime-32@1.42.1",
  45. "licenses": [
  46. {
  47. "license": {
  48. "id": "MIT"
  49. }
  50. }
  51. ],
  52. "externalReferences": [
  53. {
  54. "type": "vcs",
  55. "url": "https://github.com/pola-rs/polars"
  56. }
  57. ],
  58. "properties": [
  59. {
  60. "name": "dataops:purpose",
  61. "value": "Native 32-bit Polars runtime wheel"
  62. }
  63. ]
  64. },
  65. {
  66. "type": "library",
  67. "bom-ref": "pkg:pypi/pyarrow@21.0.0",
  68. "name": "pyarrow",
  69. "version": "21.0.0",
  70. "purl": "pkg:pypi/pyarrow@21.0.0",
  71. "licenses": [
  72. {
  73. "license": {
  74. "id": "Apache-2.0"
  75. }
  76. }
  77. ],
  78. "externalReferences": [
  79. {
  80. "type": "vcs",
  81. "url": "https://github.com/apache/arrow"
  82. }
  83. ],
  84. "properties": [
  85. {
  86. "name": "dataops:purpose",
  87. "value": "Trusted Parquet footer and row-group resource preflight"
  88. }
  89. ]
  90. },
  91. {
  92. "type": "library",
  93. "bom-ref": "pkg:pypi/psutil@5.9.8",
  94. "name": "psutil",
  95. "version": "5.9.8",
  96. "purl": "pkg:pypi/psutil@5.9.8",
  97. "licenses": [
  98. {
  99. "license": {
  100. "id": "BSD-3-Clause"
  101. }
  102. }
  103. ],
  104. "externalReferences": [
  105. {
  106. "type": "vcs",
  107. "url": "https://github.com/giampaolo/psutil"
  108. }
  109. ],
  110. "properties": [
  111. {
  112. "name": "dataops:purpose",
  113. "value": "Isolated worker RSS enforcement and process monitoring"
  114. }
  115. ]
  116. },
  117. {
  118. "type": "library",
  119. "bom-ref": "pkg:pypi/minio@7.2.10",
  120. "name": "minio",
  121. "version": "7.2.10",
  122. "purl": "pkg:pypi/minio@7.2.10",
  123. "licenses": [
  124. {
  125. "license": {
  126. "id": "Apache-2.0"
  127. }
  128. }
  129. ],
  130. "externalReferences": [
  131. {
  132. "type": "vcs",
  133. "url": "https://github.com/minio/minio-py"
  134. }
  135. ],
  136. "properties": [
  137. {
  138. "name": "dataops:purpose",
  139. "value": "Digest-bound Parquet artifact transport"
  140. }
  141. ]
  142. }
  143. ],
  144. "dependencies": [
  145. {
  146. "ref": "dataops-governed-rule-runtime",
  147. "dependsOn": [
  148. "pkg:pypi/minio@7.2.10",
  149. "pkg:pypi/polars@1.42.1",
  150. "pkg:pypi/psutil@5.9.8",
  151. "pkg:pypi/pyarrow@21.0.0"
  152. ]
  153. },
  154. {
  155. "ref": "pkg:pypi/polars@1.42.1",
  156. "dependsOn": [
  157. "pkg:pypi/polars-runtime-32@1.42.1"
  158. ]
  159. },
  160. {
  161. "ref": "pkg:pypi/polars-runtime-32@1.42.1"
  162. },
  163. {
  164. "ref": "pkg:pypi/pyarrow@21.0.0"
  165. },
  166. {
  167. "ref": "pkg:pypi/psutil@5.9.8"
  168. },
  169. {
  170. "ref": "pkg:pypi/minio@7.2.10"
  171. }
  172. ]
  173. }