@mitre/hdf-converters 2.13.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (934) hide show
  1. package/README.md +139 -57
  2. package/dist/converters/aws-config-to-hdf/typescript/converter.d.ts +9 -0
  3. package/dist/converters/aws-config-to-hdf/typescript/converter.d.ts.map +1 -0
  4. package/dist/converters/aws-config-to-hdf/typescript/converter.js +132 -0
  5. package/dist/converters/aws-config-to-hdf/typescript/converter.js.map +1 -0
  6. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.d.ts +10 -0
  7. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  8. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.js +32 -0
  9. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.js.map +1 -0
  10. package/dist/converters/aws-config-to-hdf/typescript/index.d.ts +2 -0
  11. package/dist/converters/aws-config-to-hdf/typescript/index.d.ts.map +1 -0
  12. package/dist/converters/aws-config-to-hdf/typescript/index.js +2 -0
  13. package/dist/converters/aws-config-to-hdf/typescript/index.js.map +1 -0
  14. package/dist/converters/burpsuite-to-hdf/typescript/converter.d.ts +11 -0
  15. package/dist/converters/burpsuite-to-hdf/typescript/converter.d.ts.map +1 -0
  16. package/dist/converters/burpsuite-to-hdf/typescript/converter.js +169 -0
  17. package/dist/converters/burpsuite-to-hdf/typescript/converter.js.map +1 -0
  18. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.d.ts +9 -0
  19. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  20. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.js +33 -0
  21. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.js.map +1 -0
  22. package/dist/converters/burpsuite-to-hdf/typescript/index.d.ts +2 -0
  23. package/dist/converters/burpsuite-to-hdf/typescript/index.d.ts.map +1 -0
  24. package/dist/converters/burpsuite-to-hdf/typescript/index.js +2 -0
  25. package/dist/converters/burpsuite-to-hdf/typescript/index.js.map +1 -0
  26. package/dist/converters/conveyor-to-hdf/typescript/converter.d.ts +9 -0
  27. package/dist/converters/conveyor-to-hdf/typescript/converter.d.ts.map +1 -0
  28. package/dist/converters/conveyor-to-hdf/typescript/converter.js +206 -0
  29. package/dist/converters/conveyor-to-hdf/typescript/converter.js.map +1 -0
  30. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.d.ts +10 -0
  31. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  32. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.js +37 -0
  33. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.js.map +1 -0
  34. package/dist/converters/conveyor-to-hdf/typescript/index.d.ts +2 -0
  35. package/dist/converters/conveyor-to-hdf/typescript/index.d.ts.map +1 -0
  36. package/dist/converters/conveyor-to-hdf/typescript/index.js +2 -0
  37. package/dist/converters/conveyor-to-hdf/typescript/index.js.map +1 -0
  38. package/dist/converters/cyclonedx-to-hdf/typescript/converter.d.ts +8 -0
  39. package/dist/converters/cyclonedx-to-hdf/typescript/converter.d.ts.map +1 -0
  40. package/dist/converters/cyclonedx-to-hdf/typescript/converter.js +199 -0
  41. package/dist/converters/cyclonedx-to-hdf/typescript/converter.js.map +1 -0
  42. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.d.ts +10 -0
  43. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  44. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.js +34 -0
  45. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.js.map +1 -0
  46. package/dist/converters/cyclonedx-to-hdf/typescript/index.d.ts +2 -0
  47. package/dist/converters/cyclonedx-to-hdf/typescript/index.d.ts.map +1 -0
  48. package/dist/converters/cyclonedx-to-hdf/typescript/index.js +2 -0
  49. package/dist/converters/cyclonedx-to-hdf/typescript/index.js.map +1 -0
  50. package/dist/converters/dbprotect-to-hdf/typescript/converter.d.ts +10 -0
  51. package/dist/converters/dbprotect-to-hdf/typescript/converter.d.ts.map +1 -0
  52. package/dist/converters/dbprotect-to-hdf/typescript/converter.js +171 -0
  53. package/dist/converters/dbprotect-to-hdf/typescript/converter.js.map +1 -0
  54. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.d.ts +10 -0
  55. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  56. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.js +35 -0
  57. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.js.map +1 -0
  58. package/dist/converters/dbprotect-to-hdf/typescript/index.d.ts +2 -0
  59. package/dist/converters/dbprotect-to-hdf/typescript/index.d.ts.map +1 -0
  60. package/dist/converters/dbprotect-to-hdf/typescript/index.js +2 -0
  61. package/dist/converters/dbprotect-to-hdf/typescript/index.js.map +1 -0
  62. package/dist/converters/deptrack-to-hdf/typescript/converter.d.ts +8 -0
  63. package/dist/converters/deptrack-to-hdf/typescript/converter.d.ts.map +1 -0
  64. package/dist/converters/deptrack-to-hdf/typescript/converter.js +120 -0
  65. package/dist/converters/deptrack-to-hdf/typescript/converter.js.map +1 -0
  66. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.d.ts +10 -0
  67. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  68. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.js +46 -0
  69. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.js.map +1 -0
  70. package/dist/converters/deptrack-to-hdf/typescript/index.d.ts +2 -0
  71. package/dist/converters/deptrack-to-hdf/typescript/index.d.ts.map +1 -0
  72. package/dist/converters/deptrack-to-hdf/typescript/index.js +2 -0
  73. package/dist/converters/deptrack-to-hdf/typescript/index.js.map +1 -0
  74. package/dist/converters/fortify-to-hdf/typescript/converter.d.ts +12 -0
  75. package/dist/converters/fortify-to-hdf/typescript/converter.d.ts.map +1 -0
  76. package/dist/converters/fortify-to-hdf/typescript/converter.js +211 -0
  77. package/dist/converters/fortify-to-hdf/typescript/converter.js.map +1 -0
  78. package/dist/converters/fortify-to-hdf/typescript/fingerprint.d.ts +11 -0
  79. package/dist/converters/fortify-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  80. package/dist/converters/fortify-to-hdf/typescript/fingerprint.js +42 -0
  81. package/dist/converters/fortify-to-hdf/typescript/fingerprint.js.map +1 -0
  82. package/dist/converters/fortify-to-hdf/typescript/index.d.ts +2 -0
  83. package/dist/converters/fortify-to-hdf/typescript/index.d.ts.map +1 -0
  84. package/dist/converters/fortify-to-hdf/typescript/index.js +2 -0
  85. package/dist/converters/fortify-to-hdf/typescript/index.js.map +1 -0
  86. package/dist/converters/gitlab-to-hdf/typescript/converter.d.ts +2 -0
  87. package/dist/converters/gitlab-to-hdf/typescript/converter.d.ts.map +1 -0
  88. package/dist/converters/gitlab-to-hdf/typescript/converter.js +222 -0
  89. package/dist/converters/gitlab-to-hdf/typescript/converter.js.map +1 -0
  90. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.d.ts +10 -0
  91. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  92. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.js +37 -0
  93. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.js.map +1 -0
  94. package/dist/converters/gitlab-to-hdf/typescript/index.d.ts +2 -0
  95. package/dist/converters/gitlab-to-hdf/typescript/index.d.ts.map +1 -0
  96. package/dist/converters/gitlab-to-hdf/typescript/index.js +2 -0
  97. package/dist/converters/gitlab-to-hdf/typescript/index.js.map +1 -0
  98. package/dist/converters/gosec-to-hdf/typescript/converter.d.ts +10 -0
  99. package/dist/converters/gosec-to-hdf/typescript/converter.d.ts.map +1 -0
  100. package/dist/converters/gosec-to-hdf/typescript/converter.js +126 -0
  101. package/dist/converters/gosec-to-hdf/typescript/converter.js.map +1 -0
  102. package/dist/converters/gosec-to-hdf/typescript/fingerprint.d.ts +10 -0
  103. package/dist/converters/gosec-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  104. package/dist/converters/gosec-to-hdf/typescript/fingerprint.js +32 -0
  105. package/dist/converters/gosec-to-hdf/typescript/fingerprint.js.map +1 -0
  106. package/dist/converters/gosec-to-hdf/typescript/index.d.ts +2 -0
  107. package/dist/converters/gosec-to-hdf/typescript/index.d.ts.map +1 -0
  108. package/dist/converters/gosec-to-hdf/typescript/index.js +2 -0
  109. package/dist/converters/gosec-to-hdf/typescript/index.js.map +1 -0
  110. package/dist/converters/grype-to-hdf/typescript/converter.d.ts +2 -0
  111. package/dist/converters/grype-to-hdf/typescript/converter.d.ts.map +1 -0
  112. package/dist/converters/grype-to-hdf/typescript/converter.js +222 -0
  113. package/dist/converters/grype-to-hdf/typescript/converter.js.map +1 -0
  114. package/dist/converters/grype-to-hdf/typescript/fingerprint.d.ts +10 -0
  115. package/dist/converters/grype-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  116. package/dist/converters/grype-to-hdf/typescript/fingerprint.js +38 -0
  117. package/dist/converters/grype-to-hdf/typescript/fingerprint.js.map +1 -0
  118. package/dist/converters/grype-to-hdf/typescript/index.d.ts +2 -0
  119. package/dist/converters/grype-to-hdf/typescript/index.d.ts.map +1 -0
  120. package/dist/converters/grype-to-hdf/typescript/index.js +2 -0
  121. package/dist/converters/grype-to-hdf/typescript/index.js.map +1 -0
  122. package/dist/converters/hdf-to-csv/typescript/converter.d.ts +7 -0
  123. package/dist/converters/hdf-to-csv/typescript/converter.d.ts.map +1 -0
  124. package/dist/converters/hdf-to-csv/typescript/converter.js +108 -0
  125. package/dist/converters/hdf-to-csv/typescript/converter.js.map +1 -0
  126. package/dist/converters/hdf-to-csv/typescript/fingerprint.d.ts +10 -0
  127. package/dist/converters/hdf-to-csv/typescript/fingerprint.d.ts.map +1 -0
  128. package/dist/converters/hdf-to-csv/typescript/fingerprint.js +28 -0
  129. package/dist/converters/hdf-to-csv/typescript/fingerprint.js.map +1 -0
  130. package/dist/converters/hdf-to-csv/typescript/index.d.ts +2 -0
  131. package/dist/converters/hdf-to-csv/typescript/index.d.ts.map +1 -0
  132. package/dist/converters/hdf-to-csv/typescript/index.js +2 -0
  133. package/dist/converters/hdf-to-csv/typescript/index.js.map +1 -0
  134. package/dist/converters/hdf-to-oscal-poam/typescript/converter.d.ts +13 -0
  135. package/dist/converters/hdf-to-oscal-poam/typescript/converter.d.ts.map +1 -0
  136. package/dist/converters/hdf-to-oscal-poam/typescript/converter.js +156 -0
  137. package/dist/converters/hdf-to-oscal-poam/typescript/converter.js.map +1 -0
  138. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.d.ts +10 -0
  139. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.d.ts.map +1 -0
  140. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.js +28 -0
  141. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.js.map +1 -0
  142. package/dist/converters/hdf-to-oscal-poam/typescript/index.d.ts +2 -0
  143. package/dist/converters/hdf-to-oscal-poam/typescript/index.d.ts.map +1 -0
  144. package/dist/converters/hdf-to-oscal-poam/typescript/index.js +2 -0
  145. package/dist/converters/hdf-to-oscal-poam/typescript/index.js.map +1 -0
  146. package/dist/converters/hdf-to-oscal-sar/typescript/converter.d.ts +22 -0
  147. package/dist/converters/hdf-to-oscal-sar/typescript/converter.d.ts.map +1 -0
  148. package/dist/converters/hdf-to-oscal-sar/typescript/converter.js +276 -0
  149. package/dist/converters/hdf-to-oscal-sar/typescript/converter.js.map +1 -0
  150. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.d.ts +10 -0
  151. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.d.ts.map +1 -0
  152. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.js +28 -0
  153. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.js.map +1 -0
  154. package/dist/converters/hdf-to-oscal-sar/typescript/index.d.ts +2 -0
  155. package/dist/converters/hdf-to-oscal-sar/typescript/index.d.ts.map +1 -0
  156. package/dist/converters/hdf-to-oscal-sar/typescript/index.js +2 -0
  157. package/dist/converters/hdf-to-oscal-sar/typescript/index.js.map +1 -0
  158. package/dist/converters/hdf-to-xccdf/typescript/converter.d.ts +8 -0
  159. package/dist/converters/hdf-to-xccdf/typescript/converter.d.ts.map +1 -0
  160. package/dist/converters/hdf-to-xccdf/typescript/converter.js +186 -0
  161. package/dist/converters/hdf-to-xccdf/typescript/converter.js.map +1 -0
  162. package/dist/converters/hdf-to-xccdf/typescript/index.d.ts +2 -0
  163. package/dist/converters/hdf-to-xccdf/typescript/index.d.ts.map +1 -0
  164. package/dist/converters/hdf-to-xccdf/typescript/index.js +2 -0
  165. package/dist/converters/hdf-to-xccdf/typescript/index.js.map +1 -0
  166. package/dist/converters/hdf-to-xml/typescript/converter.d.ts +7 -0
  167. package/dist/converters/hdf-to-xml/typescript/converter.d.ts.map +1 -0
  168. package/dist/converters/hdf-to-xml/typescript/converter.js +140 -0
  169. package/dist/converters/hdf-to-xml/typescript/converter.js.map +1 -0
  170. package/dist/converters/hdf-to-xml/typescript/fingerprint.d.ts +10 -0
  171. package/dist/converters/hdf-to-xml/typescript/fingerprint.d.ts.map +1 -0
  172. package/dist/converters/hdf-to-xml/typescript/fingerprint.js +28 -0
  173. package/dist/converters/hdf-to-xml/typescript/fingerprint.js.map +1 -0
  174. package/dist/converters/hdf-to-xml/typescript/index.d.ts +2 -0
  175. package/dist/converters/hdf-to-xml/typescript/index.d.ts.map +1 -0
  176. package/dist/converters/hdf-to-xml/typescript/index.js +2 -0
  177. package/dist/converters/hdf-to-xml/typescript/index.js.map +1 -0
  178. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.d.ts +15 -0
  179. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.d.ts.map +1 -0
  180. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.js +33 -0
  181. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.js.map +1 -0
  182. package/dist/converters/ionchannel-to-hdf/typescript/converter.d.ts +2 -0
  183. package/dist/converters/ionchannel-to-hdf/typescript/converter.d.ts.map +1 -0
  184. package/dist/converters/ionchannel-to-hdf/typescript/converter.js +150 -0
  185. package/dist/converters/ionchannel-to-hdf/typescript/converter.js.map +1 -0
  186. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.d.ts +11 -0
  187. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  188. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.js +41 -0
  189. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.js.map +1 -0
  190. package/dist/converters/ionchannel-to-hdf/typescript/index.d.ts +2 -0
  191. package/dist/converters/ionchannel-to-hdf/typescript/index.d.ts.map +1 -0
  192. package/dist/converters/ionchannel-to-hdf/typescript/index.js +2 -0
  193. package/dist/converters/ionchannel-to-hdf/typescript/index.js.map +1 -0
  194. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.d.ts +8 -0
  195. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.d.ts.map +1 -0
  196. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.js +149 -0
  197. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.js.map +1 -0
  198. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.d.ts +10 -0
  199. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  200. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.js +28 -0
  201. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.js.map +1 -0
  202. package/dist/converters/jfrog-xray-to-hdf/typescript/index.d.ts +2 -0
  203. package/dist/converters/jfrog-xray-to-hdf/typescript/index.d.ts.map +1 -0
  204. package/dist/converters/jfrog-xray-to-hdf/typescript/index.js +2 -0
  205. package/dist/converters/jfrog-xray-to-hdf/typescript/index.js.map +1 -0
  206. package/dist/converters/junit-to-hdf/typescript/converter.d.ts +5 -0
  207. package/dist/converters/junit-to-hdf/typescript/converter.d.ts.map +1 -0
  208. package/dist/converters/junit-to-hdf/typescript/converter.js +142 -0
  209. package/dist/converters/junit-to-hdf/typescript/converter.js.map +1 -0
  210. package/dist/converters/junit-to-hdf/typescript/fingerprint.d.ts +9 -0
  211. package/dist/converters/junit-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  212. package/dist/converters/junit-to-hdf/typescript/fingerprint.js +28 -0
  213. package/dist/converters/junit-to-hdf/typescript/fingerprint.js.map +1 -0
  214. package/dist/converters/junit-to-hdf/typescript/index.d.ts +2 -0
  215. package/dist/converters/junit-to-hdf/typescript/index.d.ts.map +1 -0
  216. package/dist/converters/junit-to-hdf/typescript/index.js +2 -0
  217. package/dist/converters/junit-to-hdf/typescript/index.js.map +1 -0
  218. package/dist/converters/legacyhdf-to-hdf/typescript/converter.d.ts +232 -0
  219. package/dist/converters/legacyhdf-to-hdf/typescript/converter.d.ts.map +1 -0
  220. package/dist/converters/legacyhdf-to-hdf/typescript/converter.js +418 -0
  221. package/dist/converters/legacyhdf-to-hdf/typescript/converter.js.map +1 -0
  222. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.d.ts +17 -0
  223. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  224. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.js +49 -0
  225. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.js.map +1 -0
  226. package/dist/converters/legacyhdf-to-hdf/typescript/index.d.ts +8 -0
  227. package/dist/converters/legacyhdf-to-hdf/typescript/index.d.ts.map +1 -0
  228. package/dist/converters/legacyhdf-to-hdf/typescript/index.js +8 -0
  229. package/dist/converters/legacyhdf-to-hdf/typescript/index.js.map +1 -0
  230. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.d.ts +8 -0
  231. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.d.ts.map +1 -0
  232. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.js +153 -0
  233. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.js.map +1 -0
  234. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.d.ts +11 -0
  235. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  236. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.js +37 -0
  237. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.js.map +1 -0
  238. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.d.ts +2 -0
  239. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.d.ts.map +1 -0
  240. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.js +2 -0
  241. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.js.map +1 -0
  242. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.d.ts +7 -0
  243. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.d.ts.map +1 -0
  244. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.js +126 -0
  245. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.js.map +1 -0
  246. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.d.ts +13 -0
  247. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  248. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.js +62 -0
  249. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.js.map +1 -0
  250. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.d.ts +2 -0
  251. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.d.ts.map +1 -0
  252. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.js +2 -0
  253. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.js.map +1 -0
  254. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.d.ts +9 -0
  255. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.d.ts.map +1 -0
  256. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.js +194 -0
  257. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.js.map +1 -0
  258. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.d.ts +11 -0
  259. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  260. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.js +39 -0
  261. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.js.map +1 -0
  262. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.d.ts +2 -0
  263. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.d.ts.map +1 -0
  264. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.js +2 -0
  265. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.js.map +1 -0
  266. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.d.ts +11 -0
  267. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.d.ts.map +1 -0
  268. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.js +160 -0
  269. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.js.map +1 -0
  270. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.d.ts +11 -0
  271. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  272. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.js +41 -0
  273. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.js.map +1 -0
  274. package/dist/converters/msft-secure-score-to-hdf/typescript/index.d.ts +2 -0
  275. package/dist/converters/msft-secure-score-to-hdf/typescript/index.d.ts.map +1 -0
  276. package/dist/converters/msft-secure-score-to-hdf/typescript/index.js +2 -0
  277. package/dist/converters/msft-secure-score-to-hdf/typescript/index.js.map +1 -0
  278. package/dist/converters/nessus-to-hdf/typescript/converter.d.ts +6 -0
  279. package/dist/converters/nessus-to-hdf/typescript/converter.d.ts.map +1 -0
  280. package/dist/converters/nessus-to-hdf/typescript/converter.js +329 -0
  281. package/dist/converters/nessus-to-hdf/typescript/converter.js.map +1 -0
  282. package/dist/converters/nessus-to-hdf/typescript/fingerprint.d.ts +9 -0
  283. package/dist/converters/nessus-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  284. package/dist/converters/nessus-to-hdf/typescript/fingerprint.js +34 -0
  285. package/dist/converters/nessus-to-hdf/typescript/fingerprint.js.map +1 -0
  286. package/dist/converters/nessus-to-hdf/typescript/index.d.ts +2 -0
  287. package/dist/converters/nessus-to-hdf/typescript/index.d.ts.map +1 -0
  288. package/dist/converters/nessus-to-hdf/typescript/index.js +2 -0
  289. package/dist/converters/nessus-to-hdf/typescript/index.js.map +1 -0
  290. package/dist/converters/netsparker-to-hdf/typescript/converter.d.ts +9 -0
  291. package/dist/converters/netsparker-to-hdf/typescript/converter.d.ts.map +1 -0
  292. package/dist/converters/netsparker-to-hdf/typescript/converter.js +211 -0
  293. package/dist/converters/netsparker-to-hdf/typescript/converter.js.map +1 -0
  294. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.d.ts +10 -0
  295. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  296. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.js +29 -0
  297. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.js.map +1 -0
  298. package/dist/converters/netsparker-to-hdf/typescript/index.d.ts +2 -0
  299. package/dist/converters/netsparker-to-hdf/typescript/index.d.ts.map +1 -0
  300. package/dist/converters/netsparker-to-hdf/typescript/index.js +2 -0
  301. package/dist/converters/netsparker-to-hdf/typescript/index.js.map +1 -0
  302. package/dist/converters/neuvector-to-hdf/typescript/converter.d.ts +16 -0
  303. package/dist/converters/neuvector-to-hdf/typescript/converter.d.ts.map +1 -0
  304. package/dist/converters/neuvector-to-hdf/typescript/converter.js +148 -0
  305. package/dist/converters/neuvector-to-hdf/typescript/converter.js.map +1 -0
  306. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.d.ts +11 -0
  307. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  308. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.js +37 -0
  309. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.js.map +1 -0
  310. package/dist/converters/neuvector-to-hdf/typescript/index.d.ts +2 -0
  311. package/dist/converters/neuvector-to-hdf/typescript/index.d.ts.map +1 -0
  312. package/dist/converters/neuvector-to-hdf/typescript/index.js +2 -0
  313. package/dist/converters/neuvector-to-hdf/typescript/index.js.map +1 -0
  314. package/dist/converters/nikto-to-hdf/typescript/converter.d.ts +2 -0
  315. package/dist/converters/nikto-to-hdf/typescript/converter.d.ts.map +1 -0
  316. package/dist/converters/nikto-to-hdf/typescript/converter.js +111 -0
  317. package/dist/converters/nikto-to-hdf/typescript/converter.js.map +1 -0
  318. package/dist/converters/nikto-to-hdf/typescript/fingerprint.d.ts +10 -0
  319. package/dist/converters/nikto-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  320. package/dist/converters/nikto-to-hdf/typescript/fingerprint.js +33 -0
  321. package/dist/converters/nikto-to-hdf/typescript/fingerprint.js.map +1 -0
  322. package/dist/converters/nikto-to-hdf/typescript/index.d.ts +2 -0
  323. package/dist/converters/nikto-to-hdf/typescript/index.d.ts.map +1 -0
  324. package/dist/converters/nikto-to-hdf/typescript/index.js +2 -0
  325. package/dist/converters/nikto-to-hdf/typescript/index.js.map +1 -0
  326. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.d.ts +20 -0
  327. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.d.ts.map +1 -0
  328. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.js +134 -0
  329. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.js.map +1 -0
  330. package/dist/converters/oscal-to-hdf/typescript/converter-component.d.ts +13 -0
  331. package/dist/converters/oscal-to-hdf/typescript/converter-component.d.ts.map +1 -0
  332. package/dist/converters/oscal-to-hdf/typescript/converter-component.js +92 -0
  333. package/dist/converters/oscal-to-hdf/typescript/converter-component.js.map +1 -0
  334. package/dist/converters/oscal-to-hdf/typescript/converter-poam.d.ts +13 -0
  335. package/dist/converters/oscal-to-hdf/typescript/converter-poam.d.ts.map +1 -0
  336. package/dist/converters/oscal-to-hdf/typescript/converter-poam.js +196 -0
  337. package/dist/converters/oscal-to-hdf/typescript/converter-poam.js.map +1 -0
  338. package/dist/converters/oscal-to-hdf/typescript/converter-profile.d.ts +26 -0
  339. package/dist/converters/oscal-to-hdf/typescript/converter-profile.d.ts.map +1 -0
  340. package/dist/converters/oscal-to-hdf/typescript/converter-profile.js +239 -0
  341. package/dist/converters/oscal-to-hdf/typescript/converter-profile.js.map +1 -0
  342. package/dist/converters/oscal-to-hdf/typescript/converter-sap.d.ts +13 -0
  343. package/dist/converters/oscal-to-hdf/typescript/converter-sap.d.ts.map +1 -0
  344. package/dist/converters/oscal-to-hdf/typescript/converter-sap.js +196 -0
  345. package/dist/converters/oscal-to-hdf/typescript/converter-sap.js.map +1 -0
  346. package/dist/converters/oscal-to-hdf/typescript/converter-sar.d.ts +13 -0
  347. package/dist/converters/oscal-to-hdf/typescript/converter-sar.d.ts.map +1 -0
  348. package/dist/converters/oscal-to-hdf/typescript/converter-sar.js +270 -0
  349. package/dist/converters/oscal-to-hdf/typescript/converter-sar.js.map +1 -0
  350. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.d.ts +13 -0
  351. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.d.ts.map +1 -0
  352. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.js +246 -0
  353. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.js.map +1 -0
  354. package/dist/converters/oscal-to-hdf/typescript/detect.d.ts +15 -0
  355. package/dist/converters/oscal-to-hdf/typescript/detect.d.ts.map +1 -0
  356. package/dist/converters/oscal-to-hdf/typescript/detect.js +33 -0
  357. package/dist/converters/oscal-to-hdf/typescript/detect.js.map +1 -0
  358. package/dist/converters/oscal-to-hdf/typescript/fingerprint.d.ts +12 -0
  359. package/dist/converters/oscal-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  360. package/dist/converters/oscal-to-hdf/typescript/fingerprint.js +57 -0
  361. package/dist/converters/oscal-to-hdf/typescript/fingerprint.js.map +1 -0
  362. package/dist/converters/oscal-to-hdf/typescript/index.d.ts +9 -0
  363. package/dist/converters/oscal-to-hdf/typescript/index.d.ts.map +1 -0
  364. package/dist/converters/oscal-to-hdf/typescript/index.js +9 -0
  365. package/dist/converters/oscal-to-hdf/typescript/index.js.map +1 -0
  366. package/dist/converters/oscal-to-hdf/typescript/shared.d.ts +85 -0
  367. package/dist/converters/oscal-to-hdf/typescript/shared.d.ts.map +1 -0
  368. package/dist/converters/oscal-to-hdf/typescript/shared.js +251 -0
  369. package/dist/converters/oscal-to-hdf/typescript/shared.js.map +1 -0
  370. package/dist/converters/oscal-to-hdf/typescript/types.d.ts +5372 -0
  371. package/dist/converters/oscal-to-hdf/typescript/types.d.ts.map +1 -0
  372. package/dist/converters/oscal-to-hdf/typescript/types.js +2340 -0
  373. package/dist/converters/oscal-to-hdf/typescript/types.js.map +1 -0
  374. package/dist/converters/prisma-to-hdf/typescript/converter.d.ts +16 -0
  375. package/dist/converters/prisma-to-hdf/typescript/converter.d.ts.map +1 -0
  376. package/dist/converters/prisma-to-hdf/typescript/converter.js +197 -0
  377. package/dist/converters/prisma-to-hdf/typescript/converter.js.map +1 -0
  378. package/dist/converters/prisma-to-hdf/typescript/fingerprint.d.ts +10 -0
  379. package/dist/converters/prisma-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  380. package/dist/converters/prisma-to-hdf/typescript/fingerprint.js +39 -0
  381. package/dist/converters/prisma-to-hdf/typescript/fingerprint.js.map +1 -0
  382. package/dist/converters/prisma-to-hdf/typescript/index.d.ts +2 -0
  383. package/dist/converters/prisma-to-hdf/typescript/index.d.ts.map +1 -0
  384. package/dist/converters/prisma-to-hdf/typescript/index.js +2 -0
  385. package/dist/converters/prisma-to-hdf/typescript/index.js.map +1 -0
  386. package/dist/converters/sarif-to-hdf/typescript/converter.d.ts +2 -0
  387. package/dist/converters/sarif-to-hdf/typescript/converter.d.ts.map +1 -0
  388. package/dist/converters/sarif-to-hdf/typescript/converter.js +406 -0
  389. package/dist/converters/sarif-to-hdf/typescript/converter.js.map +1 -0
  390. package/dist/converters/sarif-to-hdf/typescript/fingerprint.d.ts +10 -0
  391. package/dist/converters/sarif-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  392. package/dist/converters/sarif-to-hdf/typescript/fingerprint.js +34 -0
  393. package/dist/converters/sarif-to-hdf/typescript/fingerprint.js.map +1 -0
  394. package/dist/converters/sarif-to-hdf/typescript/index.d.ts +2 -0
  395. package/dist/converters/sarif-to-hdf/typescript/index.d.ts.map +1 -0
  396. package/dist/converters/sarif-to-hdf/typescript/index.js +2 -0
  397. package/dist/converters/sarif-to-hdf/typescript/index.js.map +1 -0
  398. package/dist/converters/scoutsuite-to-hdf/typescript/converter.d.ts +9 -0
  399. package/dist/converters/scoutsuite-to-hdf/typescript/converter.d.ts.map +1 -0
  400. package/dist/converters/scoutsuite-to-hdf/typescript/converter.js +173 -0
  401. package/dist/converters/scoutsuite-to-hdf/typescript/converter.js.map +1 -0
  402. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.d.ts +10 -0
  403. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  404. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.js +29 -0
  405. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.js.map +1 -0
  406. package/dist/converters/scoutsuite-to-hdf/typescript/index.d.ts +2 -0
  407. package/dist/converters/scoutsuite-to-hdf/typescript/index.d.ts.map +1 -0
  408. package/dist/converters/scoutsuite-to-hdf/typescript/index.js +2 -0
  409. package/dist/converters/scoutsuite-to-hdf/typescript/index.js.map +1 -0
  410. package/dist/converters/snyk-to-hdf/typescript/converter.d.ts +11 -0
  411. package/dist/converters/snyk-to-hdf/typescript/converter.d.ts.map +1 -0
  412. package/dist/converters/snyk-to-hdf/typescript/converter.js +131 -0
  413. package/dist/converters/snyk-to-hdf/typescript/converter.js.map +1 -0
  414. package/dist/converters/snyk-to-hdf/typescript/fingerprint.d.ts +12 -0
  415. package/dist/converters/snyk-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  416. package/dist/converters/snyk-to-hdf/typescript/fingerprint.js +44 -0
  417. package/dist/converters/snyk-to-hdf/typescript/fingerprint.js.map +1 -0
  418. package/dist/converters/snyk-to-hdf/typescript/index.d.ts +2 -0
  419. package/dist/converters/snyk-to-hdf/typescript/index.d.ts.map +1 -0
  420. package/dist/converters/snyk-to-hdf/typescript/index.js +2 -0
  421. package/dist/converters/snyk-to-hdf/typescript/index.js.map +1 -0
  422. package/dist/converters/sonarqube-to-hdf/typescript/converter.d.ts +8 -0
  423. package/dist/converters/sonarqube-to-hdf/typescript/converter.d.ts.map +1 -0
  424. package/dist/converters/sonarqube-to-hdf/typescript/converter.js +266 -0
  425. package/dist/converters/sonarqube-to-hdf/typescript/converter.js.map +1 -0
  426. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.d.ts +10 -0
  427. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  428. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.js +35 -0
  429. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.js.map +1 -0
  430. package/dist/converters/sonarqube-to-hdf/typescript/index.d.ts +2 -0
  431. package/dist/converters/sonarqube-to-hdf/typescript/index.d.ts.map +1 -0
  432. package/dist/converters/sonarqube-to-hdf/typescript/index.js +2 -0
  433. package/dist/converters/sonarqube-to-hdf/typescript/index.js.map +1 -0
  434. package/dist/converters/splunk-to-hdf/typescript/converter.d.ts +13 -0
  435. package/dist/converters/splunk-to-hdf/typescript/converter.d.ts.map +1 -0
  436. package/dist/converters/splunk-to-hdf/typescript/converter.js +165 -0
  437. package/dist/converters/splunk-to-hdf/typescript/converter.js.map +1 -0
  438. package/dist/converters/splunk-to-hdf/typescript/fingerprint.d.ts +11 -0
  439. package/dist/converters/splunk-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  440. package/dist/converters/splunk-to-hdf/typescript/fingerprint.js +36 -0
  441. package/dist/converters/splunk-to-hdf/typescript/fingerprint.js.map +1 -0
  442. package/dist/converters/splunk-to-hdf/typescript/index.d.ts +2 -0
  443. package/dist/converters/splunk-to-hdf/typescript/index.d.ts.map +1 -0
  444. package/dist/converters/splunk-to-hdf/typescript/index.js +2 -0
  445. package/dist/converters/splunk-to-hdf/typescript/index.js.map +1 -0
  446. package/dist/converters/trufflehog-to-hdf/typescript/converter.d.ts +9 -0
  447. package/dist/converters/trufflehog-to-hdf/typescript/converter.d.ts.map +1 -0
  448. package/dist/converters/trufflehog-to-hdf/typescript/converter.js +189 -0
  449. package/dist/converters/trufflehog-to-hdf/typescript/converter.js.map +1 -0
  450. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.d.ts +18 -0
  451. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  452. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.js +50 -0
  453. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.js.map +1 -0
  454. package/dist/converters/trufflehog-to-hdf/typescript/index.d.ts +2 -0
  455. package/dist/converters/trufflehog-to-hdf/typescript/index.d.ts.map +1 -0
  456. package/dist/converters/trufflehog-to-hdf/typescript/index.js +2 -0
  457. package/dist/converters/trufflehog-to-hdf/typescript/index.js.map +1 -0
  458. package/dist/converters/twistlock-to-hdf/typescript/converter.d.ts +11 -0
  459. package/dist/converters/twistlock-to-hdf/typescript/converter.d.ts.map +1 -0
  460. package/dist/converters/twistlock-to-hdf/typescript/converter.js +153 -0
  461. package/dist/converters/twistlock-to-hdf/typescript/converter.js.map +1 -0
  462. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.d.ts +18 -0
  463. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  464. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.js +49 -0
  465. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.js.map +1 -0
  466. package/dist/converters/twistlock-to-hdf/typescript/index.d.ts +2 -0
  467. package/dist/converters/twistlock-to-hdf/typescript/index.d.ts.map +1 -0
  468. package/dist/converters/twistlock-to-hdf/typescript/index.js +2 -0
  469. package/dist/converters/twistlock-to-hdf/typescript/index.js.map +1 -0
  470. package/dist/converters/veracode-to-hdf/typescript/converter.d.ts +20 -0
  471. package/dist/converters/veracode-to-hdf/typescript/converter.d.ts.map +1 -0
  472. package/dist/converters/veracode-to-hdf/typescript/converter.js +350 -0
  473. package/dist/converters/veracode-to-hdf/typescript/converter.js.map +1 -0
  474. package/dist/converters/veracode-to-hdf/typescript/fingerprint.d.ts +16 -0
  475. package/dist/converters/veracode-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  476. package/dist/converters/veracode-to-hdf/typescript/fingerprint.js +35 -0
  477. package/dist/converters/veracode-to-hdf/typescript/fingerprint.js.map +1 -0
  478. package/dist/converters/veracode-to-hdf/typescript/index.d.ts +2 -0
  479. package/dist/converters/veracode-to-hdf/typescript/index.d.ts.map +1 -0
  480. package/dist/converters/veracode-to-hdf/typescript/index.js +2 -0
  481. package/dist/converters/veracode-to-hdf/typescript/index.js.map +1 -0
  482. package/dist/converters/xccdf-results-to-hdf/typescript/converter.d.ts +29 -0
  483. package/dist/converters/xccdf-results-to-hdf/typescript/converter.d.ts.map +1 -0
  484. package/dist/converters/xccdf-results-to-hdf/typescript/converter.js +604 -0
  485. package/dist/converters/xccdf-results-to-hdf/typescript/converter.js.map +1 -0
  486. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.d.ts +12 -0
  487. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  488. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.js +33 -0
  489. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.js.map +1 -0
  490. package/dist/converters/xccdf-results-to-hdf/typescript/index.d.ts +2 -0
  491. package/dist/converters/xccdf-results-to-hdf/typescript/index.d.ts.map +1 -0
  492. package/dist/converters/xccdf-results-to-hdf/typescript/index.js +2 -0
  493. package/dist/converters/xccdf-results-to-hdf/typescript/index.js.map +1 -0
  494. package/dist/converters/zap-to-hdf/typescript/converter.d.ts +2 -0
  495. package/dist/converters/zap-to-hdf/typescript/converter.d.ts.map +1 -0
  496. package/dist/converters/zap-to-hdf/typescript/converter.js +237 -0
  497. package/dist/converters/zap-to-hdf/typescript/converter.js.map +1 -0
  498. package/dist/converters/zap-to-hdf/typescript/fingerprint.d.ts +11 -0
  499. package/dist/converters/zap-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  500. package/dist/converters/zap-to-hdf/typescript/fingerprint.js +34 -0
  501. package/dist/converters/zap-to-hdf/typescript/fingerprint.js.map +1 -0
  502. package/dist/converters/zap-to-hdf/typescript/index.d.ts +2 -0
  503. package/dist/converters/zap-to-hdf/typescript/index.d.ts.map +1 -0
  504. package/dist/converters/zap-to-hdf/typescript/index.js +2 -0
  505. package/dist/converters/zap-to-hdf/typescript/index.js.map +1 -0
  506. package/dist/package.json +71 -0
  507. package/dist/shared/typescript/compare.d.ts +14 -0
  508. package/dist/shared/typescript/compare.d.ts.map +1 -0
  509. package/dist/shared/typescript/compare.js +91 -0
  510. package/dist/shared/typescript/compare.js.map +1 -0
  511. package/dist/shared/typescript/converter-contract.d.ts +20 -0
  512. package/dist/shared/typescript/converter-contract.d.ts.map +1 -0
  513. package/dist/shared/typescript/converter-contract.js +35 -0
  514. package/dist/shared/typescript/converter-contract.js.map +1 -0
  515. package/dist/shared/typescript/converterutil.d.ts +158 -0
  516. package/dist/shared/typescript/converterutil.d.ts.map +1 -0
  517. package/dist/shared/typescript/converterutil.js +220 -0
  518. package/dist/shared/typescript/converterutil.js.map +1 -0
  519. package/dist/shared/typescript/fingerprint.d.ts +17 -0
  520. package/dist/shared/typescript/fingerprint.d.ts.map +1 -0
  521. package/dist/shared/typescript/fingerprint.js +85 -0
  522. package/dist/shared/typescript/fingerprint.js.map +1 -0
  523. package/dist/shared/typescript/fptest.d.ts +40 -0
  524. package/dist/shared/typescript/fptest.d.ts.map +1 -0
  525. package/dist/shared/typescript/fptest.js +70 -0
  526. package/dist/shared/typescript/fptest.js.map +1 -0
  527. package/dist/shared/typescript/hdf-version.d.ts +20 -0
  528. package/dist/shared/typescript/hdf-version.d.ts.map +1 -0
  529. package/dist/shared/typescript/hdf-version.js +206 -0
  530. package/dist/shared/typescript/hdf-version.js.map +1 -0
  531. package/dist/shared/typescript/register-all.d.ts +12 -0
  532. package/dist/shared/typescript/register-all.d.ts.map +1 -0
  533. package/dist/shared/typescript/register-all.js +111 -0
  534. package/dist/shared/typescript/register-all.js.map +1 -0
  535. package/dist/shared/typescript/registry.d.ts +35 -0
  536. package/dist/shared/typescript/registry.d.ts.map +1 -0
  537. package/dist/shared/typescript/registry.js +27 -0
  538. package/dist/shared/typescript/registry.js.map +1 -0
  539. package/dist/shared/typescript/xml-utils.d.ts +16 -0
  540. package/dist/shared/typescript/xml-utils.d.ts.map +1 -0
  541. package/dist/shared/typescript/xml-utils.js +66 -0
  542. package/dist/shared/typescript/xml-utils.js.map +1 -0
  543. package/dist/src/detect.d.ts +15 -0
  544. package/dist/src/detect.d.ts.map +1 -0
  545. package/dist/src/detect.js +15 -0
  546. package/dist/src/detect.js.map +1 -0
  547. package/dist/src/index.d.ts +52 -0
  548. package/dist/src/index.d.ts.map +1 -0
  549. package/dist/src/index.js +91 -0
  550. package/dist/src/index.js.map +1 -0
  551. package/package.json +61 -66
  552. package/LICENSE.md +0 -9
  553. package/lib/data/converters/csv2json.d.ts +0 -2
  554. package/lib/data/converters/csv2json.d.ts.map +0 -1
  555. package/lib/data/converters/csv2json.js +0 -36
  556. package/lib/data/converters/csv2json.js.map +0 -1
  557. package/lib/data/converters/xml2json.d.ts +0 -15
  558. package/lib/data/converters/xml2json.d.ts.map +0 -1
  559. package/lib/data/converters/xml2json.js +0 -46
  560. package/lib/data/converters/xml2json.js.map +0 -1
  561. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.d.ts +0 -2
  562. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.d.ts.map +0 -1
  563. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.js +0 -13
  564. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.js.map +0 -1
  565. package/lib/index.d.ts +0 -54
  566. package/lib/index.d.ts.map +0 -1
  567. package/lib/index.js +0 -94
  568. package/lib/index.js.map +0 -1
  569. package/lib/package.json +0 -76
  570. package/lib/src/anchore-grype-mapper.d.ts +0 -12
  571. package/lib/src/anchore-grype-mapper.d.ts.map +0 -1
  572. package/lib/src/anchore-grype-mapper.js +0 -178
  573. package/lib/src/anchore-grype-mapper.js.map +0 -1
  574. package/lib/src/asff-mapper/asff-mapper.d.ts +0 -112
  575. package/lib/src/asff-mapper/asff-mapper.d.ts.map +0 -1
  576. package/lib/src/asff-mapper/asff-mapper.js +0 -549
  577. package/lib/src/asff-mapper/asff-mapper.js.map +0 -1
  578. package/lib/src/asff-mapper/case-cms-inspec.d.ts +0 -2
  579. package/lib/src/asff-mapper/case-cms-inspec.d.ts.map +0 -1
  580. package/lib/src/asff-mapper/case-cms-inspec.js +0 -83
  581. package/lib/src/asff-mapper/case-cms-inspec.js.map +0 -1
  582. package/lib/src/asff-mapper/case-firewall-manager.d.ts +0 -2
  583. package/lib/src/asff-mapper/case-firewall-manager.d.ts.map +0 -1
  584. package/lib/src/asff-mapper/case-firewall-manager.js +0 -56
  585. package/lib/src/asff-mapper/case-firewall-manager.js.map +0 -1
  586. package/lib/src/asff-mapper/case-guardduty.d.ts +0 -2
  587. package/lib/src/asff-mapper/case-guardduty.d.ts.map +0 -1
  588. package/lib/src/asff-mapper/case-guardduty.js +0 -47
  589. package/lib/src/asff-mapper/case-guardduty.js.map +0 -1
  590. package/lib/src/asff-mapper/case-inspector.d.ts +0 -2
  591. package/lib/src/asff-mapper/case-inspector.d.ts.map +0 -1
  592. package/lib/src/asff-mapper/case-inspector.js +0 -47
  593. package/lib/src/asff-mapper/case-inspector.js.map +0 -1
  594. package/lib/src/asff-mapper/case-previously-hdf.d.ts +0 -2
  595. package/lib/src/asff-mapper/case-previously-hdf.d.ts.map +0 -1
  596. package/lib/src/asff-mapper/case-previously-hdf.js +0 -239
  597. package/lib/src/asff-mapper/case-previously-hdf.js.map +0 -1
  598. package/lib/src/asff-mapper/case-prowler.d.ts +0 -2
  599. package/lib/src/asff-mapper/case-prowler.d.ts.map +0 -1
  600. package/lib/src/asff-mapper/case-prowler.js +0 -69
  601. package/lib/src/asff-mapper/case-prowler.js.map +0 -1
  602. package/lib/src/asff-mapper/case-security-hub.d.ts +0 -2
  603. package/lib/src/asff-mapper/case-security-hub.d.ts.map +0 -1
  604. package/lib/src/asff-mapper/case-security-hub.js +0 -173
  605. package/lib/src/asff-mapper/case-security-hub.js.map +0 -1
  606. package/lib/src/asff-mapper/case-trivy.d.ts +0 -2
  607. package/lib/src/asff-mapper/case-trivy.d.ts.map +0 -1
  608. package/lib/src/asff-mapper/case-trivy.js +0 -101
  609. package/lib/src/asff-mapper/case-trivy.js.map +0 -1
  610. package/lib/src/aws-config-mapper.d.ts +0 -27
  611. package/lib/src/aws-config-mapper.d.ts.map +0 -1
  612. package/lib/src/aws-config-mapper.js +0 -395
  613. package/lib/src/aws-config-mapper.js.map +0 -1
  614. package/lib/src/base-converter.d.ts +0 -40
  615. package/lib/src/base-converter.d.ts.map +0 -1
  616. package/lib/src/base-converter.js +0 -335
  617. package/lib/src/base-converter.js.map +0 -1
  618. package/lib/src/burpsuite-mapper.d.ts +0 -16
  619. package/lib/src/burpsuite-mapper.d.ts.map +0 -1
  620. package/lib/src/burpsuite-mapper.js +0 -195
  621. package/lib/src/burpsuite-mapper.js.map +0 -1
  622. package/lib/src/checkov-mapper.d.ts +0 -67
  623. package/lib/src/checkov-mapper.d.ts.map +0 -1
  624. package/lib/src/checkov-mapper.js +0 -240
  625. package/lib/src/checkov-mapper.js.map +0 -1
  626. package/lib/src/ckl-mapper/checklist-jsonix-converter.d.ts +0 -131
  627. package/lib/src/ckl-mapper/checklist-jsonix-converter.d.ts.map +0 -1
  628. package/lib/src/ckl-mapper/checklist-jsonix-converter.js +0 -604
  629. package/lib/src/ckl-mapper/checklist-jsonix-converter.js.map +0 -1
  630. package/lib/src/ckl-mapper/checklist-mapper.d.ts +0 -57
  631. package/lib/src/ckl-mapper/checklist-mapper.d.ts.map +0 -1
  632. package/lib/src/ckl-mapper/checklist-mapper.js +0 -518
  633. package/lib/src/ckl-mapper/checklist-mapper.js.map +0 -1
  634. package/lib/src/ckl-mapper/checklist-metadata-utils.d.ts +0 -20
  635. package/lib/src/ckl-mapper/checklist-metadata-utils.d.ts.map +0 -1
  636. package/lib/src/ckl-mapper/checklist-metadata-utils.js +0 -181
  637. package/lib/src/ckl-mapper/checklist-metadata-utils.js.map +0 -1
  638. package/lib/src/ckl-mapper/checklistJsonix.d.ts +0 -210
  639. package/lib/src/ckl-mapper/checklistJsonix.d.ts.map +0 -1
  640. package/lib/src/ckl-mapper/checklistJsonix.js +0 -131
  641. package/lib/src/ckl-mapper/checklistJsonix.js.map +0 -1
  642. package/lib/src/ckl-mapper/jsonixMapping.d.ts +0 -115
  643. package/lib/src/ckl-mapper/jsonixMapping.d.ts.map +0 -1
  644. package/lib/src/ckl-mapper/jsonixMapping.js +0 -590
  645. package/lib/src/ckl-mapper/jsonixMapping.js.map +0 -1
  646. package/lib/src/converters-from-hdf/asff/asff-types.d.ts +0 -90
  647. package/lib/src/converters-from-hdf/asff/asff-types.d.ts.map +0 -1
  648. package/lib/src/converters-from-hdf/asff/asff-types.js +0 -4
  649. package/lib/src/converters-from-hdf/asff/asff-types.js.map +0 -1
  650. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.d.ts +0 -39
  651. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.d.ts.map +0 -1
  652. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.js +0 -293
  653. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.js.map +0 -1
  654. package/lib/src/converters-from-hdf/asff/transformers.d.ts +0 -44
  655. package/lib/src/converters-from-hdf/asff/transformers.d.ts.map +0 -1
  656. package/lib/src/converters-from-hdf/asff/transformers.js +0 -513
  657. package/lib/src/converters-from-hdf/asff/transformers.js.map +0 -1
  658. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.d.ts +0 -32
  659. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.d.ts.map +0 -1
  660. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.js +0 -227
  661. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.js.map +0 -1
  662. package/lib/src/converters-from-hdf/html/embedded-assets.d.ts +0 -4
  663. package/lib/src/converters-from-hdf/html/embedded-assets.d.ts.map +0 -1
  664. package/lib/src/converters-from-hdf/html/embedded-assets.js +0 -8
  665. package/lib/src/converters-from-hdf/html/embedded-assets.js.map +0 -1
  666. package/lib/src/converters-from-hdf/html/html-types.d.ts +0 -75
  667. package/lib/src/converters-from-hdf/html/html-types.d.ts.map +0 -1
  668. package/lib/src/converters-from-hdf/html/html-types.js +0 -4
  669. package/lib/src/converters-from-hdf/html/html-types.js.map +0 -1
  670. package/lib/src/converters-from-hdf/html/reverse-html-mapper.d.ts +0 -42
  671. package/lib/src/converters-from-hdf/html/reverse-html-mapper.d.ts.map +0 -1
  672. package/lib/src/converters-from-hdf/html/reverse-html-mapper.js +0 -438
  673. package/lib/src/converters-from-hdf/html/reverse-html-mapper.js.map +0 -1
  674. package/lib/src/converters-from-hdf/reverse-any-base-converter.d.ts +0 -11
  675. package/lib/src/converters-from-hdf/reverse-any-base-converter.d.ts.map +0 -1
  676. package/lib/src/converters-from-hdf/reverse-any-base-converter.js +0 -20
  677. package/lib/src/converters-from-hdf/reverse-any-base-converter.js.map +0 -1
  678. package/lib/src/converters-from-hdf/reverse-base-converter.d.ts +0 -26
  679. package/lib/src/converters-from-hdf/reverse-base-converter.d.ts.map +0 -1
  680. package/lib/src/converters-from-hdf/reverse-base-converter.js +0 -159
  681. package/lib/src/converters-from-hdf/reverse-base-converter.js.map +0 -1
  682. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.d.ts +0 -43
  683. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.d.ts.map +0 -1
  684. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.js +0 -359
  685. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.js.map +0 -1
  686. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.d.ts +0 -37
  687. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.d.ts.map +0 -1
  688. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.js +0 -284
  689. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.js.map +0 -1
  690. package/lib/src/conveyor-mapper.d.ts +0 -15
  691. package/lib/src/conveyor-mapper.d.ts.map +0 -1
  692. package/lib/src/conveyor-mapper.js +0 -255
  693. package/lib/src/conveyor-mapper.js.map +0 -1
  694. package/lib/src/cyclonedx-sbom-mapper.d.ts +0 -35
  695. package/lib/src/cyclonedx-sbom-mapper.d.ts.map +0 -1
  696. package/lib/src/cyclonedx-sbom-mapper.js +0 -523
  697. package/lib/src/cyclonedx-sbom-mapper.js.map +0 -1
  698. package/lib/src/dbprotect-mapper.d.ts +0 -10
  699. package/lib/src/dbprotect-mapper.d.ts.map +0 -1
  700. package/lib/src/dbprotect-mapper.js +0 -185
  701. package/lib/src/dbprotect-mapper.js.map +0 -1
  702. package/lib/src/dependency-track-mapper.d.ts +0 -10
  703. package/lib/src/dependency-track-mapper.d.ts.map +0 -1
  704. package/lib/src/dependency-track-mapper.js +0 -211
  705. package/lib/src/dependency-track-mapper.js.map +0 -1
  706. package/lib/src/fortify-mapper.d.ts +0 -17
  707. package/lib/src/fortify-mapper.d.ts.map +0 -1
  708. package/lib/src/fortify-mapper.js +0 -235
  709. package/lib/src/fortify-mapper.js.map +0 -1
  710. package/lib/src/gosec-mapper.d.ts +0 -10
  711. package/lib/src/gosec-mapper.d.ts.map +0 -1
  712. package/lib/src/gosec-mapper.js +0 -159
  713. package/lib/src/gosec-mapper.js.map +0 -1
  714. package/lib/src/ionchannel-mapper.d.ts +0 -27
  715. package/lib/src/ionchannel-mapper.d.ts.map +0 -1
  716. package/lib/src/ionchannel-mapper.js +0 -311
  717. package/lib/src/ionchannel-mapper.js.map +0 -1
  718. package/lib/src/jfrog-xray-mapper.d.ts +0 -10
  719. package/lib/src/jfrog-xray-mapper.d.ts.map +0 -1
  720. package/lib/src/jfrog-xray-mapper.js +0 -203
  721. package/lib/src/jfrog-xray-mapper.js.map +0 -1
  722. package/lib/src/jsonix-converter.d.ts +0 -8
  723. package/lib/src/jsonix-converter.d.ts.map +0 -1
  724. package/lib/src/jsonix-converter.js +0 -20
  725. package/lib/src/jsonix-converter.js.map +0 -1
  726. package/lib/src/jsonix-intermediate-converter.d.ts +0 -6
  727. package/lib/src/jsonix-intermediate-converter.d.ts.map +0 -1
  728. package/lib/src/jsonix-intermediate-converter.js +0 -8
  729. package/lib/src/jsonix-intermediate-converter.js.map +0 -1
  730. package/lib/src/mappings/AwsConfigMapping.d.ts +0 -7
  731. package/lib/src/mappings/AwsConfigMapping.d.ts.map +0 -1
  732. package/lib/src/mappings/AwsConfigMapping.js +0 -76
  733. package/lib/src/mappings/AwsConfigMapping.js.map +0 -1
  734. package/lib/src/mappings/AwsConfigMappingData.d.ts +0 -7
  735. package/lib/src/mappings/AwsConfigMappingData.d.ts.map +0 -1
  736. package/lib/src/mappings/AwsConfigMappingData.js +0 -642
  737. package/lib/src/mappings/AwsConfigMappingData.js.map +0 -1
  738. package/lib/src/mappings/CciNistMapping.d.ts +0 -56
  739. package/lib/src/mappings/CciNistMapping.d.ts.map +0 -1
  740. package/lib/src/mappings/CciNistMapping.js +0 -127
  741. package/lib/src/mappings/CciNistMapping.js.map +0 -1
  742. package/lib/src/mappings/CciNistMappingData.d.ts +0 -5101
  743. package/lib/src/mappings/CciNistMappingData.d.ts.map +0 -1
  744. package/lib/src/mappings/CciNistMappingData.js +0 -5104
  745. package/lib/src/mappings/CciNistMappingData.js.map +0 -1
  746. package/lib/src/mappings/CciNistMappingItem.d.ts +0 -6
  747. package/lib/src/mappings/CciNistMappingItem.d.ts.map +0 -1
  748. package/lib/src/mappings/CciNistMappingItem.js +0 -13
  749. package/lib/src/mappings/CciNistMappingItem.js.map +0 -1
  750. package/lib/src/mappings/CheckovToCciAndNistMappingData.d.ts +0 -5
  751. package/lib/src/mappings/CheckovToCciAndNistMappingData.d.ts.map +0 -1
  752. package/lib/src/mappings/CheckovToCciAndNistMappingData.js +0 -2695
  753. package/lib/src/mappings/CheckovToCciAndNistMappingData.js.map +0 -1
  754. package/lib/src/mappings/CweNistMapping.d.ts +0 -14
  755. package/lib/src/mappings/CweNistMapping.d.ts.map +0 -1
  756. package/lib/src/mappings/CweNistMapping.js +0 -49
  757. package/lib/src/mappings/CweNistMapping.js.map +0 -1
  758. package/lib/src/mappings/CweNistMappingData.d.ts +0 -8
  759. package/lib/src/mappings/CweNistMappingData.d.ts.map +0 -1
  760. package/lib/src/mappings/CweNistMappingData.js +0 -1420
  761. package/lib/src/mappings/CweNistMappingData.js.map +0 -1
  762. package/lib/src/mappings/CweNistMappingItem.d.ts +0 -10
  763. package/lib/src/mappings/CweNistMappingItem.d.ts.map +0 -1
  764. package/lib/src/mappings/CweNistMappingItem.js +0 -39
  765. package/lib/src/mappings/CweNistMappingItem.js.map +0 -1
  766. package/lib/src/mappings/NessusPluginNistMappingData.d.ts +0 -10
  767. package/lib/src/mappings/NessusPluginNistMappingData.d.ts.map +0 -1
  768. package/lib/src/mappings/NessusPluginNistMappingData.js +0 -436
  769. package/lib/src/mappings/NessusPluginNistMappingData.js.map +0 -1
  770. package/lib/src/mappings/NessusPluginsNistMapping.d.ts +0 -12
  771. package/lib/src/mappings/NessusPluginsNistMapping.d.ts.map +0 -1
  772. package/lib/src/mappings/NessusPluginsNistMapping.js +0 -39
  773. package/lib/src/mappings/NessusPluginsNistMapping.js.map +0 -1
  774. package/lib/src/mappings/NessusPluginsNistMappingItem.d.ts +0 -8
  775. package/lib/src/mappings/NessusPluginsNistMappingItem.d.ts.map +0 -1
  776. package/lib/src/mappings/NessusPluginsNistMappingItem.js +0 -31
  777. package/lib/src/mappings/NessusPluginsNistMappingItem.js.map +0 -1
  778. package/lib/src/mappings/NiktoNistMapping.d.ts +0 -10
  779. package/lib/src/mappings/NiktoNistMapping.d.ts.map +0 -1
  780. package/lib/src/mappings/NiktoNistMapping.js +0 -22
  781. package/lib/src/mappings/NiktoNistMapping.js.map +0 -1
  782. package/lib/src/mappings/NiktoNistMappingData.d.ts +0 -8944
  783. package/lib/src/mappings/NiktoNistMappingData.d.ts.map +0 -1
  784. package/lib/src/mappings/NiktoNistMappingData.js +0 -8947
  785. package/lib/src/mappings/NiktoNistMappingData.js.map +0 -1
  786. package/lib/src/mappings/NiktoNistMappingItem.d.ts +0 -9
  787. package/lib/src/mappings/NiktoNistMappingItem.d.ts.map +0 -1
  788. package/lib/src/mappings/NiktoNistMappingItem.js +0 -32
  789. package/lib/src/mappings/NiktoNistMappingItem.js.map +0 -1
  790. package/lib/src/mappings/NistCciMappingData.d.ts +0 -2
  791. package/lib/src/mappings/NistCciMappingData.d.ts.map +0 -1
  792. package/lib/src/mappings/NistCciMappingData.js +0 -27
  793. package/lib/src/mappings/NistCciMappingData.js.map +0 -1
  794. package/lib/src/mappings/OwaspNistMapping.d.ts +0 -14
  795. package/lib/src/mappings/OwaspNistMapping.d.ts.map +0 -1
  796. package/lib/src/mappings/OwaspNistMapping.js +0 -57
  797. package/lib/src/mappings/OwaspNistMapping.js.map +0 -1
  798. package/lib/src/mappings/OwaspNistMappingData.d.ts +0 -8
  799. package/lib/src/mappings/OwaspNistMappingData.d.ts.map +0 -1
  800. package/lib/src/mappings/OwaspNistMappingData.js +0 -76
  801. package/lib/src/mappings/OwaspNistMappingData.js.map +0 -1
  802. package/lib/src/mappings/OwaspNistMappingItem.d.ts +0 -10
  803. package/lib/src/mappings/OwaspNistMappingItem.d.ts.map +0 -1
  804. package/lib/src/mappings/OwaspNistMappingItem.js +0 -39
  805. package/lib/src/mappings/OwaspNistMappingItem.js.map +0 -1
  806. package/lib/src/mappings/ScoutsuiteNistMapping.d.ts +0 -11
  807. package/lib/src/mappings/ScoutsuiteNistMapping.d.ts.map +0 -1
  808. package/lib/src/mappings/ScoutsuiteNistMapping.js +0 -31
  809. package/lib/src/mappings/ScoutsuiteNistMapping.js.map +0 -1
  810. package/lib/src/mappings/ScoutsuiteNistMappingData.d.ts +0 -5
  811. package/lib/src/mappings/ScoutsuiteNistMappingData.d.ts.map +0 -1
  812. package/lib/src/mappings/ScoutsuiteNistMappingData.js +0 -562
  813. package/lib/src/mappings/ScoutsuiteNistMappingData.js.map +0 -1
  814. package/lib/src/mappings/ScoutsuiteNistMappingItem.d.ts +0 -7
  815. package/lib/src/mappings/ScoutsuiteNistMappingItem.d.ts.map +0 -1
  816. package/lib/src/mappings/ScoutsuiteNistMappingItem.js +0 -23
  817. package/lib/src/mappings/ScoutsuiteNistMappingItem.js.map +0 -1
  818. package/lib/src/msft-secure-score-mapper.d.ts +0 -34
  819. package/lib/src/msft-secure-score-mapper.d.ts.map +0 -1
  820. package/lib/src/msft-secure-score-mapper.js +0 -271
  821. package/lib/src/msft-secure-score-mapper.js.map +0 -1
  822. package/lib/src/nessus-mapper.d.ts +0 -17
  823. package/lib/src/nessus-mapper.d.ts.map +0 -1
  824. package/lib/src/nessus-mapper.js +0 -370
  825. package/lib/src/nessus-mapper.js.map +0 -1
  826. package/lib/src/netsparker-mapper.d.ts +0 -16
  827. package/lib/src/netsparker-mapper.d.ts.map +0 -1
  828. package/lib/src/netsparker-mapper.js +0 -285
  829. package/lib/src/netsparker-mapper.js.map +0 -1
  830. package/lib/src/neuvector-mapper.d.ts +0 -14
  831. package/lib/src/neuvector-mapper.d.ts.map +0 -1
  832. package/lib/src/neuvector-mapper.js +0 -170
  833. package/lib/src/neuvector-mapper.js.map +0 -1
  834. package/lib/src/nikto-mapper.d.ts +0 -10
  835. package/lib/src/nikto-mapper.d.ts.map +0 -1
  836. package/lib/src/nikto-mapper.js +0 -133
  837. package/lib/src/nikto-mapper.js.map +0 -1
  838. package/lib/src/prisma-mapper.d.ts +0 -25
  839. package/lib/src/prisma-mapper.d.ts.map +0 -1
  840. package/lib/src/prisma-mapper.js +0 -211
  841. package/lib/src/prisma-mapper.js.map +0 -1
  842. package/lib/src/sarif-mapper.d.ts +0 -10
  843. package/lib/src/sarif-mapper.d.ts.map +0 -1
  844. package/lib/src/sarif-mapper.js +0 -190
  845. package/lib/src/sarif-mapper.js.map +0 -1
  846. package/lib/src/scoutsuite-mapper.d.ts +0 -10
  847. package/lib/src/scoutsuite-mapper.d.ts.map +0 -1
  848. package/lib/src/scoutsuite-mapper.js +0 -302
  849. package/lib/src/scoutsuite-mapper.js.map +0 -1
  850. package/lib/src/snyk-mapper.d.ts +0 -15
  851. package/lib/src/snyk-mapper.d.ts.map +0 -1
  852. package/lib/src/snyk-mapper.js +0 -197
  853. package/lib/src/snyk-mapper.js.map +0 -1
  854. package/lib/src/sonarqube-mapper.d.ts +0 -276
  855. package/lib/src/sonarqube-mapper.d.ts.map +0 -1
  856. package/lib/src/sonarqube-mapper.js +0 -826
  857. package/lib/src/sonarqube-mapper.js.map +0 -1
  858. package/lib/src/splunk-mapper.d.ts +0 -49
  859. package/lib/src/splunk-mapper.d.ts.map +0 -1
  860. package/lib/src/splunk-mapper.js +0 -317
  861. package/lib/src/splunk-mapper.js.map +0 -1
  862. package/lib/src/trufflehog-mapper.d.ts +0 -16
  863. package/lib/src/trufflehog-mapper.d.ts.map +0 -1
  864. package/lib/src/trufflehog-mapper.js +0 -115
  865. package/lib/src/trufflehog-mapper.js.map +0 -1
  866. package/lib/src/twistlock-mapper.d.ts +0 -16
  867. package/lib/src/twistlock-mapper.d.ts.map +0 -1
  868. package/lib/src/twistlock-mapper.js +0 -198
  869. package/lib/src/twistlock-mapper.js.map +0 -1
  870. package/lib/src/utils/CCI_List.d.ts +0 -2
  871. package/lib/src/utils/CCI_List.d.ts.map +0 -1
  872. package/lib/src/utils/CCI_List.js +0 -56259
  873. package/lib/src/utils/CCI_List.js.map +0 -1
  874. package/lib/src/utils/attestations.d.ts +0 -12
  875. package/lib/src/utils/attestations.d.ts.map +0 -1
  876. package/lib/src/utils/attestations.js +0 -234
  877. package/lib/src/utils/attestations.js.map +0 -1
  878. package/lib/src/utils/compliance.d.ts +0 -4
  879. package/lib/src/utils/compliance.d.ts.map +0 -1
  880. package/lib/src/utils/compliance.js +0 -35
  881. package/lib/src/utils/compliance.js.map +0 -1
  882. package/lib/src/utils/fingerprinting.d.ts +0 -35
  883. package/lib/src/utils/fingerprinting.d.ts.map +0 -1
  884. package/lib/src/utils/fingerprinting.js +0 -220
  885. package/lib/src/utils/fingerprinting.js.map +0 -1
  886. package/lib/src/utils/global.d.ts +0 -16
  887. package/lib/src/utils/global.d.ts.map +0 -1
  888. package/lib/src/utils/global.js +0 -111
  889. package/lib/src/utils/global.js.map +0 -1
  890. package/lib/src/utils/parseJson.d.ts +0 -6
  891. package/lib/src/utils/parseJson.d.ts.map +0 -1
  892. package/lib/src/utils/parseJson.js +0 -17
  893. package/lib/src/utils/parseJson.js.map +0 -1
  894. package/lib/src/utils/result.d.ts +0 -8
  895. package/lib/src/utils/result.d.ts.map +0 -1
  896. package/lib/src/utils/result.js +0 -3
  897. package/lib/src/utils/result.js.map +0 -1
  898. package/lib/src/utils/splunk-tools.d.ts +0 -6
  899. package/lib/src/utils/splunk-tools.d.ts.map +0 -1
  900. package/lib/src/utils/splunk-tools.js +0 -117
  901. package/lib/src/utils/splunk-tools.js.map +0 -1
  902. package/lib/src/veracode-mapper.d.ts +0 -10
  903. package/lib/src/veracode-mapper.d.ts.map +0 -1
  904. package/lib/src/veracode-mapper.js +0 -491
  905. package/lib/src/veracode-mapper.js.map +0 -1
  906. package/lib/src/xccdf-results-mapper.d.ts +0 -16
  907. package/lib/src/xccdf-results-mapper.d.ts.map +0 -1
  908. package/lib/src/xccdf-results-mapper.js +0 -509
  909. package/lib/src/xccdf-results-mapper.js.map +0 -1
  910. package/lib/src/zap-mapper.d.ts +0 -18
  911. package/lib/src/zap-mapper.d.ts.map +0 -1
  912. package/lib/src/zap-mapper.js +0 -238
  913. package/lib/src/zap-mapper.js.map +0 -1
  914. package/lib/tsconfig.build.tsbuildinfo +0 -1
  915. package/lib/types/neuvector-types.d.ts +0 -105
  916. package/lib/types/neuvector-types.d.ts.map +0 -1
  917. package/lib/types/neuvector-types.js +0 -83
  918. package/lib/types/neuvector-types.js.map +0 -1
  919. package/lib/types/splunk-config-types.d.ts +0 -14
  920. package/lib/types/splunk-config-types.d.ts.map +0 -1
  921. package/lib/types/splunk-config-types.js +0 -3
  922. package/lib/types/splunk-config-types.js.map +0 -1
  923. package/lib/types/splunk-control-types.d.ts +0 -44
  924. package/lib/types/splunk-control-types.d.ts.map +0 -1
  925. package/lib/types/splunk-control-types.js +0 -3
  926. package/lib/types/splunk-control-types.js.map +0 -1
  927. package/lib/types/splunk-profile-types.d.ts +0 -54
  928. package/lib/types/splunk-profile-types.d.ts.map +0 -1
  929. package/lib/types/splunk-profile-types.js +0 -3
  930. package/lib/types/splunk-profile-types.js.map +0 -1
  931. package/lib/types/splunk-report-types.d.ts +0 -21
  932. package/lib/types/splunk-report-types.d.ts.map +0 -1
  933. package/lib/types/splunk-report-types.js +0 -3
  934. package/lib/types/splunk-report-types.js.map +0 -1
@@ -0,0 +1,2340 @@
1
+ /**
2
+ * Indicates the transport type.
3
+ *
4
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
5
+ * the name that will be assigned to the file when the file is decoded.
6
+ *
7
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
8
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
9
+ *
10
+ * A textual label that provides a sub-type or characterization of the property's name.
11
+ *
12
+ * An identifier for relating distinct sets of properties.
13
+ *
14
+ * A textual label, within a namespace, that identifies a specific attribute,
15
+ * characteristic, or quality of the property's containing object.
16
+ *
17
+ * A textual label that provides a sub-type or characterization of the control.
18
+ *
19
+ * Identifies a control such that it can be referenced in the defining catalog and other
20
+ * OSCAL instances (e.g., profiles).
21
+ *
22
+ * A textual label that provides a characterization of the type, purpose, use or scope of
23
+ * the parameter.
24
+ *
25
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
26
+ * should not be used.
27
+ *
28
+ * A unique identifier for the parameter.
29
+ *
30
+ * An optional textual providing a sub-type or characterization of the part's name, or a
31
+ * category to which the part belongs.
32
+ *
33
+ * A unique identifier for the part.
34
+ *
35
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
36
+ * value space qualified by the ns.
37
+ *
38
+ * A textual label that provides a sub-type or characterization of the group.
39
+ *
40
+ * Identifies the group for the purpose of cross-linking within the defining instance or
41
+ * from other instances that reference the catalog.
42
+ *
43
+ * A reference to a role performed by a party.
44
+ *
45
+ * The type of action documented by the assembly, such as an approval.
46
+ *
47
+ * A unique identifier for the role.
48
+ *
49
+ * The relationship type for the mapping entry, which describes the relationship between the
50
+ * effective requirements of the specified source and target sets in the context of the
51
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
52
+ * the map. The relationship type and the matching-rationale must be used together. However,
53
+ * more than one matching-rationale method may apply to a source and target pair.
54
+ *
55
+ * Selecting a control by its ID given as a literal.
56
+ *
57
+ * Identifies the group.
58
+ *
59
+ * Target location of the addition.
60
+ *
61
+ * A reference to a control with a corresponding id value. When referencing an externally
62
+ * defined control, the Control Identifier Reference must be used in the context of the
63
+ * external / imported OSCAL instance (e.g., uri-reference).
64
+ *
65
+ * Identify items to remove by matching their class.
66
+ *
67
+ * Identify items to remove indicated by their id.
68
+ *
69
+ * Identify items remove by matching their assigned name.
70
+ *
71
+ * A textual label that provides a characterization of the parameter.
72
+ *
73
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
74
+ * and should not be used.
75
+ *
76
+ * An identifier for the parameter.
77
+ *
78
+ * A human-oriented identifier reference to a role performed.
79
+ *
80
+ * A human-oriented reference to a parameter within a control, who's catalog has been
81
+ * imported into the current implementation context.
82
+ *
83
+ * A human-oriented identifier reference to a control statement.
84
+ *
85
+ * Reference to a role by UUID.
86
+ *
87
+ * Points to an assessment objective.
88
+ *
89
+ * Used to constrain the selection to only specificity identified statements.
90
+ *
91
+ * A textual label that provides a sub-type or characterization of the part's name. This can
92
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
93
+ * the same control with the same name and ns.
94
+ *
95
+ * A point to the role-id of the role in which the party is making the log entry.
96
+ *
97
+ * For a party, this can optionally be used to specify the role the actor was performing.
98
+ *
99
+ * A machine-oriented identifier reference for a specific target qualified by the type.
100
+ *
101
+ * The name of the risk metric within the specified system.
102
+ *
103
+ * Describes the type of relationship provided by the link's hypertext reference. This can
104
+ * be an indicator of the link's purpose.
105
+ *
106
+ * Indicates the type of address.
107
+ *
108
+ * The semantic type of the resource.
109
+ *
110
+ * Identifies the implementation status of the control or control objective.
111
+ *
112
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
113
+ *
114
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
115
+ * or party represented by this selection statement.
116
+ *
117
+ * The type of task.
118
+ *
119
+ * A textual label that uniquely identifies the part's semantic type.
120
+ *
121
+ * The reason the objective was given it's status.
122
+ *
123
+ * Identifies the nature of the observation. More than one may be used to further qualify
124
+ * and enable filtering.
125
+ *
126
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
127
+ * actual plan accepted by the system owner.
128
+ *
129
+ * Describes the status of the associated risk.
130
+ */
131
+ export var Transport;
132
+ (function (Transport) {
133
+ Transport["TCP"] = "TCP";
134
+ Transport["UDP"] = "UDP";
135
+ })(Transport || (Transport = {}));
136
+ /**
137
+ * The operational status.
138
+ *
139
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
140
+ * the name that will be assigned to the file when the file is decoded.
141
+ *
142
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
143
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
144
+ *
145
+ * A textual label that provides a sub-type or characterization of the property's name.
146
+ *
147
+ * An identifier for relating distinct sets of properties.
148
+ *
149
+ * A textual label, within a namespace, that identifies a specific attribute,
150
+ * characteristic, or quality of the property's containing object.
151
+ *
152
+ * A textual label that provides a sub-type or characterization of the control.
153
+ *
154
+ * Identifies a control such that it can be referenced in the defining catalog and other
155
+ * OSCAL instances (e.g., profiles).
156
+ *
157
+ * A textual label that provides a characterization of the type, purpose, use or scope of
158
+ * the parameter.
159
+ *
160
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
161
+ * should not be used.
162
+ *
163
+ * A unique identifier for the parameter.
164
+ *
165
+ * An optional textual providing a sub-type or characterization of the part's name, or a
166
+ * category to which the part belongs.
167
+ *
168
+ * A unique identifier for the part.
169
+ *
170
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
171
+ * value space qualified by the ns.
172
+ *
173
+ * A textual label that provides a sub-type or characterization of the group.
174
+ *
175
+ * Identifies the group for the purpose of cross-linking within the defining instance or
176
+ * from other instances that reference the catalog.
177
+ *
178
+ * A reference to a role performed by a party.
179
+ *
180
+ * The type of action documented by the assembly, such as an approval.
181
+ *
182
+ * A unique identifier for the role.
183
+ *
184
+ * The relationship type for the mapping entry, which describes the relationship between the
185
+ * effective requirements of the specified source and target sets in the context of the
186
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
187
+ * the map. The relationship type and the matching-rationale must be used together. However,
188
+ * more than one matching-rationale method may apply to a source and target pair.
189
+ *
190
+ * Selecting a control by its ID given as a literal.
191
+ *
192
+ * Identifies the group.
193
+ *
194
+ * Target location of the addition.
195
+ *
196
+ * A reference to a control with a corresponding id value. When referencing an externally
197
+ * defined control, the Control Identifier Reference must be used in the context of the
198
+ * external / imported OSCAL instance (e.g., uri-reference).
199
+ *
200
+ * Identify items to remove by matching their class.
201
+ *
202
+ * Identify items to remove indicated by their id.
203
+ *
204
+ * Identify items remove by matching their assigned name.
205
+ *
206
+ * A textual label that provides a characterization of the parameter.
207
+ *
208
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
209
+ * and should not be used.
210
+ *
211
+ * An identifier for the parameter.
212
+ *
213
+ * A human-oriented identifier reference to a role performed.
214
+ *
215
+ * A human-oriented reference to a parameter within a control, who's catalog has been
216
+ * imported into the current implementation context.
217
+ *
218
+ * A human-oriented identifier reference to a control statement.
219
+ *
220
+ * Reference to a role by UUID.
221
+ *
222
+ * Points to an assessment objective.
223
+ *
224
+ * Used to constrain the selection to only specificity identified statements.
225
+ *
226
+ * A textual label that provides a sub-type or characterization of the part's name. This can
227
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
228
+ * the same control with the same name and ns.
229
+ *
230
+ * A point to the role-id of the role in which the party is making the log entry.
231
+ *
232
+ * For a party, this can optionally be used to specify the role the actor was performing.
233
+ *
234
+ * A machine-oriented identifier reference for a specific target qualified by the type.
235
+ *
236
+ * The name of the risk metric within the specified system.
237
+ *
238
+ * Describes the type of relationship provided by the link's hypertext reference. This can
239
+ * be an indicator of the link's purpose.
240
+ *
241
+ * Indicates the type of address.
242
+ *
243
+ * The semantic type of the resource.
244
+ *
245
+ * Identifies the implementation status of the control or control objective.
246
+ *
247
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
248
+ *
249
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
250
+ * or party represented by this selection statement.
251
+ *
252
+ * The type of task.
253
+ *
254
+ * A textual label that uniquely identifies the part's semantic type.
255
+ *
256
+ * The reason the objective was given it's status.
257
+ *
258
+ * Identifies the nature of the observation. More than one may be used to further qualify
259
+ * and enable filtering.
260
+ *
261
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
262
+ * actual plan accepted by the system owner.
263
+ *
264
+ * Describes the status of the associated risk.
265
+ */
266
+ export var ComponentStatusState;
267
+ (function (ComponentStatusState) {
268
+ ComponentStatusState["Disposition"] = "disposition";
269
+ ComponentStatusState["Operational"] = "operational";
270
+ ComponentStatusState["Other"] = "other";
271
+ ComponentStatusState["UnderDevelopment"] = "under-development";
272
+ })(ComponentStatusState || (ComponentStatusState = {}));
273
+ /**
274
+ * A category describing the kind of party the object describes.
275
+ *
276
+ * A label that indicates the nature of a resource, as a data serialization or format.
277
+ *
278
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
279
+ * U+10, U+32 or [
280
+ * ]+
281
+ *
282
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
283
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
284
+ * encoded.
285
+ *
286
+ * Indicates the value of the attribute, characteristic, or quality.
287
+ *
288
+ * A formal (executable) expression of a constraint.
289
+ *
290
+ * A parameter value or set of values.
291
+ *
292
+ * A single line of an address.
293
+ *
294
+ * City, town or geographical region for the mailing address.
295
+ *
296
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
297
+ *
298
+ * Postal or ZIP code for mailing address.
299
+ *
300
+ * State, province or analogous geographical region for a mailing address.
301
+ *
302
+ * The OSCAL model version the document was authored against and will conform to as valid.
303
+ *
304
+ * The full name of the party. This is typically the legal name associated with the party.
305
+ *
306
+ * A short common name, abbreviation, or acronym for the party.
307
+ *
308
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
309
+ * future versions.
310
+ *
311
+ * A short common name, abbreviation, or acronym for the role.
312
+ *
313
+ * A reference to an identified subject that is of the specified type .
314
+ *
315
+ * A glob expression matching the IDs of one or more controls to be selected.
316
+ *
317
+ * The capability's human-readable name.
318
+ *
319
+ * The common name of the protocol, which should be the appropriate "service name" from the
320
+ * IANA Service Name and Transport Protocol Port Number Registry.
321
+ *
322
+ * A target-level of availability for the system, based on the sensitivity of information
323
+ * within the system.
324
+ *
325
+ * A target-level of confidentiality for the system, based on the sensitivity of information
326
+ * within the system.
327
+ *
328
+ * A target-level of integrity for the system, based on the sensitivity of information
329
+ * within the system.
330
+ *
331
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
332
+ *
333
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
334
+ *
335
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
336
+ *
337
+ * A human-oriented, globally unique identifier qualified by the given identification system
338
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
339
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
340
+ * assigned per-subject, which means it should be consistently used to identify the same
341
+ * subject across revisions of the document.
342
+ *
343
+ * The full name of the system.
344
+ *
345
+ * A short name for the system, such as an acronym, that is suitable for display in a data
346
+ * table or summary list.
347
+ *
348
+ * Describes a function performed for a given authorized privilege by this user class.
349
+ *
350
+ * A short common name, abbreviation, or acronym for the user.
351
+ *
352
+ * Indicates the value of the facet.
353
+ *
354
+ * The digest method by which a hash is derived.
355
+ *
356
+ * Indicates the type of phone number.
357
+ *
358
+ * The method used to determine the coverage value.
359
+ *
360
+ * A category describing the purpose of the component.
361
+ *
362
+ * Identifies how the observation was made.
363
+ */
364
+ export var PartyType;
365
+ (function (PartyType) {
366
+ PartyType["Organization"] = "organization";
367
+ PartyType["Person"] = "person";
368
+ })(PartyType || (PartyType = {}));
369
+ /**
370
+ * The unit of time for the period.
371
+ *
372
+ * A label that indicates the nature of a resource, as a data serialization or format.
373
+ *
374
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
375
+ * U+10, U+32 or [
376
+ * ]+
377
+ *
378
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
379
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
380
+ * encoded.
381
+ *
382
+ * Indicates the value of the attribute, characteristic, or quality.
383
+ *
384
+ * A formal (executable) expression of a constraint.
385
+ *
386
+ * A parameter value or set of values.
387
+ *
388
+ * A single line of an address.
389
+ *
390
+ * City, town or geographical region for the mailing address.
391
+ *
392
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
393
+ *
394
+ * Postal or ZIP code for mailing address.
395
+ *
396
+ * State, province or analogous geographical region for a mailing address.
397
+ *
398
+ * The OSCAL model version the document was authored against and will conform to as valid.
399
+ *
400
+ * The full name of the party. This is typically the legal name associated with the party.
401
+ *
402
+ * A short common name, abbreviation, or acronym for the party.
403
+ *
404
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
405
+ * future versions.
406
+ *
407
+ * A short common name, abbreviation, or acronym for the role.
408
+ *
409
+ * A reference to an identified subject that is of the specified type .
410
+ *
411
+ * A glob expression matching the IDs of one or more controls to be selected.
412
+ *
413
+ * The capability's human-readable name.
414
+ *
415
+ * The common name of the protocol, which should be the appropriate "service name" from the
416
+ * IANA Service Name and Transport Protocol Port Number Registry.
417
+ *
418
+ * A target-level of availability for the system, based on the sensitivity of information
419
+ * within the system.
420
+ *
421
+ * A target-level of confidentiality for the system, based on the sensitivity of information
422
+ * within the system.
423
+ *
424
+ * A target-level of integrity for the system, based on the sensitivity of information
425
+ * within the system.
426
+ *
427
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
428
+ *
429
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
430
+ *
431
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
432
+ *
433
+ * A human-oriented, globally unique identifier qualified by the given identification system
434
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
435
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
436
+ * assigned per-subject, which means it should be consistently used to identify the same
437
+ * subject across revisions of the document.
438
+ *
439
+ * The full name of the system.
440
+ *
441
+ * A short name for the system, such as an acronym, that is suitable for display in a data
442
+ * table or summary list.
443
+ *
444
+ * Describes a function performed for a given authorized privilege by this user class.
445
+ *
446
+ * A short common name, abbreviation, or acronym for the user.
447
+ *
448
+ * Indicates the value of the facet.
449
+ *
450
+ * The digest method by which a hash is derived.
451
+ *
452
+ * Indicates the type of phone number.
453
+ *
454
+ * The method used to determine the coverage value.
455
+ *
456
+ * A category describing the purpose of the component.
457
+ *
458
+ * Identifies how the observation was made.
459
+ */
460
+ export var TimeUnit;
461
+ (function (TimeUnit) {
462
+ TimeUnit["Days"] = "days";
463
+ TimeUnit["Hours"] = "hours";
464
+ TimeUnit["Minutes"] = "minutes";
465
+ TimeUnit["Months"] = "months";
466
+ TimeUnit["Seconds"] = "seconds";
467
+ TimeUnit["Years"] = "years";
468
+ })(TimeUnit || (TimeUnit = {}));
469
+ /**
470
+ * The kind of actor.
471
+ *
472
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
473
+ * the name that will be assigned to the file when the file is decoded.
474
+ *
475
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
476
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
477
+ *
478
+ * A textual label that provides a sub-type or characterization of the property's name.
479
+ *
480
+ * An identifier for relating distinct sets of properties.
481
+ *
482
+ * A textual label, within a namespace, that identifies a specific attribute,
483
+ * characteristic, or quality of the property's containing object.
484
+ *
485
+ * A textual label that provides a sub-type or characterization of the control.
486
+ *
487
+ * Identifies a control such that it can be referenced in the defining catalog and other
488
+ * OSCAL instances (e.g., profiles).
489
+ *
490
+ * A textual label that provides a characterization of the type, purpose, use or scope of
491
+ * the parameter.
492
+ *
493
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
494
+ * should not be used.
495
+ *
496
+ * A unique identifier for the parameter.
497
+ *
498
+ * An optional textual providing a sub-type or characterization of the part's name, or a
499
+ * category to which the part belongs.
500
+ *
501
+ * A unique identifier for the part.
502
+ *
503
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
504
+ * value space qualified by the ns.
505
+ *
506
+ * A textual label that provides a sub-type or characterization of the group.
507
+ *
508
+ * Identifies the group for the purpose of cross-linking within the defining instance or
509
+ * from other instances that reference the catalog.
510
+ *
511
+ * A reference to a role performed by a party.
512
+ *
513
+ * The type of action documented by the assembly, such as an approval.
514
+ *
515
+ * A unique identifier for the role.
516
+ *
517
+ * The relationship type for the mapping entry, which describes the relationship between the
518
+ * effective requirements of the specified source and target sets in the context of the
519
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
520
+ * the map. The relationship type and the matching-rationale must be used together. However,
521
+ * more than one matching-rationale method may apply to a source and target pair.
522
+ *
523
+ * Selecting a control by its ID given as a literal.
524
+ *
525
+ * Identifies the group.
526
+ *
527
+ * Target location of the addition.
528
+ *
529
+ * A reference to a control with a corresponding id value. When referencing an externally
530
+ * defined control, the Control Identifier Reference must be used in the context of the
531
+ * external / imported OSCAL instance (e.g., uri-reference).
532
+ *
533
+ * Identify items to remove by matching their class.
534
+ *
535
+ * Identify items to remove indicated by their id.
536
+ *
537
+ * Identify items remove by matching their assigned name.
538
+ *
539
+ * A textual label that provides a characterization of the parameter.
540
+ *
541
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
542
+ * and should not be used.
543
+ *
544
+ * An identifier for the parameter.
545
+ *
546
+ * A human-oriented identifier reference to a role performed.
547
+ *
548
+ * A human-oriented reference to a parameter within a control, who's catalog has been
549
+ * imported into the current implementation context.
550
+ *
551
+ * A human-oriented identifier reference to a control statement.
552
+ *
553
+ * Reference to a role by UUID.
554
+ *
555
+ * Points to an assessment objective.
556
+ *
557
+ * Used to constrain the selection to only specificity identified statements.
558
+ *
559
+ * A textual label that provides a sub-type or characterization of the part's name. This can
560
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
561
+ * the same control with the same name and ns.
562
+ *
563
+ * A point to the role-id of the role in which the party is making the log entry.
564
+ *
565
+ * For a party, this can optionally be used to specify the role the actor was performing.
566
+ *
567
+ * A machine-oriented identifier reference for a specific target qualified by the type.
568
+ *
569
+ * The name of the risk metric within the specified system.
570
+ *
571
+ * Describes the type of relationship provided by the link's hypertext reference. This can
572
+ * be an indicator of the link's purpose.
573
+ *
574
+ * Indicates the type of address.
575
+ *
576
+ * The semantic type of the resource.
577
+ *
578
+ * Identifies the implementation status of the control or control objective.
579
+ *
580
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
581
+ *
582
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
583
+ * or party represented by this selection statement.
584
+ *
585
+ * The type of task.
586
+ *
587
+ * A textual label that uniquely identifies the part's semantic type.
588
+ *
589
+ * The reason the objective was given it's status.
590
+ *
591
+ * Identifies the nature of the observation. More than one may be used to further qualify
592
+ * and enable filtering.
593
+ *
594
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
595
+ * actual plan accepted by the system owner.
596
+ *
597
+ * Describes the status of the associated risk.
598
+ */
599
+ export var ActorType;
600
+ (function (ActorType) {
601
+ ActorType["AssessmentPlatform"] = "assessment-platform";
602
+ ActorType["Party"] = "party";
603
+ ActorType["Tool"] = "tool";
604
+ })(ActorType || (ActorType = {}));
605
+ /**
606
+ * An indication as to whether the objective is satisfied or not.
607
+ *
608
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
609
+ * the name that will be assigned to the file when the file is decoded.
610
+ *
611
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
612
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
613
+ *
614
+ * A textual label that provides a sub-type or characterization of the property's name.
615
+ *
616
+ * An identifier for relating distinct sets of properties.
617
+ *
618
+ * A textual label, within a namespace, that identifies a specific attribute,
619
+ * characteristic, or quality of the property's containing object.
620
+ *
621
+ * A textual label that provides a sub-type or characterization of the control.
622
+ *
623
+ * Identifies a control such that it can be referenced in the defining catalog and other
624
+ * OSCAL instances (e.g., profiles).
625
+ *
626
+ * A textual label that provides a characterization of the type, purpose, use or scope of
627
+ * the parameter.
628
+ *
629
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
630
+ * should not be used.
631
+ *
632
+ * A unique identifier for the parameter.
633
+ *
634
+ * An optional textual providing a sub-type or characterization of the part's name, or a
635
+ * category to which the part belongs.
636
+ *
637
+ * A unique identifier for the part.
638
+ *
639
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
640
+ * value space qualified by the ns.
641
+ *
642
+ * A textual label that provides a sub-type or characterization of the group.
643
+ *
644
+ * Identifies the group for the purpose of cross-linking within the defining instance or
645
+ * from other instances that reference the catalog.
646
+ *
647
+ * A reference to a role performed by a party.
648
+ *
649
+ * The type of action documented by the assembly, such as an approval.
650
+ *
651
+ * A unique identifier for the role.
652
+ *
653
+ * The relationship type for the mapping entry, which describes the relationship between the
654
+ * effective requirements of the specified source and target sets in the context of the
655
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
656
+ * the map. The relationship type and the matching-rationale must be used together. However,
657
+ * more than one matching-rationale method may apply to a source and target pair.
658
+ *
659
+ * Selecting a control by its ID given as a literal.
660
+ *
661
+ * Identifies the group.
662
+ *
663
+ * Target location of the addition.
664
+ *
665
+ * A reference to a control with a corresponding id value. When referencing an externally
666
+ * defined control, the Control Identifier Reference must be used in the context of the
667
+ * external / imported OSCAL instance (e.g., uri-reference).
668
+ *
669
+ * Identify items to remove by matching their class.
670
+ *
671
+ * Identify items to remove indicated by their id.
672
+ *
673
+ * Identify items remove by matching their assigned name.
674
+ *
675
+ * A textual label that provides a characterization of the parameter.
676
+ *
677
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
678
+ * and should not be used.
679
+ *
680
+ * An identifier for the parameter.
681
+ *
682
+ * A human-oriented identifier reference to a role performed.
683
+ *
684
+ * A human-oriented reference to a parameter within a control, who's catalog has been
685
+ * imported into the current implementation context.
686
+ *
687
+ * A human-oriented identifier reference to a control statement.
688
+ *
689
+ * Reference to a role by UUID.
690
+ *
691
+ * Points to an assessment objective.
692
+ *
693
+ * Used to constrain the selection to only specificity identified statements.
694
+ *
695
+ * A textual label that provides a sub-type or characterization of the part's name. This can
696
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
697
+ * the same control with the same name and ns.
698
+ *
699
+ * A point to the role-id of the role in which the party is making the log entry.
700
+ *
701
+ * For a party, this can optionally be used to specify the role the actor was performing.
702
+ *
703
+ * A machine-oriented identifier reference for a specific target qualified by the type.
704
+ *
705
+ * The name of the risk metric within the specified system.
706
+ *
707
+ * Describes the type of relationship provided by the link's hypertext reference. This can
708
+ * be an indicator of the link's purpose.
709
+ *
710
+ * Indicates the type of address.
711
+ *
712
+ * The semantic type of the resource.
713
+ *
714
+ * Identifies the implementation status of the control or control objective.
715
+ *
716
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
717
+ *
718
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
719
+ * or party represented by this selection statement.
720
+ *
721
+ * The type of task.
722
+ *
723
+ * A textual label that uniquely identifies the part's semantic type.
724
+ *
725
+ * The reason the objective was given it's status.
726
+ *
727
+ * Identifies the nature of the observation. More than one may be used to further qualify
728
+ * and enable filtering.
729
+ *
730
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
731
+ * actual plan accepted by the system owner.
732
+ *
733
+ * Describes the status of the associated risk.
734
+ */
735
+ export var ObjectiveStatusState;
736
+ (function (ObjectiveStatusState) {
737
+ ObjectiveStatusState["NotSatisfied"] = "not-satisfied";
738
+ ObjectiveStatusState["Satisfied"] = "satisfied";
739
+ })(ObjectiveStatusState || (ObjectiveStatusState = {}));
740
+ /**
741
+ * Identifies the type of the target.
742
+ *
743
+ * A label that indicates the nature of a resource, as a data serialization or format.
744
+ *
745
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
746
+ * U+10, U+32 or [
747
+ * ]+
748
+ *
749
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
750
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
751
+ * encoded.
752
+ *
753
+ * Indicates the value of the attribute, characteristic, or quality.
754
+ *
755
+ * A formal (executable) expression of a constraint.
756
+ *
757
+ * A parameter value or set of values.
758
+ *
759
+ * A single line of an address.
760
+ *
761
+ * City, town or geographical region for the mailing address.
762
+ *
763
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
764
+ *
765
+ * Postal or ZIP code for mailing address.
766
+ *
767
+ * State, province or analogous geographical region for a mailing address.
768
+ *
769
+ * The OSCAL model version the document was authored against and will conform to as valid.
770
+ *
771
+ * The full name of the party. This is typically the legal name associated with the party.
772
+ *
773
+ * A short common name, abbreviation, or acronym for the party.
774
+ *
775
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
776
+ * future versions.
777
+ *
778
+ * A short common name, abbreviation, or acronym for the role.
779
+ *
780
+ * A reference to an identified subject that is of the specified type .
781
+ *
782
+ * A glob expression matching the IDs of one or more controls to be selected.
783
+ *
784
+ * The capability's human-readable name.
785
+ *
786
+ * The common name of the protocol, which should be the appropriate "service name" from the
787
+ * IANA Service Name and Transport Protocol Port Number Registry.
788
+ *
789
+ * A target-level of availability for the system, based on the sensitivity of information
790
+ * within the system.
791
+ *
792
+ * A target-level of confidentiality for the system, based on the sensitivity of information
793
+ * within the system.
794
+ *
795
+ * A target-level of integrity for the system, based on the sensitivity of information
796
+ * within the system.
797
+ *
798
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
799
+ *
800
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
801
+ *
802
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
803
+ *
804
+ * A human-oriented, globally unique identifier qualified by the given identification system
805
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
806
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
807
+ * assigned per-subject, which means it should be consistently used to identify the same
808
+ * subject across revisions of the document.
809
+ *
810
+ * The full name of the system.
811
+ *
812
+ * A short name for the system, such as an acronym, that is suitable for display in a data
813
+ * table or summary list.
814
+ *
815
+ * Describes a function performed for a given authorized privilege by this user class.
816
+ *
817
+ * A short common name, abbreviation, or acronym for the user.
818
+ *
819
+ * Indicates the value of the facet.
820
+ *
821
+ * The digest method by which a hash is derived.
822
+ *
823
+ * Indicates the type of phone number.
824
+ *
825
+ * The method used to determine the coverage value.
826
+ *
827
+ * A category describing the purpose of the component.
828
+ *
829
+ * Identifies how the observation was made.
830
+ */
831
+ export var FindingTargetType;
832
+ (function (FindingTargetType) {
833
+ FindingTargetType["ObjectiveID"] = "objective-id";
834
+ FindingTargetType["StatementID"] = "statement-id";
835
+ })(FindingTargetType || (FindingTargetType = {}));
836
+ /**
837
+ * Describes the number of selections that must occur. Without this setting, only one value
838
+ * should be assumed to be permitted.
839
+ *
840
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
841
+ * the name that will be assigned to the file when the file is decoded.
842
+ *
843
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
844
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
845
+ *
846
+ * A textual label that provides a sub-type or characterization of the property's name.
847
+ *
848
+ * An identifier for relating distinct sets of properties.
849
+ *
850
+ * A textual label, within a namespace, that identifies a specific attribute,
851
+ * characteristic, or quality of the property's containing object.
852
+ *
853
+ * A textual label that provides a sub-type or characterization of the control.
854
+ *
855
+ * Identifies a control such that it can be referenced in the defining catalog and other
856
+ * OSCAL instances (e.g., profiles).
857
+ *
858
+ * A textual label that provides a characterization of the type, purpose, use or scope of
859
+ * the parameter.
860
+ *
861
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
862
+ * should not be used.
863
+ *
864
+ * A unique identifier for the parameter.
865
+ *
866
+ * An optional textual providing a sub-type or characterization of the part's name, or a
867
+ * category to which the part belongs.
868
+ *
869
+ * A unique identifier for the part.
870
+ *
871
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
872
+ * value space qualified by the ns.
873
+ *
874
+ * A textual label that provides a sub-type or characterization of the group.
875
+ *
876
+ * Identifies the group for the purpose of cross-linking within the defining instance or
877
+ * from other instances that reference the catalog.
878
+ *
879
+ * A reference to a role performed by a party.
880
+ *
881
+ * The type of action documented by the assembly, such as an approval.
882
+ *
883
+ * A unique identifier for the role.
884
+ *
885
+ * The relationship type for the mapping entry, which describes the relationship between the
886
+ * effective requirements of the specified source and target sets in the context of the
887
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
888
+ * the map. The relationship type and the matching-rationale must be used together. However,
889
+ * more than one matching-rationale method may apply to a source and target pair.
890
+ *
891
+ * Selecting a control by its ID given as a literal.
892
+ *
893
+ * Identifies the group.
894
+ *
895
+ * Target location of the addition.
896
+ *
897
+ * A reference to a control with a corresponding id value. When referencing an externally
898
+ * defined control, the Control Identifier Reference must be used in the context of the
899
+ * external / imported OSCAL instance (e.g., uri-reference).
900
+ *
901
+ * Identify items to remove by matching their class.
902
+ *
903
+ * Identify items to remove indicated by their id.
904
+ *
905
+ * Identify items remove by matching their assigned name.
906
+ *
907
+ * A textual label that provides a characterization of the parameter.
908
+ *
909
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
910
+ * and should not be used.
911
+ *
912
+ * An identifier for the parameter.
913
+ *
914
+ * A human-oriented identifier reference to a role performed.
915
+ *
916
+ * A human-oriented reference to a parameter within a control, who's catalog has been
917
+ * imported into the current implementation context.
918
+ *
919
+ * A human-oriented identifier reference to a control statement.
920
+ *
921
+ * Reference to a role by UUID.
922
+ *
923
+ * Points to an assessment objective.
924
+ *
925
+ * Used to constrain the selection to only specificity identified statements.
926
+ *
927
+ * A textual label that provides a sub-type or characterization of the part's name. This can
928
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
929
+ * the same control with the same name and ns.
930
+ *
931
+ * A point to the role-id of the role in which the party is making the log entry.
932
+ *
933
+ * For a party, this can optionally be used to specify the role the actor was performing.
934
+ *
935
+ * A machine-oriented identifier reference for a specific target qualified by the type.
936
+ *
937
+ * The name of the risk metric within the specified system.
938
+ *
939
+ * Describes the type of relationship provided by the link's hypertext reference. This can
940
+ * be an indicator of the link's purpose.
941
+ *
942
+ * Indicates the type of address.
943
+ *
944
+ * The semantic type of the resource.
945
+ *
946
+ * Identifies the implementation status of the control or control objective.
947
+ *
948
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
949
+ *
950
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
951
+ * or party represented by this selection statement.
952
+ *
953
+ * The type of task.
954
+ *
955
+ * A textual label that uniquely identifies the part's semantic type.
956
+ *
957
+ * The reason the objective was given it's status.
958
+ *
959
+ * Identifies the nature of the observation. More than one may be used to further qualify
960
+ * and enable filtering.
961
+ *
962
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
963
+ * actual plan accepted by the system owner.
964
+ *
965
+ * Describes the status of the associated risk.
966
+ */
967
+ export var ParameterCardinality;
968
+ (function (ParameterCardinality) {
969
+ ParameterCardinality["One"] = "one";
970
+ ParameterCardinality["OneOrMore"] = "one-or-more";
971
+ })(ParameterCardinality || (ParameterCardinality = {}));
972
+ /**
973
+ * The method used for relating controls within the mapping. The supported methods are
974
+ * aligned with the NIST Interagency Report (IR) 8477, Section 4.3 Set Theory Relationship
975
+ * Mapping.
976
+ *
977
+ * A label that indicates the nature of a resource, as a data serialization or format.
978
+ *
979
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
980
+ * U+10, U+32 or [
981
+ * ]+
982
+ *
983
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
984
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
985
+ * encoded.
986
+ *
987
+ * Indicates the value of the attribute, characteristic, or quality.
988
+ *
989
+ * A formal (executable) expression of a constraint.
990
+ *
991
+ * A parameter value or set of values.
992
+ *
993
+ * A single line of an address.
994
+ *
995
+ * City, town or geographical region for the mailing address.
996
+ *
997
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
998
+ *
999
+ * Postal or ZIP code for mailing address.
1000
+ *
1001
+ * State, province or analogous geographical region for a mailing address.
1002
+ *
1003
+ * The OSCAL model version the document was authored against and will conform to as valid.
1004
+ *
1005
+ * The full name of the party. This is typically the legal name associated with the party.
1006
+ *
1007
+ * A short common name, abbreviation, or acronym for the party.
1008
+ *
1009
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
1010
+ * future versions.
1011
+ *
1012
+ * A short common name, abbreviation, or acronym for the role.
1013
+ *
1014
+ * A reference to an identified subject that is of the specified type .
1015
+ *
1016
+ * A glob expression matching the IDs of one or more controls to be selected.
1017
+ *
1018
+ * The capability's human-readable name.
1019
+ *
1020
+ * The common name of the protocol, which should be the appropriate "service name" from the
1021
+ * IANA Service Name and Transport Protocol Port Number Registry.
1022
+ *
1023
+ * A target-level of availability for the system, based on the sensitivity of information
1024
+ * within the system.
1025
+ *
1026
+ * A target-level of confidentiality for the system, based on the sensitivity of information
1027
+ * within the system.
1028
+ *
1029
+ * A target-level of integrity for the system, based on the sensitivity of information
1030
+ * within the system.
1031
+ *
1032
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
1033
+ *
1034
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
1035
+ *
1036
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
1037
+ *
1038
+ * A human-oriented, globally unique identifier qualified by the given identification system
1039
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
1040
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
1041
+ * assigned per-subject, which means it should be consistently used to identify the same
1042
+ * subject across revisions of the document.
1043
+ *
1044
+ * The full name of the system.
1045
+ *
1046
+ * A short name for the system, such as an acronym, that is suitable for display in a data
1047
+ * table or summary list.
1048
+ *
1049
+ * Describes a function performed for a given authorized privilege by this user class.
1050
+ *
1051
+ * A short common name, abbreviation, or acronym for the user.
1052
+ *
1053
+ * Indicates the value of the facet.
1054
+ *
1055
+ * The digest method by which a hash is derived.
1056
+ *
1057
+ * Indicates the type of phone number.
1058
+ *
1059
+ * The method used to determine the coverage value.
1060
+ *
1061
+ * A category describing the purpose of the component.
1062
+ *
1063
+ * Identifies how the observation was made.
1064
+ */
1065
+ export var Matching;
1066
+ (function (Matching) {
1067
+ Matching["Functional"] = "functional";
1068
+ Matching["Semantic"] = "semantic";
1069
+ Matching["Syntactic"] = "syntactic";
1070
+ })(Matching || (Matching = {}));
1071
+ /**
1072
+ * The category expresses the resolvable nature of the predicate.
1073
+ *
1074
+ * A label that indicates the nature of a resource, as a data serialization or format.
1075
+ *
1076
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
1077
+ * U+10, U+32 or [
1078
+ * ]+
1079
+ *
1080
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
1081
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
1082
+ * encoded.
1083
+ *
1084
+ * Indicates the value of the attribute, characteristic, or quality.
1085
+ *
1086
+ * A formal (executable) expression of a constraint.
1087
+ *
1088
+ * A parameter value or set of values.
1089
+ *
1090
+ * A single line of an address.
1091
+ *
1092
+ * City, town or geographical region for the mailing address.
1093
+ *
1094
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
1095
+ *
1096
+ * Postal or ZIP code for mailing address.
1097
+ *
1098
+ * State, province or analogous geographical region for a mailing address.
1099
+ *
1100
+ * The OSCAL model version the document was authored against and will conform to as valid.
1101
+ *
1102
+ * The full name of the party. This is typically the legal name associated with the party.
1103
+ *
1104
+ * A short common name, abbreviation, or acronym for the party.
1105
+ *
1106
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
1107
+ * future versions.
1108
+ *
1109
+ * A short common name, abbreviation, or acronym for the role.
1110
+ *
1111
+ * A reference to an identified subject that is of the specified type .
1112
+ *
1113
+ * A glob expression matching the IDs of one or more controls to be selected.
1114
+ *
1115
+ * The capability's human-readable name.
1116
+ *
1117
+ * The common name of the protocol, which should be the appropriate "service name" from the
1118
+ * IANA Service Name and Transport Protocol Port Number Registry.
1119
+ *
1120
+ * A target-level of availability for the system, based on the sensitivity of information
1121
+ * within the system.
1122
+ *
1123
+ * A target-level of confidentiality for the system, based on the sensitivity of information
1124
+ * within the system.
1125
+ *
1126
+ * A target-level of integrity for the system, based on the sensitivity of information
1127
+ * within the system.
1128
+ *
1129
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
1130
+ *
1131
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
1132
+ *
1133
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
1134
+ *
1135
+ * A human-oriented, globally unique identifier qualified by the given identification system
1136
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
1137
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
1138
+ * assigned per-subject, which means it should be consistently used to identify the same
1139
+ * subject across revisions of the document.
1140
+ *
1141
+ * The full name of the system.
1142
+ *
1143
+ * A short name for the system, such as an acronym, that is suitable for display in a data
1144
+ * table or summary list.
1145
+ *
1146
+ * Describes a function performed for a given authorized privilege by this user class.
1147
+ *
1148
+ * A short common name, abbreviation, or acronym for the user.
1149
+ *
1150
+ * Indicates the value of the facet.
1151
+ *
1152
+ * The digest method by which a hash is derived.
1153
+ *
1154
+ * Indicates the type of phone number.
1155
+ *
1156
+ * The method used to determine the coverage value.
1157
+ *
1158
+ * A category describing the purpose of the component.
1159
+ *
1160
+ * Identifies how the observation was made.
1161
+ */
1162
+ export var Category;
1163
+ (function (Category) {
1164
+ Category["Addressable"] = "addressable";
1165
+ Category["Blocked"] = "blocked";
1166
+ Category["Restricted"] = "restricted";
1167
+ })(Category || (Category = {}));
1168
+ /**
1169
+ * The predicate describes how the qualifer applies to the subject.
1170
+ *
1171
+ * A label that indicates the nature of a resource, as a data serialization or format.
1172
+ *
1173
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
1174
+ * U+10, U+32 or [
1175
+ * ]+
1176
+ *
1177
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
1178
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
1179
+ * encoded.
1180
+ *
1181
+ * Indicates the value of the attribute, characteristic, or quality.
1182
+ *
1183
+ * A formal (executable) expression of a constraint.
1184
+ *
1185
+ * A parameter value or set of values.
1186
+ *
1187
+ * A single line of an address.
1188
+ *
1189
+ * City, town or geographical region for the mailing address.
1190
+ *
1191
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
1192
+ *
1193
+ * Postal or ZIP code for mailing address.
1194
+ *
1195
+ * State, province or analogous geographical region for a mailing address.
1196
+ *
1197
+ * The OSCAL model version the document was authored against and will conform to as valid.
1198
+ *
1199
+ * The full name of the party. This is typically the legal name associated with the party.
1200
+ *
1201
+ * A short common name, abbreviation, or acronym for the party.
1202
+ *
1203
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
1204
+ * future versions.
1205
+ *
1206
+ * A short common name, abbreviation, or acronym for the role.
1207
+ *
1208
+ * A reference to an identified subject that is of the specified type .
1209
+ *
1210
+ * A glob expression matching the IDs of one or more controls to be selected.
1211
+ *
1212
+ * The capability's human-readable name.
1213
+ *
1214
+ * The common name of the protocol, which should be the appropriate "service name" from the
1215
+ * IANA Service Name and Transport Protocol Port Number Registry.
1216
+ *
1217
+ * A target-level of availability for the system, based on the sensitivity of information
1218
+ * within the system.
1219
+ *
1220
+ * A target-level of confidentiality for the system, based on the sensitivity of information
1221
+ * within the system.
1222
+ *
1223
+ * A target-level of integrity for the system, based on the sensitivity of information
1224
+ * within the system.
1225
+ *
1226
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
1227
+ *
1228
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
1229
+ *
1230
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
1231
+ *
1232
+ * A human-oriented, globally unique identifier qualified by the given identification system
1233
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
1234
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
1235
+ * assigned per-subject, which means it should be consistently used to identify the same
1236
+ * subject across revisions of the document.
1237
+ *
1238
+ * The full name of the system.
1239
+ *
1240
+ * A short name for the system, such as an acronym, that is suitable for display in a data
1241
+ * table or summary list.
1242
+ *
1243
+ * Describes a function performed for a given authorized privilege by this user class.
1244
+ *
1245
+ * A short common name, abbreviation, or acronym for the user.
1246
+ *
1247
+ * Indicates the value of the facet.
1248
+ *
1249
+ * The digest method by which a hash is derived.
1250
+ *
1251
+ * Indicates the type of phone number.
1252
+ *
1253
+ * The method used to determine the coverage value.
1254
+ *
1255
+ * A category describing the purpose of the component.
1256
+ *
1257
+ * Identifies how the observation was made.
1258
+ */
1259
+ export var Predicate;
1260
+ (function (Predicate) {
1261
+ Predicate["HasIncompatibility"] = "has-incompatibility";
1262
+ Predicate["HasRequirement"] = "has-requirement";
1263
+ })(Predicate || (Predicate = {}));
1264
+ /**
1265
+ * The focus of the qualifier.
1266
+ *
1267
+ * A label that indicates the nature of a resource, as a data serialization or format.
1268
+ *
1269
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
1270
+ * U+10, U+32 or [
1271
+ * ]+
1272
+ *
1273
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
1274
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
1275
+ * encoded.
1276
+ *
1277
+ * Indicates the value of the attribute, characteristic, or quality.
1278
+ *
1279
+ * A formal (executable) expression of a constraint.
1280
+ *
1281
+ * A parameter value or set of values.
1282
+ *
1283
+ * A single line of an address.
1284
+ *
1285
+ * City, town or geographical region for the mailing address.
1286
+ *
1287
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
1288
+ *
1289
+ * Postal or ZIP code for mailing address.
1290
+ *
1291
+ * State, province or analogous geographical region for a mailing address.
1292
+ *
1293
+ * The OSCAL model version the document was authored against and will conform to as valid.
1294
+ *
1295
+ * The full name of the party. This is typically the legal name associated with the party.
1296
+ *
1297
+ * A short common name, abbreviation, or acronym for the party.
1298
+ *
1299
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
1300
+ * future versions.
1301
+ *
1302
+ * A short common name, abbreviation, or acronym for the role.
1303
+ *
1304
+ * A reference to an identified subject that is of the specified type .
1305
+ *
1306
+ * A glob expression matching the IDs of one or more controls to be selected.
1307
+ *
1308
+ * The capability's human-readable name.
1309
+ *
1310
+ * The common name of the protocol, which should be the appropriate "service name" from the
1311
+ * IANA Service Name and Transport Protocol Port Number Registry.
1312
+ *
1313
+ * A target-level of availability for the system, based on the sensitivity of information
1314
+ * within the system.
1315
+ *
1316
+ * A target-level of confidentiality for the system, based on the sensitivity of information
1317
+ * within the system.
1318
+ *
1319
+ * A target-level of integrity for the system, based on the sensitivity of information
1320
+ * within the system.
1321
+ *
1322
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
1323
+ *
1324
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
1325
+ *
1326
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
1327
+ *
1328
+ * A human-oriented, globally unique identifier qualified by the given identification system
1329
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
1330
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
1331
+ * assigned per-subject, which means it should be consistently used to identify the same
1332
+ * subject across revisions of the document.
1333
+ *
1334
+ * The full name of the system.
1335
+ *
1336
+ * A short name for the system, such as an acronym, that is suitable for display in a data
1337
+ * table or summary list.
1338
+ *
1339
+ * Describes a function performed for a given authorized privilege by this user class.
1340
+ *
1341
+ * A short common name, abbreviation, or acronym for the user.
1342
+ *
1343
+ * Indicates the value of the facet.
1344
+ *
1345
+ * The digest method by which a hash is derived.
1346
+ *
1347
+ * Indicates the type of phone number.
1348
+ *
1349
+ * The method used to determine the coverage value.
1350
+ *
1351
+ * A category describing the purpose of the component.
1352
+ *
1353
+ * Identifies how the observation was made.
1354
+ */
1355
+ export var Subject;
1356
+ (function (Subject) {
1357
+ Subject["Both"] = "both";
1358
+ Subject["Source"] = "source";
1359
+ Subject["Component"] = "target";
1360
+ })(Subject || (Subject = {}));
1361
+ /**
1362
+ * The semantic type of the subject.
1363
+ *
1364
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
1365
+ * the name that will be assigned to the file when the file is decoded.
1366
+ *
1367
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
1368
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
1369
+ *
1370
+ * A textual label that provides a sub-type or characterization of the property's name.
1371
+ *
1372
+ * An identifier for relating distinct sets of properties.
1373
+ *
1374
+ * A textual label, within a namespace, that identifies a specific attribute,
1375
+ * characteristic, or quality of the property's containing object.
1376
+ *
1377
+ * A textual label that provides a sub-type or characterization of the control.
1378
+ *
1379
+ * Identifies a control such that it can be referenced in the defining catalog and other
1380
+ * OSCAL instances (e.g., profiles).
1381
+ *
1382
+ * A textual label that provides a characterization of the type, purpose, use or scope of
1383
+ * the parameter.
1384
+ *
1385
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
1386
+ * should not be used.
1387
+ *
1388
+ * A unique identifier for the parameter.
1389
+ *
1390
+ * An optional textual providing a sub-type or characterization of the part's name, or a
1391
+ * category to which the part belongs.
1392
+ *
1393
+ * A unique identifier for the part.
1394
+ *
1395
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
1396
+ * value space qualified by the ns.
1397
+ *
1398
+ * A textual label that provides a sub-type or characterization of the group.
1399
+ *
1400
+ * Identifies the group for the purpose of cross-linking within the defining instance or
1401
+ * from other instances that reference the catalog.
1402
+ *
1403
+ * A reference to a role performed by a party.
1404
+ *
1405
+ * The type of action documented by the assembly, such as an approval.
1406
+ *
1407
+ * A unique identifier for the role.
1408
+ *
1409
+ * The relationship type for the mapping entry, which describes the relationship between the
1410
+ * effective requirements of the specified source and target sets in the context of the
1411
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
1412
+ * the map. The relationship type and the matching-rationale must be used together. However,
1413
+ * more than one matching-rationale method may apply to a source and target pair.
1414
+ *
1415
+ * Selecting a control by its ID given as a literal.
1416
+ *
1417
+ * Identifies the group.
1418
+ *
1419
+ * Target location of the addition.
1420
+ *
1421
+ * A reference to a control with a corresponding id value. When referencing an externally
1422
+ * defined control, the Control Identifier Reference must be used in the context of the
1423
+ * external / imported OSCAL instance (e.g., uri-reference).
1424
+ *
1425
+ * Identify items to remove by matching their class.
1426
+ *
1427
+ * Identify items to remove indicated by their id.
1428
+ *
1429
+ * Identify items remove by matching their assigned name.
1430
+ *
1431
+ * A textual label that provides a characterization of the parameter.
1432
+ *
1433
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
1434
+ * and should not be used.
1435
+ *
1436
+ * An identifier for the parameter.
1437
+ *
1438
+ * A human-oriented identifier reference to a role performed.
1439
+ *
1440
+ * A human-oriented reference to a parameter within a control, who's catalog has been
1441
+ * imported into the current implementation context.
1442
+ *
1443
+ * A human-oriented identifier reference to a control statement.
1444
+ *
1445
+ * Reference to a role by UUID.
1446
+ *
1447
+ * Points to an assessment objective.
1448
+ *
1449
+ * Used to constrain the selection to only specificity identified statements.
1450
+ *
1451
+ * A textual label that provides a sub-type or characterization of the part's name. This can
1452
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
1453
+ * the same control with the same name and ns.
1454
+ *
1455
+ * A point to the role-id of the role in which the party is making the log entry.
1456
+ *
1457
+ * For a party, this can optionally be used to specify the role the actor was performing.
1458
+ *
1459
+ * A machine-oriented identifier reference for a specific target qualified by the type.
1460
+ *
1461
+ * The name of the risk metric within the specified system.
1462
+ *
1463
+ * Describes the type of relationship provided by the link's hypertext reference. This can
1464
+ * be an indicator of the link's purpose.
1465
+ *
1466
+ * Indicates the type of address.
1467
+ *
1468
+ * The semantic type of the resource.
1469
+ *
1470
+ * Identifies the implementation status of the control or control objective.
1471
+ *
1472
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
1473
+ *
1474
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
1475
+ * or party represented by this selection statement.
1476
+ *
1477
+ * The type of task.
1478
+ *
1479
+ * A textual label that uniquely identifies the part's semantic type.
1480
+ *
1481
+ * The reason the objective was given it's status.
1482
+ *
1483
+ * Identifies the nature of the observation. More than one may be used to further qualify
1484
+ * and enable filtering.
1485
+ *
1486
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
1487
+ * actual plan accepted by the system owner.
1488
+ *
1489
+ * Describes the status of the associated risk.
1490
+ */
1491
+ export var SubjectType;
1492
+ (function (SubjectType) {
1493
+ SubjectType["Control"] = "control";
1494
+ SubjectType["Statement"] = "statement";
1495
+ })(SubjectType || (SubjectType = {}));
1496
+ /**
1497
+ * The method used to complete the overall mapping.
1498
+ *
1499
+ * A label that indicates the nature of a resource, as a data serialization or format.
1500
+ *
1501
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
1502
+ * U+10, U+32 or [
1503
+ * ]+
1504
+ *
1505
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
1506
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
1507
+ * encoded.
1508
+ *
1509
+ * Indicates the value of the attribute, characteristic, or quality.
1510
+ *
1511
+ * A formal (executable) expression of a constraint.
1512
+ *
1513
+ * A parameter value or set of values.
1514
+ *
1515
+ * A single line of an address.
1516
+ *
1517
+ * City, town or geographical region for the mailing address.
1518
+ *
1519
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
1520
+ *
1521
+ * Postal or ZIP code for mailing address.
1522
+ *
1523
+ * State, province or analogous geographical region for a mailing address.
1524
+ *
1525
+ * The OSCAL model version the document was authored against and will conform to as valid.
1526
+ *
1527
+ * The full name of the party. This is typically the legal name associated with the party.
1528
+ *
1529
+ * A short common name, abbreviation, or acronym for the party.
1530
+ *
1531
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
1532
+ * future versions.
1533
+ *
1534
+ * A short common name, abbreviation, or acronym for the role.
1535
+ *
1536
+ * A reference to an identified subject that is of the specified type .
1537
+ *
1538
+ * A glob expression matching the IDs of one or more controls to be selected.
1539
+ *
1540
+ * The capability's human-readable name.
1541
+ *
1542
+ * The common name of the protocol, which should be the appropriate "service name" from the
1543
+ * IANA Service Name and Transport Protocol Port Number Registry.
1544
+ *
1545
+ * A target-level of availability for the system, based on the sensitivity of information
1546
+ * within the system.
1547
+ *
1548
+ * A target-level of confidentiality for the system, based on the sensitivity of information
1549
+ * within the system.
1550
+ *
1551
+ * A target-level of integrity for the system, based on the sensitivity of information
1552
+ * within the system.
1553
+ *
1554
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
1555
+ *
1556
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
1557
+ *
1558
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
1559
+ *
1560
+ * A human-oriented, globally unique identifier qualified by the given identification system
1561
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
1562
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
1563
+ * assigned per-subject, which means it should be consistently used to identify the same
1564
+ * subject across revisions of the document.
1565
+ *
1566
+ * The full name of the system.
1567
+ *
1568
+ * A short name for the system, such as an acronym, that is suitable for display in a data
1569
+ * table or summary list.
1570
+ *
1571
+ * Describes a function performed for a given authorized privilege by this user class.
1572
+ *
1573
+ * A short common name, abbreviation, or acronym for the user.
1574
+ *
1575
+ * Indicates the value of the facet.
1576
+ *
1577
+ * The digest method by which a hash is derived.
1578
+ *
1579
+ * Indicates the type of phone number.
1580
+ *
1581
+ * The method used to determine the coverage value.
1582
+ *
1583
+ * A category describing the purpose of the component.
1584
+ *
1585
+ * Identifies how the observation was made.
1586
+ */
1587
+ export var Method;
1588
+ (function (Method) {
1589
+ Method["Automation"] = "automation";
1590
+ Method["Human"] = "human";
1591
+ Method["Hybrid"] = "hybrid";
1592
+ })(Method || (Method = {}));
1593
+ /**
1594
+ * When a control is included, whether its child (dependent) controls are also included.
1595
+ *
1596
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
1597
+ * the name that will be assigned to the file when the file is decoded.
1598
+ *
1599
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
1600
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
1601
+ *
1602
+ * A textual label that provides a sub-type or characterization of the property's name.
1603
+ *
1604
+ * An identifier for relating distinct sets of properties.
1605
+ *
1606
+ * A textual label, within a namespace, that identifies a specific attribute,
1607
+ * characteristic, or quality of the property's containing object.
1608
+ *
1609
+ * A textual label that provides a sub-type or characterization of the control.
1610
+ *
1611
+ * Identifies a control such that it can be referenced in the defining catalog and other
1612
+ * OSCAL instances (e.g., profiles).
1613
+ *
1614
+ * A textual label that provides a characterization of the type, purpose, use or scope of
1615
+ * the parameter.
1616
+ *
1617
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
1618
+ * should not be used.
1619
+ *
1620
+ * A unique identifier for the parameter.
1621
+ *
1622
+ * An optional textual providing a sub-type or characterization of the part's name, or a
1623
+ * category to which the part belongs.
1624
+ *
1625
+ * A unique identifier for the part.
1626
+ *
1627
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
1628
+ * value space qualified by the ns.
1629
+ *
1630
+ * A textual label that provides a sub-type or characterization of the group.
1631
+ *
1632
+ * Identifies the group for the purpose of cross-linking within the defining instance or
1633
+ * from other instances that reference the catalog.
1634
+ *
1635
+ * A reference to a role performed by a party.
1636
+ *
1637
+ * The type of action documented by the assembly, such as an approval.
1638
+ *
1639
+ * A unique identifier for the role.
1640
+ *
1641
+ * The relationship type for the mapping entry, which describes the relationship between the
1642
+ * effective requirements of the specified source and target sets in the context of the
1643
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
1644
+ * the map. The relationship type and the matching-rationale must be used together. However,
1645
+ * more than one matching-rationale method may apply to a source and target pair.
1646
+ *
1647
+ * Selecting a control by its ID given as a literal.
1648
+ *
1649
+ * Identifies the group.
1650
+ *
1651
+ * Target location of the addition.
1652
+ *
1653
+ * A reference to a control with a corresponding id value. When referencing an externally
1654
+ * defined control, the Control Identifier Reference must be used in the context of the
1655
+ * external / imported OSCAL instance (e.g., uri-reference).
1656
+ *
1657
+ * Identify items to remove by matching their class.
1658
+ *
1659
+ * Identify items to remove indicated by their id.
1660
+ *
1661
+ * Identify items remove by matching their assigned name.
1662
+ *
1663
+ * A textual label that provides a characterization of the parameter.
1664
+ *
1665
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
1666
+ * and should not be used.
1667
+ *
1668
+ * An identifier for the parameter.
1669
+ *
1670
+ * A human-oriented identifier reference to a role performed.
1671
+ *
1672
+ * A human-oriented reference to a parameter within a control, who's catalog has been
1673
+ * imported into the current implementation context.
1674
+ *
1675
+ * A human-oriented identifier reference to a control statement.
1676
+ *
1677
+ * Reference to a role by UUID.
1678
+ *
1679
+ * Points to an assessment objective.
1680
+ *
1681
+ * Used to constrain the selection to only specificity identified statements.
1682
+ *
1683
+ * A textual label that provides a sub-type or characterization of the part's name. This can
1684
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
1685
+ * the same control with the same name and ns.
1686
+ *
1687
+ * A point to the role-id of the role in which the party is making the log entry.
1688
+ *
1689
+ * For a party, this can optionally be used to specify the role the actor was performing.
1690
+ *
1691
+ * A machine-oriented identifier reference for a specific target qualified by the type.
1692
+ *
1693
+ * The name of the risk metric within the specified system.
1694
+ *
1695
+ * Describes the type of relationship provided by the link's hypertext reference. This can
1696
+ * be an indicator of the link's purpose.
1697
+ *
1698
+ * Indicates the type of address.
1699
+ *
1700
+ * The semantic type of the resource.
1701
+ *
1702
+ * Identifies the implementation status of the control or control objective.
1703
+ *
1704
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
1705
+ *
1706
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
1707
+ * or party represented by this selection statement.
1708
+ *
1709
+ * The type of task.
1710
+ *
1711
+ * A textual label that uniquely identifies the part's semantic type.
1712
+ *
1713
+ * The reason the objective was given it's status.
1714
+ *
1715
+ * Identifies the nature of the observation. More than one may be used to further qualify
1716
+ * and enable filtering.
1717
+ *
1718
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
1719
+ * actual plan accepted by the system owner.
1720
+ *
1721
+ * Describes the status of the associated risk.
1722
+ */
1723
+ export var IncludeContainedControlsWithControl;
1724
+ (function (IncludeContainedControlsWithControl) {
1725
+ IncludeContainedControlsWithControl["No"] = "no";
1726
+ IncludeContainedControlsWithControl["Yes"] = "yes";
1727
+ })(IncludeContainedControlsWithControl || (IncludeContainedControlsWithControl = {}));
1728
+ /**
1729
+ * The current status of this mapping document.
1730
+ *
1731
+ * A label that indicates the nature of a resource, as a data serialization or format.
1732
+ *
1733
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
1734
+ * U+10, U+32 or [
1735
+ * ]+
1736
+ *
1737
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
1738
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
1739
+ * encoded.
1740
+ *
1741
+ * Indicates the value of the attribute, characteristic, or quality.
1742
+ *
1743
+ * A formal (executable) expression of a constraint.
1744
+ *
1745
+ * A parameter value or set of values.
1746
+ *
1747
+ * A single line of an address.
1748
+ *
1749
+ * City, town or geographical region for the mailing address.
1750
+ *
1751
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
1752
+ *
1753
+ * Postal or ZIP code for mailing address.
1754
+ *
1755
+ * State, province or analogous geographical region for a mailing address.
1756
+ *
1757
+ * The OSCAL model version the document was authored against and will conform to as valid.
1758
+ *
1759
+ * The full name of the party. This is typically the legal name associated with the party.
1760
+ *
1761
+ * A short common name, abbreviation, or acronym for the party.
1762
+ *
1763
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
1764
+ * future versions.
1765
+ *
1766
+ * A short common name, abbreviation, or acronym for the role.
1767
+ *
1768
+ * A reference to an identified subject that is of the specified type .
1769
+ *
1770
+ * A glob expression matching the IDs of one or more controls to be selected.
1771
+ *
1772
+ * The capability's human-readable name.
1773
+ *
1774
+ * The common name of the protocol, which should be the appropriate "service name" from the
1775
+ * IANA Service Name and Transport Protocol Port Number Registry.
1776
+ *
1777
+ * A target-level of availability for the system, based on the sensitivity of information
1778
+ * within the system.
1779
+ *
1780
+ * A target-level of confidentiality for the system, based on the sensitivity of information
1781
+ * within the system.
1782
+ *
1783
+ * A target-level of integrity for the system, based on the sensitivity of information
1784
+ * within the system.
1785
+ *
1786
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
1787
+ *
1788
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
1789
+ *
1790
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
1791
+ *
1792
+ * A human-oriented, globally unique identifier qualified by the given identification system
1793
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
1794
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
1795
+ * assigned per-subject, which means it should be consistently used to identify the same
1796
+ * subject across revisions of the document.
1797
+ *
1798
+ * The full name of the system.
1799
+ *
1800
+ * A short name for the system, such as an acronym, that is suitable for display in a data
1801
+ * table or summary list.
1802
+ *
1803
+ * Describes a function performed for a given authorized privilege by this user class.
1804
+ *
1805
+ * A short common name, abbreviation, or acronym for the user.
1806
+ *
1807
+ * Indicates the value of the facet.
1808
+ *
1809
+ * The digest method by which a hash is derived.
1810
+ *
1811
+ * Indicates the type of phone number.
1812
+ *
1813
+ * The method used to determine the coverage value.
1814
+ *
1815
+ * A category describing the purpose of the component.
1816
+ *
1817
+ * Identifies how the observation was made.
1818
+ */
1819
+ export var StatusEnum;
1820
+ (function (StatusEnum) {
1821
+ StatusEnum["Complete"] = "complete";
1822
+ StatusEnum["Deprecated"] = "deprecated";
1823
+ StatusEnum["Draft"] = "draft";
1824
+ StatusEnum["NotComplete"] = "not-complete";
1825
+ StatusEnum["Superseded"] = "superseded";
1826
+ })(StatusEnum || (StatusEnum = {}));
1827
+ /**
1828
+ * A designation of how a selection of controls in a profile is to be ordered.
1829
+ *
1830
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
1831
+ * the name that will be assigned to the file when the file is decoded.
1832
+ *
1833
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
1834
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
1835
+ *
1836
+ * A textual label that provides a sub-type or characterization of the property's name.
1837
+ *
1838
+ * An identifier for relating distinct sets of properties.
1839
+ *
1840
+ * A textual label, within a namespace, that identifies a specific attribute,
1841
+ * characteristic, or quality of the property's containing object.
1842
+ *
1843
+ * A textual label that provides a sub-type or characterization of the control.
1844
+ *
1845
+ * Identifies a control such that it can be referenced in the defining catalog and other
1846
+ * OSCAL instances (e.g., profiles).
1847
+ *
1848
+ * A textual label that provides a characterization of the type, purpose, use or scope of
1849
+ * the parameter.
1850
+ *
1851
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
1852
+ * should not be used.
1853
+ *
1854
+ * A unique identifier for the parameter.
1855
+ *
1856
+ * An optional textual providing a sub-type or characterization of the part's name, or a
1857
+ * category to which the part belongs.
1858
+ *
1859
+ * A unique identifier for the part.
1860
+ *
1861
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
1862
+ * value space qualified by the ns.
1863
+ *
1864
+ * A textual label that provides a sub-type or characterization of the group.
1865
+ *
1866
+ * Identifies the group for the purpose of cross-linking within the defining instance or
1867
+ * from other instances that reference the catalog.
1868
+ *
1869
+ * A reference to a role performed by a party.
1870
+ *
1871
+ * The type of action documented by the assembly, such as an approval.
1872
+ *
1873
+ * A unique identifier for the role.
1874
+ *
1875
+ * The relationship type for the mapping entry, which describes the relationship between the
1876
+ * effective requirements of the specified source and target sets in the context of the
1877
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
1878
+ * the map. The relationship type and the matching-rationale must be used together. However,
1879
+ * more than one matching-rationale method may apply to a source and target pair.
1880
+ *
1881
+ * Selecting a control by its ID given as a literal.
1882
+ *
1883
+ * Identifies the group.
1884
+ *
1885
+ * Target location of the addition.
1886
+ *
1887
+ * A reference to a control with a corresponding id value. When referencing an externally
1888
+ * defined control, the Control Identifier Reference must be used in the context of the
1889
+ * external / imported OSCAL instance (e.g., uri-reference).
1890
+ *
1891
+ * Identify items to remove by matching their class.
1892
+ *
1893
+ * Identify items to remove indicated by their id.
1894
+ *
1895
+ * Identify items remove by matching their assigned name.
1896
+ *
1897
+ * A textual label that provides a characterization of the parameter.
1898
+ *
1899
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
1900
+ * and should not be used.
1901
+ *
1902
+ * An identifier for the parameter.
1903
+ *
1904
+ * A human-oriented identifier reference to a role performed.
1905
+ *
1906
+ * A human-oriented reference to a parameter within a control, who's catalog has been
1907
+ * imported into the current implementation context.
1908
+ *
1909
+ * A human-oriented identifier reference to a control statement.
1910
+ *
1911
+ * Reference to a role by UUID.
1912
+ *
1913
+ * Points to an assessment objective.
1914
+ *
1915
+ * Used to constrain the selection to only specificity identified statements.
1916
+ *
1917
+ * A textual label that provides a sub-type or characterization of the part's name. This can
1918
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
1919
+ * the same control with the same name and ns.
1920
+ *
1921
+ * A point to the role-id of the role in which the party is making the log entry.
1922
+ *
1923
+ * For a party, this can optionally be used to specify the role the actor was performing.
1924
+ *
1925
+ * A machine-oriented identifier reference for a specific target qualified by the type.
1926
+ *
1927
+ * The name of the risk metric within the specified system.
1928
+ *
1929
+ * Describes the type of relationship provided by the link's hypertext reference. This can
1930
+ * be an indicator of the link's purpose.
1931
+ *
1932
+ * Indicates the type of address.
1933
+ *
1934
+ * The semantic type of the resource.
1935
+ *
1936
+ * Identifies the implementation status of the control or control objective.
1937
+ *
1938
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
1939
+ *
1940
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
1941
+ * or party represented by this selection statement.
1942
+ *
1943
+ * The type of task.
1944
+ *
1945
+ * A textual label that uniquely identifies the part's semantic type.
1946
+ *
1947
+ * The reason the objective was given it's status.
1948
+ *
1949
+ * Identifies the nature of the observation. More than one may be used to further qualify
1950
+ * and enable filtering.
1951
+ *
1952
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
1953
+ * actual plan accepted by the system owner.
1954
+ *
1955
+ * Describes the status of the associated risk.
1956
+ */
1957
+ export var Order;
1958
+ (function (Order) {
1959
+ Order["Ascending"] = "ascending";
1960
+ Order["Descending"] = "descending";
1961
+ Order["Keep"] = "keep";
1962
+ })(Order || (Order = {}));
1963
+ /**
1964
+ * Where to add the new content with respect to the targeted element (beside it or inside
1965
+ * it).
1966
+ *
1967
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
1968
+ * the name that will be assigned to the file when the file is decoded.
1969
+ *
1970
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
1971
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
1972
+ *
1973
+ * A textual label that provides a sub-type or characterization of the property's name.
1974
+ *
1975
+ * An identifier for relating distinct sets of properties.
1976
+ *
1977
+ * A textual label, within a namespace, that identifies a specific attribute,
1978
+ * characteristic, or quality of the property's containing object.
1979
+ *
1980
+ * A textual label that provides a sub-type or characterization of the control.
1981
+ *
1982
+ * Identifies a control such that it can be referenced in the defining catalog and other
1983
+ * OSCAL instances (e.g., profiles).
1984
+ *
1985
+ * A textual label that provides a characterization of the type, purpose, use or scope of
1986
+ * the parameter.
1987
+ *
1988
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
1989
+ * should not be used.
1990
+ *
1991
+ * A unique identifier for the parameter.
1992
+ *
1993
+ * An optional textual providing a sub-type or characterization of the part's name, or a
1994
+ * category to which the part belongs.
1995
+ *
1996
+ * A unique identifier for the part.
1997
+ *
1998
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
1999
+ * value space qualified by the ns.
2000
+ *
2001
+ * A textual label that provides a sub-type or characterization of the group.
2002
+ *
2003
+ * Identifies the group for the purpose of cross-linking within the defining instance or
2004
+ * from other instances that reference the catalog.
2005
+ *
2006
+ * A reference to a role performed by a party.
2007
+ *
2008
+ * The type of action documented by the assembly, such as an approval.
2009
+ *
2010
+ * A unique identifier for the role.
2011
+ *
2012
+ * The relationship type for the mapping entry, which describes the relationship between the
2013
+ * effective requirements of the specified source and target sets in the context of the
2014
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
2015
+ * the map. The relationship type and the matching-rationale must be used together. However,
2016
+ * more than one matching-rationale method may apply to a source and target pair.
2017
+ *
2018
+ * Selecting a control by its ID given as a literal.
2019
+ *
2020
+ * Identifies the group.
2021
+ *
2022
+ * Target location of the addition.
2023
+ *
2024
+ * A reference to a control with a corresponding id value. When referencing an externally
2025
+ * defined control, the Control Identifier Reference must be used in the context of the
2026
+ * external / imported OSCAL instance (e.g., uri-reference).
2027
+ *
2028
+ * Identify items to remove by matching their class.
2029
+ *
2030
+ * Identify items to remove indicated by their id.
2031
+ *
2032
+ * Identify items remove by matching their assigned name.
2033
+ *
2034
+ * A textual label that provides a characterization of the parameter.
2035
+ *
2036
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
2037
+ * and should not be used.
2038
+ *
2039
+ * An identifier for the parameter.
2040
+ *
2041
+ * A human-oriented identifier reference to a role performed.
2042
+ *
2043
+ * A human-oriented reference to a parameter within a control, who's catalog has been
2044
+ * imported into the current implementation context.
2045
+ *
2046
+ * A human-oriented identifier reference to a control statement.
2047
+ *
2048
+ * Reference to a role by UUID.
2049
+ *
2050
+ * Points to an assessment objective.
2051
+ *
2052
+ * Used to constrain the selection to only specificity identified statements.
2053
+ *
2054
+ * A textual label that provides a sub-type or characterization of the part's name. This can
2055
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
2056
+ * the same control with the same name and ns.
2057
+ *
2058
+ * A point to the role-id of the role in which the party is making the log entry.
2059
+ *
2060
+ * For a party, this can optionally be used to specify the role the actor was performing.
2061
+ *
2062
+ * A machine-oriented identifier reference for a specific target qualified by the type.
2063
+ *
2064
+ * The name of the risk metric within the specified system.
2065
+ *
2066
+ * Describes the type of relationship provided by the link's hypertext reference. This can
2067
+ * be an indicator of the link's purpose.
2068
+ *
2069
+ * Indicates the type of address.
2070
+ *
2071
+ * The semantic type of the resource.
2072
+ *
2073
+ * Identifies the implementation status of the control or control objective.
2074
+ *
2075
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
2076
+ *
2077
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
2078
+ * or party represented by this selection statement.
2079
+ *
2080
+ * The type of task.
2081
+ *
2082
+ * A textual label that uniquely identifies the part's semantic type.
2083
+ *
2084
+ * The reason the objective was given it's status.
2085
+ *
2086
+ * Identifies the nature of the observation. More than one may be used to further qualify
2087
+ * and enable filtering.
2088
+ *
2089
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
2090
+ * actual plan accepted by the system owner.
2091
+ *
2092
+ * Describes the status of the associated risk.
2093
+ */
2094
+ export var Position;
2095
+ (function (Position) {
2096
+ Position["After"] = "after";
2097
+ Position["Before"] = "before";
2098
+ Position["Ending"] = "ending";
2099
+ Position["Starting"] = "starting";
2100
+ })(Position || (Position = {}));
2101
+ /**
2102
+ * Identify items to remove by the name of the item's information object name, e.g. title or
2103
+ * prop.
2104
+ *
2105
+ * Name of the file before it was encoded as Base64 to be embedded in a resource. This is
2106
+ * the name that will be assigned to the file when the file is decoded.
2107
+ *
2108
+ * A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition.
2109
+ * https://www.w3.org/TR/xmlschema11-2/#NCName.
2110
+ *
2111
+ * A textual label that provides a sub-type or characterization of the property's name.
2112
+ *
2113
+ * An identifier for relating distinct sets of properties.
2114
+ *
2115
+ * A textual label, within a namespace, that identifies a specific attribute,
2116
+ * characteristic, or quality of the property's containing object.
2117
+ *
2118
+ * A textual label that provides a sub-type or characterization of the control.
2119
+ *
2120
+ * Identifies a control such that it can be referenced in the defining catalog and other
2121
+ * OSCAL instances (e.g., profiles).
2122
+ *
2123
+ * A textual label that provides a characterization of the type, purpose, use or scope of
2124
+ * the parameter.
2125
+ *
2126
+ * (deprecated) Another parameter invoking this one. This construct has been deprecated and
2127
+ * should not be used.
2128
+ *
2129
+ * A unique identifier for the parameter.
2130
+ *
2131
+ * An optional textual providing a sub-type or characterization of the part's name, or a
2132
+ * category to which the part belongs.
2133
+ *
2134
+ * A unique identifier for the part.
2135
+ *
2136
+ * A textual label that uniquely identifies the part's semantic type, which exists in a
2137
+ * value space qualified by the ns.
2138
+ *
2139
+ * A textual label that provides a sub-type or characterization of the group.
2140
+ *
2141
+ * Identifies the group for the purpose of cross-linking within the defining instance or
2142
+ * from other instances that reference the catalog.
2143
+ *
2144
+ * A reference to a role performed by a party.
2145
+ *
2146
+ * The type of action documented by the assembly, such as an approval.
2147
+ *
2148
+ * A unique identifier for the role.
2149
+ *
2150
+ * The relationship type for the mapping entry, which describes the relationship between the
2151
+ * effective requirements of the specified source and target sets in the context of the
2152
+ * matching-rationale method globaly defined in the provenance unless overwritten locally in
2153
+ * the map. The relationship type and the matching-rationale must be used together. However,
2154
+ * more than one matching-rationale method may apply to a source and target pair.
2155
+ *
2156
+ * Selecting a control by its ID given as a literal.
2157
+ *
2158
+ * Identifies the group.
2159
+ *
2160
+ * Target location of the addition.
2161
+ *
2162
+ * A reference to a control with a corresponding id value. When referencing an externally
2163
+ * defined control, the Control Identifier Reference must be used in the context of the
2164
+ * external / imported OSCAL instance (e.g., uri-reference).
2165
+ *
2166
+ * Identify items to remove by matching their class.
2167
+ *
2168
+ * Identify items to remove indicated by their id.
2169
+ *
2170
+ * Identify items remove by matching their assigned name.
2171
+ *
2172
+ * A textual label that provides a characterization of the parameter.
2173
+ *
2174
+ * **(deprecated)** Another parameter invoking this one. This construct has been deprecated
2175
+ * and should not be used.
2176
+ *
2177
+ * An identifier for the parameter.
2178
+ *
2179
+ * A human-oriented identifier reference to a role performed.
2180
+ *
2181
+ * A human-oriented reference to a parameter within a control, who's catalog has been
2182
+ * imported into the current implementation context.
2183
+ *
2184
+ * A human-oriented identifier reference to a control statement.
2185
+ *
2186
+ * Reference to a role by UUID.
2187
+ *
2188
+ * Points to an assessment objective.
2189
+ *
2190
+ * Used to constrain the selection to only specificity identified statements.
2191
+ *
2192
+ * A textual label that provides a sub-type or characterization of the part's name. This can
2193
+ * be used to further distinguish or discriminate between the semantics of multiple parts of
2194
+ * the same control with the same name and ns.
2195
+ *
2196
+ * A point to the role-id of the role in which the party is making the log entry.
2197
+ *
2198
+ * For a party, this can optionally be used to specify the role the actor was performing.
2199
+ *
2200
+ * A machine-oriented identifier reference for a specific target qualified by the type.
2201
+ *
2202
+ * The name of the risk metric within the specified system.
2203
+ *
2204
+ * Describes the type of relationship provided by the link's hypertext reference. This can
2205
+ * be an indicator of the link's purpose.
2206
+ *
2207
+ * Indicates the type of address.
2208
+ *
2209
+ * The semantic type of the resource.
2210
+ *
2211
+ * Identifies the implementation status of the control or control objective.
2212
+ *
2213
+ * Used to indicate the type of object pointed to by the uuid-ref within a subject.
2214
+ *
2215
+ * Indicates the type of assessment subject, such as a component, inventory, item, location,
2216
+ * or party represented by this selection statement.
2217
+ *
2218
+ * The type of task.
2219
+ *
2220
+ * A textual label that uniquely identifies the part's semantic type.
2221
+ *
2222
+ * The reason the objective was given it's status.
2223
+ *
2224
+ * Identifies the nature of the observation. More than one may be used to further qualify
2225
+ * and enable filtering.
2226
+ *
2227
+ * Identifies whether this is a recommendation, such as from an assessor or tool, or an
2228
+ * actual plan accepted by the system owner.
2229
+ *
2230
+ * Describes the status of the associated risk.
2231
+ */
2232
+ export var ItemNameReference;
2233
+ (function (ItemNameReference) {
2234
+ ItemNameReference["Link"] = "link";
2235
+ ItemNameReference["Map"] = "map";
2236
+ ItemNameReference["Mapping"] = "mapping";
2237
+ ItemNameReference["Param"] = "param";
2238
+ ItemNameReference["Part"] = "part";
2239
+ ItemNameReference["Prop"] = "prop";
2240
+ })(ItemNameReference || (ItemNameReference = {}));
2241
+ /**
2242
+ * The current operating status.
2243
+ *
2244
+ * A label that indicates the nature of a resource, as a data serialization or format.
2245
+ *
2246
+ * A non-empty string with leading and trailing whitespace disallowed. Whitespace is: U+9,
2247
+ * U+10, U+32 or [
2248
+ * ]+
2249
+ *
2250
+ * In case where the href points to a back-matter/resource, this value will indicate the URI
2251
+ * fragment to append to any rlink associated with the resource. This value MUST be URI
2252
+ * encoded.
2253
+ *
2254
+ * Indicates the value of the attribute, characteristic, or quality.
2255
+ *
2256
+ * A formal (executable) expression of a constraint.
2257
+ *
2258
+ * A parameter value or set of values.
2259
+ *
2260
+ * A single line of an address.
2261
+ *
2262
+ * City, town or geographical region for the mailing address.
2263
+ *
2264
+ * The ISO 3166-1 alpha-2 country code for the mailing address.
2265
+ *
2266
+ * Postal or ZIP code for mailing address.
2267
+ *
2268
+ * State, province or analogous geographical region for a mailing address.
2269
+ *
2270
+ * The OSCAL model version the document was authored against and will conform to as valid.
2271
+ *
2272
+ * The full name of the party. This is typically the legal name associated with the party.
2273
+ *
2274
+ * A short common name, abbreviation, or acronym for the party.
2275
+ *
2276
+ * Used to distinguish a specific revision of an OSCAL document from other previous and
2277
+ * future versions.
2278
+ *
2279
+ * A short common name, abbreviation, or acronym for the role.
2280
+ *
2281
+ * A reference to an identified subject that is of the specified type .
2282
+ *
2283
+ * A glob expression matching the IDs of one or more controls to be selected.
2284
+ *
2285
+ * The capability's human-readable name.
2286
+ *
2287
+ * The common name of the protocol, which should be the appropriate "service name" from the
2288
+ * IANA Service Name and Transport Protocol Port Number Registry.
2289
+ *
2290
+ * A target-level of availability for the system, based on the sensitivity of information
2291
+ * within the system.
2292
+ *
2293
+ * A target-level of confidentiality for the system, based on the sensitivity of information
2294
+ * within the system.
2295
+ *
2296
+ * A target-level of integrity for the system, based on the sensitivity of information
2297
+ * within the system.
2298
+ *
2299
+ * The overall information system sensitivity categorization, such as defined by FIPS-199.
2300
+ *
2301
+ * The prescribed base (Confidentiality, Integrity, or Availability) security impact level.
2302
+ *
2303
+ * The selected (Confidentiality, Integrity, or Availability) security impact level.
2304
+ *
2305
+ * A human-oriented, globally unique identifier qualified by the given identification system
2306
+ * used, such as NIST SP 800-60. This identifier has cross-instance scope and can be used to
2307
+ * reference this system elsewhere in this or other OSCAL instances. This id should be
2308
+ * assigned per-subject, which means it should be consistently used to identify the same
2309
+ * subject across revisions of the document.
2310
+ *
2311
+ * The full name of the system.
2312
+ *
2313
+ * A short name for the system, such as an acronym, that is suitable for display in a data
2314
+ * table or summary list.
2315
+ *
2316
+ * Describes a function performed for a given authorized privilege by this user class.
2317
+ *
2318
+ * A short common name, abbreviation, or acronym for the user.
2319
+ *
2320
+ * Indicates the value of the facet.
2321
+ *
2322
+ * The digest method by which a hash is derived.
2323
+ *
2324
+ * Indicates the type of phone number.
2325
+ *
2326
+ * The method used to determine the coverage value.
2327
+ *
2328
+ * A category describing the purpose of the component.
2329
+ *
2330
+ * Identifies how the observation was made.
2331
+ */
2332
+ export var SystemCharacteristicStatusState;
2333
+ (function (SystemCharacteristicStatusState) {
2334
+ SystemCharacteristicStatusState["Disposition"] = "disposition";
2335
+ SystemCharacteristicStatusState["Operational"] = "operational";
2336
+ SystemCharacteristicStatusState["Other"] = "other";
2337
+ SystemCharacteristicStatusState["UnderDevelopment"] = "under-development";
2338
+ SystemCharacteristicStatusState["UnderMajorModification"] = "under-major-modification";
2339
+ })(SystemCharacteristicStatusState || (SystemCharacteristicStatusState = {}));
2340
+ //# sourceMappingURL=types.js.map