From ae3aed2b2bdb68909c09796a74195b79ab0bd3bb Mon Sep 17 00:00:00 2001 From: "~ . ~" Date: Thu, 16 Jan 2025 13:07:27 -0500 Subject: [PATCH] update oscal version --- .../FedRAMP_rev5_HIGH-baseline_profile.xml | 2 +- ...FedRAMP_rev5_MODERATE-baseline_profile.xml | 2 +- package-lock.json | 20 ++++--------------- package.json | 2 +- 4 files changed, 7 insertions(+), 19 deletions(-) diff --git a/dist/content/rev5/baselines/xml/FedRAMP_rev5_HIGH-baseline_profile.xml b/dist/content/rev5/baselines/xml/FedRAMP_rev5_HIGH-baseline_profile.xml index a7224825a..7b5c5732c 100644 --- a/dist/content/rev5/baselines/xml/FedRAMP_rev5_HIGH-baseline_profile.xml +++ b/dist/content/rev5/baselines/xml/FedRAMP_rev5_HIGH-baseline_profile.xml @@ -5904,7 +5904,7 @@

The service provider develops test plans in accordance with NIST Special Publication 800-34 (as amended); plans are approved by the JAB/AO prior to initiating testing.

- +

The service provider must include the Contingency Plan test results with the security package within the Contingency Plan-designated appendix (Appendix G, Contingency Plan Test Report).

diff --git a/dist/content/rev5/baselines/xml/FedRAMP_rev5_MODERATE-baseline_profile.xml b/dist/content/rev5/baselines/xml/FedRAMP_rev5_MODERATE-baseline_profile.xml index 1afed42d8..c2513faf6 100644 --- a/dist/content/rev5/baselines/xml/FedRAMP_rev5_MODERATE-baseline_profile.xml +++ b/dist/content/rev5/baselines/xml/FedRAMP_rev5_MODERATE-baseline_profile.xml @@ -5045,7 +5045,7 @@

The service provider develops test plans in accordance with NIST Special Publication 800-34 (as amended); plans are approved by the JAB/AO prior to initiating testing.

- +

The service provider must include the Contingency Plan test results with the security package within the Contingency Plan-designated appendix (Appendix G, Contingency Plan Test Report).

diff --git a/package-lock.json b/package-lock.json index 4cd717680..d6f4ada36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "inquirer": "^10.1.8", "js-yaml": "^4.1.0", "jsdom": "^25.0.0", - "oscal": "2.0.7", + "oscal": "2.0.8-rc8", "prettier": "^3.4.2", "ts-node": "^10.9.2", "xml-formatter": "^3.6.3", @@ -28,7 +28,6 @@ "@types/jsdom": "^21.1.7", "@types/xml2js": "^0.4.14", "cross-env": "^7.0.3", - "pretty-data": "^0.40.0", "typescript": "^5.5.2" } }, @@ -2696,10 +2695,9 @@ } }, "node_modules/oscal": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/oscal/-/oscal-2.0.7.tgz", - "integrity": "sha512-V924hmb+QZDuBJGLH63RZui7yzrpVvSQAq9TvWCt2XacrpXqiYwEst0ZyyWza9wrt4zEXJrhAP3wzz1oj38pHA==", - "license": "MIT", + "version": "2.0.8-rc8", + "resolved": "https://registry.npmjs.org/oscal/-/oscal-2.0.8-rc8.tgz", + "integrity": "sha512-4zDAEyPJfJwI/DDfo//E9Uft9NvEvDqFP3A96iUyH/6EYInSClavFLD4mJKoG0EFI3ssJ0QFYT2D1kRmdwe+aw==", "dependencies": { "@terascope/fetch-github-release": "^0.8.10", "@types/sarif": "^2.1.7", @@ -2922,16 +2920,6 @@ "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "node_modules/pretty-data": { - "version": "0.40.0", - "resolved": "https://registry.npmjs.org/pretty-data/-/pretty-data-0.40.0.tgz", - "integrity": "sha512-YFLnEdDEDnkt/GEhet5CYZHCvALw6+Elyb/tp8kQG03ZSIuzeaDWpZYndCXwgqu4NAjh1PI534dhDS1mHarRnQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "*" - } - }, "node_modules/progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", diff --git a/package.json b/package.json index 29ae337b6..a913d9390 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "inquirer": "^10.1.8", "js-yaml": "^4.1.0", "jsdom": "^25.0.0", - "oscal": "2.0.7", + "oscal": "2.0.8-rc8", "prettier": "^3.4.2", "ts-node": "^10.9.2", "xml-formatter": "^3.6.3",