@mitre/hdf-converters 2.13.0 → 3.0.0
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.
- package/README.md +139 -57
- package/dist/converters/aws-config-to-hdf/typescript/converter.d.ts +9 -0
- package/dist/converters/aws-config-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/aws-config-to-hdf/typescript/converter.js +132 -0
- package/dist/converters/aws-config-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/aws-config-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/aws-config-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/aws-config-to-hdf/typescript/fingerprint.js +32 -0
- package/dist/converters/aws-config-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/aws-config-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/aws-config-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/aws-config-to-hdf/typescript/index.js +2 -0
- package/dist/converters/aws-config-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/burpsuite-to-hdf/typescript/converter.d.ts +11 -0
- package/dist/converters/burpsuite-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/burpsuite-to-hdf/typescript/converter.js +169 -0
- package/dist/converters/burpsuite-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.d.ts +9 -0
- package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.js +33 -0
- package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/burpsuite-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/burpsuite-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/burpsuite-to-hdf/typescript/index.js +2 -0
- package/dist/converters/burpsuite-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/conveyor-to-hdf/typescript/converter.d.ts +9 -0
- package/dist/converters/conveyor-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/conveyor-to-hdf/typescript/converter.js +206 -0
- package/dist/converters/conveyor-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/conveyor-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/conveyor-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/conveyor-to-hdf/typescript/fingerprint.js +37 -0
- package/dist/converters/conveyor-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/conveyor-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/conveyor-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/conveyor-to-hdf/typescript/index.js +2 -0
- package/dist/converters/conveyor-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/converter.d.ts +8 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/converter.js +199 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.js +34 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/index.js +2 -0
- package/dist/converters/cyclonedx-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/dbprotect-to-hdf/typescript/converter.d.ts +10 -0
- package/dist/converters/dbprotect-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/dbprotect-to-hdf/typescript/converter.js +171 -0
- package/dist/converters/dbprotect-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.js +35 -0
- package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/dbprotect-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/dbprotect-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/dbprotect-to-hdf/typescript/index.js +2 -0
- package/dist/converters/dbprotect-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/deptrack-to-hdf/typescript/converter.d.ts +8 -0
- package/dist/converters/deptrack-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/deptrack-to-hdf/typescript/converter.js +120 -0
- package/dist/converters/deptrack-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/deptrack-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/deptrack-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/deptrack-to-hdf/typescript/fingerprint.js +46 -0
- package/dist/converters/deptrack-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/deptrack-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/deptrack-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/deptrack-to-hdf/typescript/index.js +2 -0
- package/dist/converters/deptrack-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/fortify-to-hdf/typescript/converter.d.ts +12 -0
- package/dist/converters/fortify-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/fortify-to-hdf/typescript/converter.js +211 -0
- package/dist/converters/fortify-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/fortify-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/fortify-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/fortify-to-hdf/typescript/fingerprint.js +42 -0
- package/dist/converters/fortify-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/fortify-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/fortify-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/fortify-to-hdf/typescript/index.js +2 -0
- package/dist/converters/fortify-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/gitlab-to-hdf/typescript/converter.d.ts +2 -0
- package/dist/converters/gitlab-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/gitlab-to-hdf/typescript/converter.js +222 -0
- package/dist/converters/gitlab-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/gitlab-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/gitlab-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/gitlab-to-hdf/typescript/fingerprint.js +37 -0
- package/dist/converters/gitlab-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/gitlab-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/gitlab-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/gitlab-to-hdf/typescript/index.js +2 -0
- package/dist/converters/gitlab-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/gosec-to-hdf/typescript/converter.d.ts +10 -0
- package/dist/converters/gosec-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/gosec-to-hdf/typescript/converter.js +126 -0
- package/dist/converters/gosec-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/gosec-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/gosec-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/gosec-to-hdf/typescript/fingerprint.js +32 -0
- package/dist/converters/gosec-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/gosec-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/gosec-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/gosec-to-hdf/typescript/index.js +2 -0
- package/dist/converters/gosec-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/grype-to-hdf/typescript/converter.d.ts +2 -0
- package/dist/converters/grype-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/grype-to-hdf/typescript/converter.js +222 -0
- package/dist/converters/grype-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/grype-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/grype-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/grype-to-hdf/typescript/fingerprint.js +38 -0
- package/dist/converters/grype-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/grype-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/grype-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/grype-to-hdf/typescript/index.js +2 -0
- package/dist/converters/grype-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/hdf-to-csv/typescript/converter.d.ts +7 -0
- package/dist/converters/hdf-to-csv/typescript/converter.d.ts.map +1 -0
- package/dist/converters/hdf-to-csv/typescript/converter.js +108 -0
- package/dist/converters/hdf-to-csv/typescript/converter.js.map +1 -0
- package/dist/converters/hdf-to-csv/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/hdf-to-csv/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/hdf-to-csv/typescript/fingerprint.js +28 -0
- package/dist/converters/hdf-to-csv/typescript/fingerprint.js.map +1 -0
- package/dist/converters/hdf-to-csv/typescript/index.d.ts +2 -0
- package/dist/converters/hdf-to-csv/typescript/index.d.ts.map +1 -0
- package/dist/converters/hdf-to-csv/typescript/index.js +2 -0
- package/dist/converters/hdf-to-csv/typescript/index.js.map +1 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/converter.d.ts +13 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/converter.d.ts.map +1 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/converter.js +156 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/converter.js.map +1 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.js +28 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.js.map +1 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/index.d.ts +2 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/index.d.ts.map +1 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/index.js +2 -0
- package/dist/converters/hdf-to-oscal-poam/typescript/index.js.map +1 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/converter.d.ts +22 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/converter.d.ts.map +1 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/converter.js +276 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/converter.js.map +1 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.js +28 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.js.map +1 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/index.d.ts +2 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/index.d.ts.map +1 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/index.js +2 -0
- package/dist/converters/hdf-to-oscal-sar/typescript/index.js.map +1 -0
- package/dist/converters/hdf-to-xccdf/typescript/converter.d.ts +8 -0
- package/dist/converters/hdf-to-xccdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/hdf-to-xccdf/typescript/converter.js +186 -0
- package/dist/converters/hdf-to-xccdf/typescript/converter.js.map +1 -0
- package/dist/converters/hdf-to-xccdf/typescript/index.d.ts +2 -0
- package/dist/converters/hdf-to-xccdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/hdf-to-xccdf/typescript/index.js +2 -0
- package/dist/converters/hdf-to-xccdf/typescript/index.js.map +1 -0
- package/dist/converters/hdf-to-xml/typescript/converter.d.ts +7 -0
- package/dist/converters/hdf-to-xml/typescript/converter.d.ts.map +1 -0
- package/dist/converters/hdf-to-xml/typescript/converter.js +140 -0
- package/dist/converters/hdf-to-xml/typescript/converter.js.map +1 -0
- package/dist/converters/hdf-to-xml/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/hdf-to-xml/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/hdf-to-xml/typescript/fingerprint.js +28 -0
- package/dist/converters/hdf-to-xml/typescript/fingerprint.js.map +1 -0
- package/dist/converters/hdf-to-xml/typescript/index.d.ts +2 -0
- package/dist/converters/hdf-to-xml/typescript/index.d.ts.map +1 -0
- package/dist/converters/hdf-to-xml/typescript/index.js +2 -0
- package/dist/converters/hdf-to-xml/typescript/index.js.map +1 -0
- package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.d.ts +15 -0
- package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.js +33 -0
- package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.js.map +1 -0
- package/dist/converters/ionchannel-to-hdf/typescript/converter.d.ts +2 -0
- package/dist/converters/ionchannel-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/ionchannel-to-hdf/typescript/converter.js +150 -0
- package/dist/converters/ionchannel-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.js +41 -0
- package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/ionchannel-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/ionchannel-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/ionchannel-to-hdf/typescript/index.js +2 -0
- package/dist/converters/ionchannel-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/converter.d.ts +8 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/converter.js +149 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.js +28 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/index.js +2 -0
- package/dist/converters/jfrog-xray-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/junit-to-hdf/typescript/converter.d.ts +5 -0
- package/dist/converters/junit-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/junit-to-hdf/typescript/converter.js +142 -0
- package/dist/converters/junit-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/junit-to-hdf/typescript/fingerprint.d.ts +9 -0
- package/dist/converters/junit-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/junit-to-hdf/typescript/fingerprint.js +28 -0
- package/dist/converters/junit-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/junit-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/junit-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/junit-to-hdf/typescript/index.js +2 -0
- package/dist/converters/junit-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/converter.d.ts +232 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/converter.js +418 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.d.ts +17 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.js +49 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/index.d.ts +8 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/index.js +8 -0
- package/dist/converters/legacyhdf-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.d.ts +8 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.js +153 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.js +37 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.js +2 -0
- package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.d.ts +7 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.js +126 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.d.ts +13 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.js +62 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/index.js +2 -0
- package/dist/converters/msft-defender-devops-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.d.ts +9 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.js +194 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.js +39 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.js +2 -0
- package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/converter.d.ts +11 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/converter.js +160 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.js +41 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/index.js +2 -0
- package/dist/converters/msft-secure-score-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/nessus-to-hdf/typescript/converter.d.ts +6 -0
- package/dist/converters/nessus-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/nessus-to-hdf/typescript/converter.js +329 -0
- package/dist/converters/nessus-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/nessus-to-hdf/typescript/fingerprint.d.ts +9 -0
- package/dist/converters/nessus-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/nessus-to-hdf/typescript/fingerprint.js +34 -0
- package/dist/converters/nessus-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/nessus-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/nessus-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/nessus-to-hdf/typescript/index.js +2 -0
- package/dist/converters/nessus-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/netsparker-to-hdf/typescript/converter.d.ts +9 -0
- package/dist/converters/netsparker-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/netsparker-to-hdf/typescript/converter.js +211 -0
- package/dist/converters/netsparker-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/netsparker-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/netsparker-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/netsparker-to-hdf/typescript/fingerprint.js +29 -0
- package/dist/converters/netsparker-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/netsparker-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/netsparker-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/netsparker-to-hdf/typescript/index.js +2 -0
- package/dist/converters/netsparker-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/neuvector-to-hdf/typescript/converter.d.ts +16 -0
- package/dist/converters/neuvector-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/neuvector-to-hdf/typescript/converter.js +148 -0
- package/dist/converters/neuvector-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/neuvector-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/neuvector-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/neuvector-to-hdf/typescript/fingerprint.js +37 -0
- package/dist/converters/neuvector-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/neuvector-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/neuvector-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/neuvector-to-hdf/typescript/index.js +2 -0
- package/dist/converters/neuvector-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/nikto-to-hdf/typescript/converter.d.ts +2 -0
- package/dist/converters/nikto-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/nikto-to-hdf/typescript/converter.js +111 -0
- package/dist/converters/nikto-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/nikto-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/nikto-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/nikto-to-hdf/typescript/fingerprint.js +33 -0
- package/dist/converters/nikto-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/nikto-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/nikto-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/nikto-to-hdf/typescript/index.js +2 -0
- package/dist/converters/nikto-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-catalog.d.ts +20 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-catalog.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-catalog.js +134 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-catalog.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-component.d.ts +13 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-component.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-component.js +92 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-component.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-poam.d.ts +13 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-poam.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-poam.js +196 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-poam.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-profile.d.ts +26 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-profile.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-profile.js +239 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-profile.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sap.d.ts +13 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sap.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sap.js +196 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sap.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sar.d.ts +13 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sar.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sar.js +270 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-sar.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-ssp.d.ts +13 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-ssp.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-ssp.js +246 -0
- package/dist/converters/oscal-to-hdf/typescript/converter-ssp.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/detect.d.ts +15 -0
- package/dist/converters/oscal-to-hdf/typescript/detect.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/detect.js +33 -0
- package/dist/converters/oscal-to-hdf/typescript/detect.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/fingerprint.d.ts +12 -0
- package/dist/converters/oscal-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/fingerprint.js +57 -0
- package/dist/converters/oscal-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/index.d.ts +9 -0
- package/dist/converters/oscal-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/index.js +9 -0
- package/dist/converters/oscal-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/shared.d.ts +85 -0
- package/dist/converters/oscal-to-hdf/typescript/shared.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/shared.js +251 -0
- package/dist/converters/oscal-to-hdf/typescript/shared.js.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/types.d.ts +5372 -0
- package/dist/converters/oscal-to-hdf/typescript/types.d.ts.map +1 -0
- package/dist/converters/oscal-to-hdf/typescript/types.js +2340 -0
- package/dist/converters/oscal-to-hdf/typescript/types.js.map +1 -0
- package/dist/converters/prisma-to-hdf/typescript/converter.d.ts +16 -0
- package/dist/converters/prisma-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/prisma-to-hdf/typescript/converter.js +197 -0
- package/dist/converters/prisma-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/prisma-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/prisma-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/prisma-to-hdf/typescript/fingerprint.js +39 -0
- package/dist/converters/prisma-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/prisma-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/prisma-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/prisma-to-hdf/typescript/index.js +2 -0
- package/dist/converters/prisma-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/sarif-to-hdf/typescript/converter.d.ts +2 -0
- package/dist/converters/sarif-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/sarif-to-hdf/typescript/converter.js +406 -0
- package/dist/converters/sarif-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/sarif-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/sarif-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/sarif-to-hdf/typescript/fingerprint.js +34 -0
- package/dist/converters/sarif-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/sarif-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/sarif-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/sarif-to-hdf/typescript/index.js +2 -0
- package/dist/converters/sarif-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/converter.d.ts +9 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/converter.js +173 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.js +29 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/index.js +2 -0
- package/dist/converters/scoutsuite-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/snyk-to-hdf/typescript/converter.d.ts +11 -0
- package/dist/converters/snyk-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/snyk-to-hdf/typescript/converter.js +131 -0
- package/dist/converters/snyk-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/snyk-to-hdf/typescript/fingerprint.d.ts +12 -0
- package/dist/converters/snyk-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/snyk-to-hdf/typescript/fingerprint.js +44 -0
- package/dist/converters/snyk-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/snyk-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/snyk-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/snyk-to-hdf/typescript/index.js +2 -0
- package/dist/converters/snyk-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/sonarqube-to-hdf/typescript/converter.d.ts +8 -0
- package/dist/converters/sonarqube-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/sonarqube-to-hdf/typescript/converter.js +266 -0
- package/dist/converters/sonarqube-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.d.ts +10 -0
- package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.js +35 -0
- package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/sonarqube-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/sonarqube-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/sonarqube-to-hdf/typescript/index.js +2 -0
- package/dist/converters/sonarqube-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/splunk-to-hdf/typescript/converter.d.ts +13 -0
- package/dist/converters/splunk-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/splunk-to-hdf/typescript/converter.js +165 -0
- package/dist/converters/splunk-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/splunk-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/splunk-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/splunk-to-hdf/typescript/fingerprint.js +36 -0
- package/dist/converters/splunk-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/splunk-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/splunk-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/splunk-to-hdf/typescript/index.js +2 -0
- package/dist/converters/splunk-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/trufflehog-to-hdf/typescript/converter.d.ts +9 -0
- package/dist/converters/trufflehog-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/trufflehog-to-hdf/typescript/converter.js +189 -0
- package/dist/converters/trufflehog-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.d.ts +18 -0
- package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.js +50 -0
- package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/trufflehog-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/trufflehog-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/trufflehog-to-hdf/typescript/index.js +2 -0
- package/dist/converters/trufflehog-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/twistlock-to-hdf/typescript/converter.d.ts +11 -0
- package/dist/converters/twistlock-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/twistlock-to-hdf/typescript/converter.js +153 -0
- package/dist/converters/twistlock-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/twistlock-to-hdf/typescript/fingerprint.d.ts +18 -0
- package/dist/converters/twistlock-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/twistlock-to-hdf/typescript/fingerprint.js +49 -0
- package/dist/converters/twistlock-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/twistlock-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/twistlock-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/twistlock-to-hdf/typescript/index.js +2 -0
- package/dist/converters/twistlock-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/veracode-to-hdf/typescript/converter.d.ts +20 -0
- package/dist/converters/veracode-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/veracode-to-hdf/typescript/converter.js +350 -0
- package/dist/converters/veracode-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/veracode-to-hdf/typescript/fingerprint.d.ts +16 -0
- package/dist/converters/veracode-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/veracode-to-hdf/typescript/fingerprint.js +35 -0
- package/dist/converters/veracode-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/veracode-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/veracode-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/veracode-to-hdf/typescript/index.js +2 -0
- package/dist/converters/veracode-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/converter.d.ts +29 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/converter.js +604 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.d.ts +12 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.js +33 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/index.js +2 -0
- package/dist/converters/xccdf-results-to-hdf/typescript/index.js.map +1 -0
- package/dist/converters/zap-to-hdf/typescript/converter.d.ts +2 -0
- package/dist/converters/zap-to-hdf/typescript/converter.d.ts.map +1 -0
- package/dist/converters/zap-to-hdf/typescript/converter.js +237 -0
- package/dist/converters/zap-to-hdf/typescript/converter.js.map +1 -0
- package/dist/converters/zap-to-hdf/typescript/fingerprint.d.ts +11 -0
- package/dist/converters/zap-to-hdf/typescript/fingerprint.d.ts.map +1 -0
- package/dist/converters/zap-to-hdf/typescript/fingerprint.js +34 -0
- package/dist/converters/zap-to-hdf/typescript/fingerprint.js.map +1 -0
- package/dist/converters/zap-to-hdf/typescript/index.d.ts +2 -0
- package/dist/converters/zap-to-hdf/typescript/index.d.ts.map +1 -0
- package/dist/converters/zap-to-hdf/typescript/index.js +2 -0
- package/dist/converters/zap-to-hdf/typescript/index.js.map +1 -0
- package/dist/package.json +71 -0
- package/dist/shared/typescript/compare.d.ts +14 -0
- package/dist/shared/typescript/compare.d.ts.map +1 -0
- package/dist/shared/typescript/compare.js +91 -0
- package/dist/shared/typescript/compare.js.map +1 -0
- package/dist/shared/typescript/converter-contract.d.ts +20 -0
- package/dist/shared/typescript/converter-contract.d.ts.map +1 -0
- package/dist/shared/typescript/converter-contract.js +35 -0
- package/dist/shared/typescript/converter-contract.js.map +1 -0
- package/dist/shared/typescript/converterutil.d.ts +166 -0
- package/dist/shared/typescript/converterutil.d.ts.map +1 -0
- package/dist/shared/typescript/converterutil.js +230 -0
- package/dist/shared/typescript/converterutil.js.map +1 -0
- package/dist/shared/typescript/fingerprint.d.ts +17 -0
- package/dist/shared/typescript/fingerprint.d.ts.map +1 -0
- package/dist/shared/typescript/fingerprint.js +85 -0
- package/dist/shared/typescript/fingerprint.js.map +1 -0
- package/dist/shared/typescript/fptest.d.ts +40 -0
- package/dist/shared/typescript/fptest.d.ts.map +1 -0
- package/dist/shared/typescript/fptest.js +70 -0
- package/dist/shared/typescript/fptest.js.map +1 -0
- package/dist/shared/typescript/hdf-version.d.ts +20 -0
- package/dist/shared/typescript/hdf-version.d.ts.map +1 -0
- package/dist/shared/typescript/hdf-version.js +206 -0
- package/dist/shared/typescript/hdf-version.js.map +1 -0
- package/dist/shared/typescript/register-all.d.ts +12 -0
- package/dist/shared/typescript/register-all.d.ts.map +1 -0
- package/dist/shared/typescript/register-all.js +111 -0
- package/dist/shared/typescript/register-all.js.map +1 -0
- package/dist/shared/typescript/registry.d.ts +35 -0
- package/dist/shared/typescript/registry.d.ts.map +1 -0
- package/dist/shared/typescript/registry.js +27 -0
- package/dist/shared/typescript/registry.js.map +1 -0
- package/dist/shared/typescript/xml-utils.d.ts +16 -0
- package/dist/shared/typescript/xml-utils.d.ts.map +1 -0
- package/dist/shared/typescript/xml-utils.js +66 -0
- package/dist/shared/typescript/xml-utils.js.map +1 -0
- package/dist/src/detect.d.ts +15 -0
- package/dist/src/detect.d.ts.map +1 -0
- package/dist/src/detect.js +15 -0
- package/dist/src/detect.js.map +1 -0
- package/dist/src/index.d.ts +52 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +91 -0
- package/dist/src/index.js.map +1 -0
- package/package.json +61 -66
- package/LICENSE.md +0 -9
- package/lib/data/converters/csv2json.d.ts +0 -2
- package/lib/data/converters/csv2json.d.ts.map +0 -1
- package/lib/data/converters/csv2json.js +0 -36
- package/lib/data/converters/csv2json.js.map +0 -1
- package/lib/data/converters/xml2json.d.ts +0 -15
- package/lib/data/converters/xml2json.d.ts.map +0 -1
- package/lib/data/converters/xml2json.js +0 -46
- package/lib/data/converters/xml2json.js.map +0 -1
- package/lib/data/reverse-html-mapper/convert-to-embedded-strings.d.ts +0 -2
- package/lib/data/reverse-html-mapper/convert-to-embedded-strings.d.ts.map +0 -1
- package/lib/data/reverse-html-mapper/convert-to-embedded-strings.js +0 -13
- package/lib/data/reverse-html-mapper/convert-to-embedded-strings.js.map +0 -1
- package/lib/index.d.ts +0 -54
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -94
- package/lib/index.js.map +0 -1
- package/lib/package.json +0 -76
- package/lib/src/anchore-grype-mapper.d.ts +0 -12
- package/lib/src/anchore-grype-mapper.d.ts.map +0 -1
- package/lib/src/anchore-grype-mapper.js +0 -178
- package/lib/src/anchore-grype-mapper.js.map +0 -1
- package/lib/src/asff-mapper/asff-mapper.d.ts +0 -112
- package/lib/src/asff-mapper/asff-mapper.d.ts.map +0 -1
- package/lib/src/asff-mapper/asff-mapper.js +0 -549
- package/lib/src/asff-mapper/asff-mapper.js.map +0 -1
- package/lib/src/asff-mapper/case-cms-inspec.d.ts +0 -2
- package/lib/src/asff-mapper/case-cms-inspec.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-cms-inspec.js +0 -83
- package/lib/src/asff-mapper/case-cms-inspec.js.map +0 -1
- package/lib/src/asff-mapper/case-firewall-manager.d.ts +0 -2
- package/lib/src/asff-mapper/case-firewall-manager.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-firewall-manager.js +0 -56
- package/lib/src/asff-mapper/case-firewall-manager.js.map +0 -1
- package/lib/src/asff-mapper/case-guardduty.d.ts +0 -2
- package/lib/src/asff-mapper/case-guardduty.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-guardduty.js +0 -47
- package/lib/src/asff-mapper/case-guardduty.js.map +0 -1
- package/lib/src/asff-mapper/case-inspector.d.ts +0 -2
- package/lib/src/asff-mapper/case-inspector.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-inspector.js +0 -47
- package/lib/src/asff-mapper/case-inspector.js.map +0 -1
- package/lib/src/asff-mapper/case-previously-hdf.d.ts +0 -2
- package/lib/src/asff-mapper/case-previously-hdf.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-previously-hdf.js +0 -239
- package/lib/src/asff-mapper/case-previously-hdf.js.map +0 -1
- package/lib/src/asff-mapper/case-prowler.d.ts +0 -2
- package/lib/src/asff-mapper/case-prowler.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-prowler.js +0 -69
- package/lib/src/asff-mapper/case-prowler.js.map +0 -1
- package/lib/src/asff-mapper/case-security-hub.d.ts +0 -2
- package/lib/src/asff-mapper/case-security-hub.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-security-hub.js +0 -173
- package/lib/src/asff-mapper/case-security-hub.js.map +0 -1
- package/lib/src/asff-mapper/case-trivy.d.ts +0 -2
- package/lib/src/asff-mapper/case-trivy.d.ts.map +0 -1
- package/lib/src/asff-mapper/case-trivy.js +0 -101
- package/lib/src/asff-mapper/case-trivy.js.map +0 -1
- package/lib/src/aws-config-mapper.d.ts +0 -27
- package/lib/src/aws-config-mapper.d.ts.map +0 -1
- package/lib/src/aws-config-mapper.js +0 -395
- package/lib/src/aws-config-mapper.js.map +0 -1
- package/lib/src/base-converter.d.ts +0 -40
- package/lib/src/base-converter.d.ts.map +0 -1
- package/lib/src/base-converter.js +0 -335
- package/lib/src/base-converter.js.map +0 -1
- package/lib/src/burpsuite-mapper.d.ts +0 -16
- package/lib/src/burpsuite-mapper.d.ts.map +0 -1
- package/lib/src/burpsuite-mapper.js +0 -195
- package/lib/src/burpsuite-mapper.js.map +0 -1
- package/lib/src/checkov-mapper.d.ts +0 -67
- package/lib/src/checkov-mapper.d.ts.map +0 -1
- package/lib/src/checkov-mapper.js +0 -240
- package/lib/src/checkov-mapper.js.map +0 -1
- package/lib/src/ckl-mapper/checklist-jsonix-converter.d.ts +0 -131
- package/lib/src/ckl-mapper/checklist-jsonix-converter.d.ts.map +0 -1
- package/lib/src/ckl-mapper/checklist-jsonix-converter.js +0 -604
- package/lib/src/ckl-mapper/checklist-jsonix-converter.js.map +0 -1
- package/lib/src/ckl-mapper/checklist-mapper.d.ts +0 -57
- package/lib/src/ckl-mapper/checklist-mapper.d.ts.map +0 -1
- package/lib/src/ckl-mapper/checklist-mapper.js +0 -518
- package/lib/src/ckl-mapper/checklist-mapper.js.map +0 -1
- package/lib/src/ckl-mapper/checklist-metadata-utils.d.ts +0 -20
- package/lib/src/ckl-mapper/checklist-metadata-utils.d.ts.map +0 -1
- package/lib/src/ckl-mapper/checklist-metadata-utils.js +0 -181
- package/lib/src/ckl-mapper/checklist-metadata-utils.js.map +0 -1
- package/lib/src/ckl-mapper/checklistJsonix.d.ts +0 -210
- package/lib/src/ckl-mapper/checklistJsonix.d.ts.map +0 -1
- package/lib/src/ckl-mapper/checklistJsonix.js +0 -131
- package/lib/src/ckl-mapper/checklistJsonix.js.map +0 -1
- package/lib/src/ckl-mapper/jsonixMapping.d.ts +0 -115
- package/lib/src/ckl-mapper/jsonixMapping.d.ts.map +0 -1
- package/lib/src/ckl-mapper/jsonixMapping.js +0 -590
- package/lib/src/ckl-mapper/jsonixMapping.js.map +0 -1
- package/lib/src/converters-from-hdf/asff/asff-types.d.ts +0 -90
- package/lib/src/converters-from-hdf/asff/asff-types.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/asff/asff-types.js +0 -4
- package/lib/src/converters-from-hdf/asff/asff-types.js.map +0 -1
- package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.d.ts +0 -39
- package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.js +0 -293
- package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.js.map +0 -1
- package/lib/src/converters-from-hdf/asff/transformers.d.ts +0 -44
- package/lib/src/converters-from-hdf/asff/transformers.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/asff/transformers.js +0 -513
- package/lib/src/converters-from-hdf/asff/transformers.js.map +0 -1
- package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.d.ts +0 -32
- package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.js +0 -227
- package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.js.map +0 -1
- package/lib/src/converters-from-hdf/html/embedded-assets.d.ts +0 -4
- package/lib/src/converters-from-hdf/html/embedded-assets.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/html/embedded-assets.js +0 -8
- package/lib/src/converters-from-hdf/html/embedded-assets.js.map +0 -1
- package/lib/src/converters-from-hdf/html/html-types.d.ts +0 -75
- package/lib/src/converters-from-hdf/html/html-types.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/html/html-types.js +0 -4
- package/lib/src/converters-from-hdf/html/html-types.js.map +0 -1
- package/lib/src/converters-from-hdf/html/reverse-html-mapper.d.ts +0 -42
- package/lib/src/converters-from-hdf/html/reverse-html-mapper.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/html/reverse-html-mapper.js +0 -438
- package/lib/src/converters-from-hdf/html/reverse-html-mapper.js.map +0 -1
- package/lib/src/converters-from-hdf/reverse-any-base-converter.d.ts +0 -11
- package/lib/src/converters-from-hdf/reverse-any-base-converter.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/reverse-any-base-converter.js +0 -20
- package/lib/src/converters-from-hdf/reverse-any-base-converter.js.map +0 -1
- package/lib/src/converters-from-hdf/reverse-base-converter.d.ts +0 -26
- package/lib/src/converters-from-hdf/reverse-base-converter.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/reverse-base-converter.js +0 -159
- package/lib/src/converters-from-hdf/reverse-base-converter.js.map +0 -1
- package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.d.ts +0 -43
- package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.js +0 -359
- package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.js.map +0 -1
- package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.d.ts +0 -37
- package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.d.ts.map +0 -1
- package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.js +0 -284
- package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.js.map +0 -1
- package/lib/src/conveyor-mapper.d.ts +0 -15
- package/lib/src/conveyor-mapper.d.ts.map +0 -1
- package/lib/src/conveyor-mapper.js +0 -255
- package/lib/src/conveyor-mapper.js.map +0 -1
- package/lib/src/cyclonedx-sbom-mapper.d.ts +0 -35
- package/lib/src/cyclonedx-sbom-mapper.d.ts.map +0 -1
- package/lib/src/cyclonedx-sbom-mapper.js +0 -523
- package/lib/src/cyclonedx-sbom-mapper.js.map +0 -1
- package/lib/src/dbprotect-mapper.d.ts +0 -10
- package/lib/src/dbprotect-mapper.d.ts.map +0 -1
- package/lib/src/dbprotect-mapper.js +0 -185
- package/lib/src/dbprotect-mapper.js.map +0 -1
- package/lib/src/dependency-track-mapper.d.ts +0 -10
- package/lib/src/dependency-track-mapper.d.ts.map +0 -1
- package/lib/src/dependency-track-mapper.js +0 -211
- package/lib/src/dependency-track-mapper.js.map +0 -1
- package/lib/src/fortify-mapper.d.ts +0 -17
- package/lib/src/fortify-mapper.d.ts.map +0 -1
- package/lib/src/fortify-mapper.js +0 -235
- package/lib/src/fortify-mapper.js.map +0 -1
- package/lib/src/gosec-mapper.d.ts +0 -10
- package/lib/src/gosec-mapper.d.ts.map +0 -1
- package/lib/src/gosec-mapper.js +0 -159
- package/lib/src/gosec-mapper.js.map +0 -1
- package/lib/src/ionchannel-mapper.d.ts +0 -27
- package/lib/src/ionchannel-mapper.d.ts.map +0 -1
- package/lib/src/ionchannel-mapper.js +0 -311
- package/lib/src/ionchannel-mapper.js.map +0 -1
- package/lib/src/jfrog-xray-mapper.d.ts +0 -10
- package/lib/src/jfrog-xray-mapper.d.ts.map +0 -1
- package/lib/src/jfrog-xray-mapper.js +0 -203
- package/lib/src/jfrog-xray-mapper.js.map +0 -1
- package/lib/src/jsonix-converter.d.ts +0 -8
- package/lib/src/jsonix-converter.d.ts.map +0 -1
- package/lib/src/jsonix-converter.js +0 -20
- package/lib/src/jsonix-converter.js.map +0 -1
- package/lib/src/jsonix-intermediate-converter.d.ts +0 -6
- package/lib/src/jsonix-intermediate-converter.d.ts.map +0 -1
- package/lib/src/jsonix-intermediate-converter.js +0 -8
- package/lib/src/jsonix-intermediate-converter.js.map +0 -1
- package/lib/src/mappings/AwsConfigMapping.d.ts +0 -7
- package/lib/src/mappings/AwsConfigMapping.d.ts.map +0 -1
- package/lib/src/mappings/AwsConfigMapping.js +0 -76
- package/lib/src/mappings/AwsConfigMapping.js.map +0 -1
- package/lib/src/mappings/AwsConfigMappingData.d.ts +0 -7
- package/lib/src/mappings/AwsConfigMappingData.d.ts.map +0 -1
- package/lib/src/mappings/AwsConfigMappingData.js +0 -642
- package/lib/src/mappings/AwsConfigMappingData.js.map +0 -1
- package/lib/src/mappings/CciNistMapping.d.ts +0 -56
- package/lib/src/mappings/CciNistMapping.d.ts.map +0 -1
- package/lib/src/mappings/CciNistMapping.js +0 -127
- package/lib/src/mappings/CciNistMapping.js.map +0 -1
- package/lib/src/mappings/CciNistMappingData.d.ts +0 -5101
- package/lib/src/mappings/CciNistMappingData.d.ts.map +0 -1
- package/lib/src/mappings/CciNistMappingData.js +0 -5104
- package/lib/src/mappings/CciNistMappingData.js.map +0 -1
- package/lib/src/mappings/CciNistMappingItem.d.ts +0 -6
- package/lib/src/mappings/CciNistMappingItem.d.ts.map +0 -1
- package/lib/src/mappings/CciNistMappingItem.js +0 -13
- package/lib/src/mappings/CciNistMappingItem.js.map +0 -1
- package/lib/src/mappings/CheckovToCciAndNistMappingData.d.ts +0 -5
- package/lib/src/mappings/CheckovToCciAndNistMappingData.d.ts.map +0 -1
- package/lib/src/mappings/CheckovToCciAndNistMappingData.js +0 -2695
- package/lib/src/mappings/CheckovToCciAndNistMappingData.js.map +0 -1
- package/lib/src/mappings/CweNistMapping.d.ts +0 -14
- package/lib/src/mappings/CweNistMapping.d.ts.map +0 -1
- package/lib/src/mappings/CweNistMapping.js +0 -49
- package/lib/src/mappings/CweNistMapping.js.map +0 -1
- package/lib/src/mappings/CweNistMappingData.d.ts +0 -8
- package/lib/src/mappings/CweNistMappingData.d.ts.map +0 -1
- package/lib/src/mappings/CweNistMappingData.js +0 -1420
- package/lib/src/mappings/CweNistMappingData.js.map +0 -1
- package/lib/src/mappings/CweNistMappingItem.d.ts +0 -10
- package/lib/src/mappings/CweNistMappingItem.d.ts.map +0 -1
- package/lib/src/mappings/CweNistMappingItem.js +0 -39
- package/lib/src/mappings/CweNistMappingItem.js.map +0 -1
- package/lib/src/mappings/NessusPluginNistMappingData.d.ts +0 -10
- package/lib/src/mappings/NessusPluginNistMappingData.d.ts.map +0 -1
- package/lib/src/mappings/NessusPluginNistMappingData.js +0 -436
- package/lib/src/mappings/NessusPluginNistMappingData.js.map +0 -1
- package/lib/src/mappings/NessusPluginsNistMapping.d.ts +0 -12
- package/lib/src/mappings/NessusPluginsNistMapping.d.ts.map +0 -1
- package/lib/src/mappings/NessusPluginsNistMapping.js +0 -39
- package/lib/src/mappings/NessusPluginsNistMapping.js.map +0 -1
- package/lib/src/mappings/NessusPluginsNistMappingItem.d.ts +0 -8
- package/lib/src/mappings/NessusPluginsNistMappingItem.d.ts.map +0 -1
- package/lib/src/mappings/NessusPluginsNistMappingItem.js +0 -31
- package/lib/src/mappings/NessusPluginsNistMappingItem.js.map +0 -1
- package/lib/src/mappings/NiktoNistMapping.d.ts +0 -10
- package/lib/src/mappings/NiktoNistMapping.d.ts.map +0 -1
- package/lib/src/mappings/NiktoNistMapping.js +0 -22
- package/lib/src/mappings/NiktoNistMapping.js.map +0 -1
- package/lib/src/mappings/NiktoNistMappingData.d.ts +0 -8944
- package/lib/src/mappings/NiktoNistMappingData.d.ts.map +0 -1
- package/lib/src/mappings/NiktoNistMappingData.js +0 -8947
- package/lib/src/mappings/NiktoNistMappingData.js.map +0 -1
- package/lib/src/mappings/NiktoNistMappingItem.d.ts +0 -9
- package/lib/src/mappings/NiktoNistMappingItem.d.ts.map +0 -1
- package/lib/src/mappings/NiktoNistMappingItem.js +0 -32
- package/lib/src/mappings/NiktoNistMappingItem.js.map +0 -1
- package/lib/src/mappings/NistCciMappingData.d.ts +0 -2
- package/lib/src/mappings/NistCciMappingData.d.ts.map +0 -1
- package/lib/src/mappings/NistCciMappingData.js +0 -27
- package/lib/src/mappings/NistCciMappingData.js.map +0 -1
- package/lib/src/mappings/OwaspNistMapping.d.ts +0 -14
- package/lib/src/mappings/OwaspNistMapping.d.ts.map +0 -1
- package/lib/src/mappings/OwaspNistMapping.js +0 -57
- package/lib/src/mappings/OwaspNistMapping.js.map +0 -1
- package/lib/src/mappings/OwaspNistMappingData.d.ts +0 -8
- package/lib/src/mappings/OwaspNistMappingData.d.ts.map +0 -1
- package/lib/src/mappings/OwaspNistMappingData.js +0 -76
- package/lib/src/mappings/OwaspNistMappingData.js.map +0 -1
- package/lib/src/mappings/OwaspNistMappingItem.d.ts +0 -10
- package/lib/src/mappings/OwaspNistMappingItem.d.ts.map +0 -1
- package/lib/src/mappings/OwaspNistMappingItem.js +0 -39
- package/lib/src/mappings/OwaspNistMappingItem.js.map +0 -1
- package/lib/src/mappings/ScoutsuiteNistMapping.d.ts +0 -11
- package/lib/src/mappings/ScoutsuiteNistMapping.d.ts.map +0 -1
- package/lib/src/mappings/ScoutsuiteNistMapping.js +0 -31
- package/lib/src/mappings/ScoutsuiteNistMapping.js.map +0 -1
- package/lib/src/mappings/ScoutsuiteNistMappingData.d.ts +0 -5
- package/lib/src/mappings/ScoutsuiteNistMappingData.d.ts.map +0 -1
- package/lib/src/mappings/ScoutsuiteNistMappingData.js +0 -562
- package/lib/src/mappings/ScoutsuiteNistMappingData.js.map +0 -1
- package/lib/src/mappings/ScoutsuiteNistMappingItem.d.ts +0 -7
- package/lib/src/mappings/ScoutsuiteNistMappingItem.d.ts.map +0 -1
- package/lib/src/mappings/ScoutsuiteNistMappingItem.js +0 -23
- package/lib/src/mappings/ScoutsuiteNistMappingItem.js.map +0 -1
- package/lib/src/msft-secure-score-mapper.d.ts +0 -34
- package/lib/src/msft-secure-score-mapper.d.ts.map +0 -1
- package/lib/src/msft-secure-score-mapper.js +0 -271
- package/lib/src/msft-secure-score-mapper.js.map +0 -1
- package/lib/src/nessus-mapper.d.ts +0 -17
- package/lib/src/nessus-mapper.d.ts.map +0 -1
- package/lib/src/nessus-mapper.js +0 -370
- package/lib/src/nessus-mapper.js.map +0 -1
- package/lib/src/netsparker-mapper.d.ts +0 -16
- package/lib/src/netsparker-mapper.d.ts.map +0 -1
- package/lib/src/netsparker-mapper.js +0 -285
- package/lib/src/netsparker-mapper.js.map +0 -1
- package/lib/src/neuvector-mapper.d.ts +0 -14
- package/lib/src/neuvector-mapper.d.ts.map +0 -1
- package/lib/src/neuvector-mapper.js +0 -170
- package/lib/src/neuvector-mapper.js.map +0 -1
- package/lib/src/nikto-mapper.d.ts +0 -10
- package/lib/src/nikto-mapper.d.ts.map +0 -1
- package/lib/src/nikto-mapper.js +0 -133
- package/lib/src/nikto-mapper.js.map +0 -1
- package/lib/src/prisma-mapper.d.ts +0 -25
- package/lib/src/prisma-mapper.d.ts.map +0 -1
- package/lib/src/prisma-mapper.js +0 -211
- package/lib/src/prisma-mapper.js.map +0 -1
- package/lib/src/sarif-mapper.d.ts +0 -10
- package/lib/src/sarif-mapper.d.ts.map +0 -1
- package/lib/src/sarif-mapper.js +0 -190
- package/lib/src/sarif-mapper.js.map +0 -1
- package/lib/src/scoutsuite-mapper.d.ts +0 -10
- package/lib/src/scoutsuite-mapper.d.ts.map +0 -1
- package/lib/src/scoutsuite-mapper.js +0 -302
- package/lib/src/scoutsuite-mapper.js.map +0 -1
- package/lib/src/snyk-mapper.d.ts +0 -15
- package/lib/src/snyk-mapper.d.ts.map +0 -1
- package/lib/src/snyk-mapper.js +0 -197
- package/lib/src/snyk-mapper.js.map +0 -1
- package/lib/src/sonarqube-mapper.d.ts +0 -276
- package/lib/src/sonarqube-mapper.d.ts.map +0 -1
- package/lib/src/sonarqube-mapper.js +0 -826
- package/lib/src/sonarqube-mapper.js.map +0 -1
- package/lib/src/splunk-mapper.d.ts +0 -49
- package/lib/src/splunk-mapper.d.ts.map +0 -1
- package/lib/src/splunk-mapper.js +0 -317
- package/lib/src/splunk-mapper.js.map +0 -1
- package/lib/src/trufflehog-mapper.d.ts +0 -16
- package/lib/src/trufflehog-mapper.d.ts.map +0 -1
- package/lib/src/trufflehog-mapper.js +0 -115
- package/lib/src/trufflehog-mapper.js.map +0 -1
- package/lib/src/twistlock-mapper.d.ts +0 -16
- package/lib/src/twistlock-mapper.d.ts.map +0 -1
- package/lib/src/twistlock-mapper.js +0 -198
- package/lib/src/twistlock-mapper.js.map +0 -1
- package/lib/src/utils/CCI_List.d.ts +0 -2
- package/lib/src/utils/CCI_List.d.ts.map +0 -1
- package/lib/src/utils/CCI_List.js +0 -56259
- package/lib/src/utils/CCI_List.js.map +0 -1
- package/lib/src/utils/attestations.d.ts +0 -12
- package/lib/src/utils/attestations.d.ts.map +0 -1
- package/lib/src/utils/attestations.js +0 -234
- package/lib/src/utils/attestations.js.map +0 -1
- package/lib/src/utils/compliance.d.ts +0 -4
- package/lib/src/utils/compliance.d.ts.map +0 -1
- package/lib/src/utils/compliance.js +0 -35
- package/lib/src/utils/compliance.js.map +0 -1
- package/lib/src/utils/fingerprinting.d.ts +0 -35
- package/lib/src/utils/fingerprinting.d.ts.map +0 -1
- package/lib/src/utils/fingerprinting.js +0 -220
- package/lib/src/utils/fingerprinting.js.map +0 -1
- package/lib/src/utils/global.d.ts +0 -16
- package/lib/src/utils/global.d.ts.map +0 -1
- package/lib/src/utils/global.js +0 -111
- package/lib/src/utils/global.js.map +0 -1
- package/lib/src/utils/parseJson.d.ts +0 -6
- package/lib/src/utils/parseJson.d.ts.map +0 -1
- package/lib/src/utils/parseJson.js +0 -17
- package/lib/src/utils/parseJson.js.map +0 -1
- package/lib/src/utils/result.d.ts +0 -8
- package/lib/src/utils/result.d.ts.map +0 -1
- package/lib/src/utils/result.js +0 -3
- package/lib/src/utils/result.js.map +0 -1
- package/lib/src/utils/splunk-tools.d.ts +0 -6
- package/lib/src/utils/splunk-tools.d.ts.map +0 -1
- package/lib/src/utils/splunk-tools.js +0 -117
- package/lib/src/utils/splunk-tools.js.map +0 -1
- package/lib/src/veracode-mapper.d.ts +0 -10
- package/lib/src/veracode-mapper.d.ts.map +0 -1
- package/lib/src/veracode-mapper.js +0 -491
- package/lib/src/veracode-mapper.js.map +0 -1
- package/lib/src/xccdf-results-mapper.d.ts +0 -16
- package/lib/src/xccdf-results-mapper.d.ts.map +0 -1
- package/lib/src/xccdf-results-mapper.js +0 -509
- package/lib/src/xccdf-results-mapper.js.map +0 -1
- package/lib/src/zap-mapper.d.ts +0 -18
- package/lib/src/zap-mapper.d.ts.map +0 -1
- package/lib/src/zap-mapper.js +0 -238
- package/lib/src/zap-mapper.js.map +0 -1
- package/lib/tsconfig.build.tsbuildinfo +0 -1
- package/lib/types/neuvector-types.d.ts +0 -105
- package/lib/types/neuvector-types.d.ts.map +0 -1
- package/lib/types/neuvector-types.js +0 -83
- package/lib/types/neuvector-types.js.map +0 -1
- package/lib/types/splunk-config-types.d.ts +0 -14
- package/lib/types/splunk-config-types.d.ts.map +0 -1
- package/lib/types/splunk-config-types.js +0 -3
- package/lib/types/splunk-config-types.js.map +0 -1
- package/lib/types/splunk-control-types.d.ts +0 -44
- package/lib/types/splunk-control-types.d.ts.map +0 -1
- package/lib/types/splunk-control-types.js +0 -3
- package/lib/types/splunk-control-types.js.map +0 -1
- package/lib/types/splunk-profile-types.d.ts +0 -54
- package/lib/types/splunk-profile-types.d.ts.map +0 -1
- package/lib/types/splunk-profile-types.js +0 -3
- package/lib/types/splunk-profile-types.js.map +0 -1
- package/lib/types/splunk-report-types.d.ts +0 -21
- package/lib/types/splunk-report-types.d.ts.map +0 -1
- package/lib/types/splunk-report-types.js +0 -3
- 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
|