Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update canary #1141

Open
wants to merge 29 commits into
base: canary
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d7b0623
fix constraints (#1070)
wandmagic Jan 7, 2025
60b3c50
Add the inter-boundary-component-has-information-type constraint (#1066)
DimitriZhurkin Jan 8, 2025
18a02c9
Hotfix styles (#1076)
wandmagic Jan 8, 2025
1f55a73
Correct constraint message. (#1085)
Gabeblis Jan 9, 2025
608080d
add additional sample content (#1081)
wandmagic Jan 9, 2025
8c1a343
Add new metapath target to 'security-level' constraint (#1079)
Gabeblis Jan 9, 2025
5e3f386
make build (#1080)
wandmagic Jan 10, 2025
60ba7f7
add inventory item constraints (#1063)
wandmagic Jan 10, 2025
a8001aa
Add Allowed Values (#1095)
Gabeblis Jan 13, 2025
ddfb22c
Add allowed values (#1094)
Gabeblis Jan 13, 2025
35fe9a3
Add issue-1043 constraints and tests (#1087)
Gabeblis Jan 14, 2025
2b00ff6
Add 'inventory-item-or-component-has-virtual' constraint and tests (#…
Gabeblis Jan 14, 2025
6821c16
Fix control-implementation-status constraint (#1017)
Gabeblis Jan 14, 2025
e309bd0
Add 'inventory-item-has-is-scanned' constraint and tests (#1077)
Gabeblis Jan 14, 2025
f112e0d
Add 'inventory-item-has-asset-type' constraint and tests (#1078)
Gabeblis Jan 14, 2025
144785b
Fix Example SSP to Pass Tests (#1100)
Gabeblis Jan 15, 2025
f1b5515
Add the inter-boundary-component-has-class-attribute constraint (#1067)
DimitriZhurkin Jan 16, 2025
c0df306
Profile fix issue 1102 (#1103)
Rene2mt Jan 16, 2025
63d3424
Adjust Constraint Target For 'inventory-item-has-vendor-name' (#1099)
Gabeblis Jan 16, 2025
fc633b3
Add the interconnection-component-linked-has-protocol constraint (#1092)
DimitriZhurkin Jan 22, 2025
1ff8a47
Add ADR for attachment handling for #1061 (#1062)
aj-stein-gsa Jan 23, 2025
8c9fa76
PR - Profile fix issue 1093 (#1131)
Rene2mt Jan 24, 2025
830ecb2
Add 'inventory-item-not-system-or-validation' constraint and tests (#…
Gabeblis Jan 31, 2025
11930be
hotifx oscal_server_path (#1140)
wandmagic Feb 3, 2025
475dd1b
Add `inventory-item-has-software-version` constraint (#1039)
Gabeblis Jan 7, 2025
ca4990b
Add 'inventory-item-has-software-name' constraint and tests (#1038)
Gabeblis Jan 7, 2025
651515f
use preview versions of oscal tools (#1072)
wandmagic Jan 13, 2025
1e8c5aa
update feature file
wandmagic Feb 3, 2025
f33f2ec
resolve merge conflicts & apply formatting
wandmagic Feb 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
189 changes: 189 additions & 0 deletions documents/adr/0013-handling-attachments.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions features/fedramp_extensions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Examples:
| cia-impact-has-selected |
| cloud-service-model |
| component-has-authentication-method |
| component-has-diagram-label |
| component-has-non-provider-responsible-role |
| component-has-provider-responsible-role |
| component-has-used-by-link |
Expand Down Expand Up @@ -120,17 +121,24 @@ Examples:
| information-type-has-integrity-impact |
| information-type-system |
| inter-boundary-component-has-information-type |
| inter-boundary-component-information-type-has-class-attribute |
| interconnection-component-linked-has-protocol |
| interconnection-direction |
| interconnection-security |
| inventory-item-allows-authenticated-scan |
| inventory-item-and-component-has-public |
| inventory-item-has-asset-type |
| inventory-item-has-diagram-label |
| inventory-item-has-function |
| inventory-item-has-is-scanned |
| inventory-item-has-scan-type |
| inventory-item-has-software-name |
| inventory-item-has-software-version |
| inventory-item-has-valid-mac-address |
| inventory-item-has-vendor-name |
| inventory-item-not-system-or-validation |
| inventory-item-or-component-has-asset-id |
| inventory-item-or-component-has-virtual |
| inventory-item-public |
| inventory-item-virtual |
| last-accessed-is-datetime |
Expand Down Expand Up @@ -218,6 +226,8 @@ Examples:
| cloud-service-model-PASS.yaml |
| component-has-authentication-method-FAIL.yaml |
| component-has-authentication-method-PASS.yaml |
| component-has-diagram-label-FAIL.yaml |
| component-has-diagram-label-PASS.yaml |
| component-has-non-provider-responsible-role-FAIL.yaml |
| component-has-non-provider-responsible-role-PASS.yaml |
| component-has-used-by-link-FAIL.yaml |
Expand Down Expand Up @@ -382,6 +392,10 @@ Examples:
| information-type-system-PASS.yaml |
| inter-boundary-component-has-information-type-FAIL.yaml |
| inter-boundary-component-has-information-type-PASS.yaml |
| inter-boundary-component-information-type-has-class-attribute-FAIL.yaml |
| inter-boundary-component-information-type-has-class-attribute-PASS.yaml |
| interconnection-component-linked-has-protocol-FAIL.yaml |
| interconnection-component-linked-has-protocol-PASS.yaml |
| interconnection-direction-FAIL.yaml |
| interconnection-direction-PASS.yaml |
| interconnection-security-FAIL.yaml |
Expand All @@ -390,8 +404,14 @@ Examples:
| inventory-item-allows-authenticated-scan-PASS.yaml |
| inventory-item-and-component-has-public-FAIL.yaml |
| inventory-item-and-component-has-public-PASS.yaml |
| inventory-item-has-asset-type-FAIL.yaml |
| inventory-item-has-asset-type-PASS.yaml |
| inventory-item-has-diagram-label-FAIL.yaml |
| inventory-item-has-diagram-label-PASS.yaml |
| inventory-item-has-function-FAIL.yaml |
| inventory-item-has-function-PASS.yaml |
| inventory-item-has-is-scanned-FAIL.yaml |
| inventory-item-has-is-scanned-PASS.yaml |
| inventory-item-has-scan-type-FAIL.yaml |
| inventory-item-has-scan-type-PASS.yaml |
| inventory-item-has-software-name-FAIL.yaml |
Expand All @@ -402,12 +422,16 @@ Examples:
| inventory-item-has-valid-mac-address-PASS.yaml |
| inventory-item-has-vendor-name-FAIL.yaml |
| inventory-item-has-vendor-name-PASS.yaml |
| inventory-item-not-system-or-validation-FAIL.yaml |
| inventory-item-not-system-or-validation-PASS.yaml |
| inventory-item-or-component-has-asset-id-FAIL.yaml |
| inventory-item-or-component-has-asset-id-PASS.yaml |
| inventory-item-public-FAIL.yaml |
| inventory-item-public-PASS.yaml |
| inventory-item-virtual-FAIL.yaml |
| inventory-item-virtual-PASS.yaml |
| iventory-item-or-component-has-virtual-FAIL.yaml |
| iventory-item-or-component-has-virtual-PASS.yaml |
| last-accessed-is-datetime-FAIL.yaml |
| last-accessed-is-datetime-PASS.yaml |
| leveraged-authorization-has-authorization-type-FAIL.yaml |
Expand Down
Loading
Loading