forked from ChelseaKR/oscal-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnist_ifa_ssp.json.out
More file actions
188 lines (187 loc) · 13.3 KB
/
Copy pathnist_ifa_ssp.json.out
File metadata and controls
188 lines (187 loc) · 13.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"document": {
"model": "system-security-plan"
},
"findings": [
{
"code": "PATTERN_NOT_CHECKED",
"location": "/system-security-plan",
"message": "64 value(s) declared as TokenDatatype were not checked against its pattern ^(\\p{L}|_)(\\p{L}|\\p{N}|[.\\-_])*$ , because that pattern uses regular-expression syntax this tool cannot compile. They are neither passed nor failed.",
"property": "TokenDatatype",
"rule": {
"citation": "oscal-validate policy: the schema declares a regular expression this tool cannot compile, because JSON Schema patterns are ECMA-262 regular expressions and Python's re module does not implement the Unicode property escapes ECMA-262 allows. Values governed by such a pattern are reported as unchecked rather than approximated with a hand-written substitute, which would be a rule encoded from memory.",
"retrieved": "-",
"url": "README.md (Limits)"
},
"severity": "UNVERIFIABLE",
"value": "64 value(s)"
},
{
"code": "CONSTRAINT_NOT_EVALUATED",
"location": "/system-security-plan",
"message": "NIST publishes 200 allowed-values constraint(s) that this tool did not evaluate: most allowed-value sets declare allow-other, so a value outside them is not necessarily a violation. They are neither passed nor failed. Every one of them is listed, with its reason, in docs/CONSTRAINT-COVERAGE.md.",
"property": "allowed-values",
"rule": {
"citation": "oscal-validate policy: where the published schema combines alternatives in a form this tool does not resolve, the subtree is left unread and reported. An unread subtree is not a clean one, and the two are never merged in the output.",
"retrieved": "-",
"url": "README.md (Limits)"
},
"severity": "UNVERIFIABLE",
"value": "200 constraint(s)"
},
{
"code": "CONSTRAINT_NOT_EVALUATED",
"location": "/system-security-plan",
"message": "NIST publishes 12 expect constraint(s) that this tool did not evaluate: the test is a Metapath expression, which this tool does not implement. They are neither passed nor failed. Every one of them is listed, with its reason, in docs/CONSTRAINT-COVERAGE.md.",
"property": "expect",
"rule": {
"citation": "oscal-validate policy: where the published schema combines alternatives in a form this tool does not resolve, the subtree is left unread and reported. An unread subtree is not a clean one, and the two are never merged in the output.",
"retrieved": "-",
"url": "README.md (Limits)"
},
"severity": "UNVERIFIABLE",
"value": "12 constraint(s)"
},
{
"code": "CONSTRAINT_NOT_EVALUATED",
"location": "/system-security-plan",
"message": "NIST publishes 1 index constraint(s) that this tool did not evaluate: their target expressions are outside the Metapath subset this tool parses. They are neither passed nor failed. Every one of them is listed, with its reason, in docs/CONSTRAINT-COVERAGE.md.",
"property": "index",
"rule": {
"citation": "oscal-validate policy: where the published schema combines alternatives in a form this tool does not resolve, the subtree is left unread and reported. An unread subtree is not a clean one, and the two are never merged in the output.",
"retrieved": "-",
"url": "README.md (Limits)"
},
"severity": "UNVERIFIABLE",
"value": "1 constraint(s)"
},
{
"code": "CONSTRAINT_NOT_EVALUATED",
"location": "/system-security-plan",
"message": "NIST publishes 25 matches constraint(s) that this tool did not evaluate: the value constraint is applied through Metapath datatype coercion. They are neither passed nor failed. Every one of them is listed, with its reason, in docs/CONSTRAINT-COVERAGE.md.",
"property": "matches",
"rule": {
"citation": "oscal-validate policy: where the published schema combines alternatives in a form this tool does not resolve, the subtree is left unread and reported. An unread subtree is not a clean one, and the two are never merged in the output.",
"retrieved": "-",
"url": "README.md (Limits)"
},
"severity": "UNVERIFIABLE",
"value": "25 constraint(s)"
},
{
"code": "REFERENCE_UNVERIFIABLE",
"location": "/system-security-plan/control-implementation/implemented-requirements/0/control-id",
"message": "This names a control, and no such identifier is declared in the documents supplied. 1 imported document(s) named by this document were not supplied (../select/profile.oscal.json), so the effective data model is incomplete. Supply the imported document with --resolve to settle this.",
"property": "control-id",
"rule": {
"citation": "NIST, \"Identifier Use and UUIDs\", section Scope (page last updated 2025-06-10): \"since OSCAL supports composition relationships, there are many cases where identifiers in a source OSCAL instance need to be referenced from other OSCAL instances. These are considered cross-instance scoped identifier references.\" Where an imported document has not been supplied to this tool, a reference that does not resolve locally may be perfectly valid, and nothing here can settle it.",
"retrieved": "2026-08-14",
"url": "https://pages.nist.gov/OSCAL/learn/concepts/identifier-use/"
},
"severity": "UNVERIFIABLE",
"value": "ac-6.1"
},
{
"code": "REFERENCE_UNVERIFIABLE",
"location": "/system-security-plan/control-implementation/set-parameters/0/param-id",
"message": "This names a parameter, and no such identifier is declared in the documents supplied. 1 imported document(s) named by this document were not supplied (../select/profile.oscal.json), so the effective data model is incomplete. Supply the imported document with --resolve to settle this.",
"property": "param-id",
"rule": {
"citation": "NIST, \"Identifier Use and UUIDs\", section Scope (page last updated 2025-06-10): \"since OSCAL supports composition relationships, there are many cases where identifiers in a source OSCAL instance need to be referenced from other OSCAL instances. These are considered cross-instance scoped identifier references.\" Where an imported document has not been supplied to this tool, a reference that does not resolve locally may be perfectly valid, and nothing here can settle it.",
"retrieved": "2026-08-14",
"url": "https://pages.nist.gov/OSCAL/learn/concepts/identifier-use/"
},
"severity": "UNVERIFIABLE",
"value": "ac-06.01_odp.01"
},
{
"code": "REFERENCE_UNVERIFIABLE",
"location": "/system-security-plan/control-implementation/set-parameters/1/param-id",
"message": "This names a parameter, and no such identifier is declared in the documents supplied. 1 imported document(s) named by this document were not supplied (../select/profile.oscal.json), so the effective data model is incomplete. Supply the imported document with --resolve to settle this.",
"property": "param-id",
"rule": {
"citation": "NIST, \"Identifier Use and UUIDs\", section Scope (page last updated 2025-06-10): \"since OSCAL supports composition relationships, there are many cases where identifiers in a source OSCAL instance need to be referenced from other OSCAL instances. These are considered cross-instance scoped identifier references.\" Where an imported document has not been supplied to this tool, a reference that does not resolve locally may be perfectly valid, and nothing here can settle it.",
"retrieved": "2026-08-14",
"url": "https://pages.nist.gov/OSCAL/learn/concepts/identifier-use/"
},
"severity": "UNVERIFIABLE",
"value": "ac-06.01_odp.02"
},
{
"code": "REFERENCE_UNVERIFIABLE",
"location": "/system-security-plan/control-implementation/set-parameters/2/param-id",
"message": "This names a parameter, and no such identifier is declared in the documents supplied. 1 imported document(s) named by this document were not supplied (../select/profile.oscal.json), so the effective data model is incomplete. Supply the imported document with --resolve to settle this.",
"property": "param-id",
"rule": {
"citation": "NIST, \"Identifier Use and UUIDs\", section Scope (page last updated 2025-06-10): \"since OSCAL supports composition relationships, there are many cases where identifiers in a source OSCAL instance need to be referenced from other OSCAL instances. These are considered cross-instance scoped identifier references.\" Where an imported document has not been supplied to this tool, a reference that does not resolve locally may be perfectly valid, and nothing here can settle it.",
"retrieved": "2026-08-14",
"url": "https://pages.nist.gov/OSCAL/learn/concepts/identifier-use/"
},
"severity": "UNVERIFIABLE",
"value": "ac-06.01_odp.03"
},
{
"code": "REFERENCE_UNVERIFIABLE",
"location": "/system-security-plan/control-implementation/set-parameters/3/param-id",
"message": "This names a parameter, and no such identifier is declared in the documents supplied. 1 imported document(s) named by this document were not supplied (../select/profile.oscal.json), so the effective data model is incomplete. Supply the imported document with --resolve to settle this.",
"property": "param-id",
"rule": {
"citation": "NIST, \"Identifier Use and UUIDs\", section Scope (page last updated 2025-06-10): \"since OSCAL supports composition relationships, there are many cases where identifiers in a source OSCAL instance need to be referenced from other OSCAL instances. These are considered cross-instance scoped identifier references.\" Where an imported document has not been supplied to this tool, a reference that does not resolve locally may be perfectly valid, and nothing here can settle it.",
"retrieved": "2026-08-14",
"url": "https://pages.nist.gov/OSCAL/learn/concepts/identifier-use/"
},
"severity": "UNVERIFIABLE",
"value": "ac-06.01_odp.04"
},
{
"code": "REFERENCE_UNVERIFIABLE",
"location": "/system-security-plan/control-implementation/set-parameters/4/param-id",
"message": "This names a parameter, and no such identifier is declared in the documents supplied. 1 imported document(s) named by this document were not supplied (../select/profile.oscal.json), so the effective data model is incomplete. Supply the imported document with --resolve to settle this.",
"property": "param-id",
"rule": {
"citation": "NIST, \"Identifier Use and UUIDs\", section Scope (page last updated 2025-06-10): \"since OSCAL supports composition relationships, there are many cases where identifiers in a source OSCAL instance need to be referenced from other OSCAL instances. These are considered cross-instance scoped identifier references.\" Where an imported document has not been supplied to this tool, a reference that does not resolve locally may be perfectly valid, and nothing here can settle it.",
"retrieved": "2026-08-14",
"url": "https://pages.nist.gov/OSCAL/learn/concepts/identifier-use/"
},
"severity": "UNVERIFIABLE",
"value": "ac-06.01_odp.05"
},
{
"code": "IMPORT_NOT_SUPPLIED",
"location": "/system-security-plan/import-profile/href",
"message": "No document with this file name was supplied. Identifiers it declares are outside the effective data model this run could see, so references into it are reported UNVERIFIABLE rather than as failures. Pass it with --resolve to settle them.",
"property": "href",
"rule": {
"citation": "NIST, \"URI Usage\", section Linking to another OSCAL object (page last updated 2025-03-03): a reference \"uses a relative reference consisting of only a URI fragment containing the identifier or UUID of the referenced object within the current documents effective data model. The effective data model of a document includes all objects identified with the document and any directly or transitively imported documents.\"",
"retrieved": "2026-08-14",
"url": "https://pages.nist.gov/OSCAL/learn/concepts/uri-use/"
},
"severity": "INFO",
"value": "../select/profile.oscal.json"
},
{
"code": "OSCAL_VERSION_DIFFERS",
"location": "/system-security-plan/metadata/oscal-version",
"message": "The document declares OSCAL 1.1.2. Every finding in this report was produced against the vendored OSCAL 1.2.3 schema and constraint layer, so a difference between the two releases can show up here as a finding about the document.",
"property": "oscal-version",
"rule": {
"citation": "The schema declares metadata/oscal-version in the vendored oscal_complete_schema.json for OSCAL 1.2.3 as \"The OSCAL model version the document was authored against and will conform to as valid.\" This tool judges every document against the vendored OSCAL 1.2.3 schema, whatever release the document names.",
"retrieved": "2026-08-14",
"url": "https://github.com/usnistgov/OSCAL/releases/download/v1.2.3/oscal_complete_schema.json"
},
"severity": "WARNING",
"value": "1.1.2"
}
],
"summary": {
"ERROR": 0,
"INFO": 1,
"UNVERIFIABLE": 11,
"WARNING": 1
},
"tool": {
"name": "oscal-validate",
"version": "0.2.0"
}
}
[exit 0]