From 5ac4436794a4193e359144585783d0027b59bef3 Mon Sep 17 00:00:00 2001 From: Jack Vander Pol Date: Tue, 3 Dec 2024 11:13:38 -0500 Subject: [PATCH 1/4] Update versioning.rst to explain x.y.z format --- guidelines/versioning.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/guidelines/versioning.rst b/guidelines/versioning.rst index 3c9e287..08ed15e 100644 --- a/guidelines/versioning.rst +++ b/guidelines/versioning.rst @@ -3,8 +3,12 @@ OVAL Versioning =============== -Details of OVAL core and platform versioning schemes ported from: +OVAL 5.12 and later use a simple X.Y.Z format, which is applied to all .xsd files for a given release. + + Example: 5.12 + +OVAL 5.11 has a more complex versioning structure: - http://ovalproject.github.io/documentation/policy/versioning/ - https://github.com/OVALProject/Language/issues/281 -- http://ovalproject.github.io/documentation/policy/deprecation/ \ No newline at end of file +- http://ovalproject.github.io/documentation/policy/deprecation/ From e6e95b574ecf3c4f7c8587935d239ece9f6ec2e8 Mon Sep 17 00:00:00 2001 From: Jack Vander Pol Date: Tue, 3 Dec 2024 11:15:32 -0500 Subject: [PATCH 2/4] Delete guidelines/specifications.rst as specifications are no longer maintained --- guidelines/specifications.rst | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 guidelines/specifications.rst diff --git a/guidelines/specifications.rst b/guidelines/specifications.rst deleted file mode 100644 index 91a9504..0000000 --- a/guidelines/specifications.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. _specifications: - -OVAL Specifications -=================== - -These specifications detail the current version of OVAL, as well as the UNIX and Windows extensions. They can all be downloaded as .docx files. - -* :download:`OVAL Language Specification <../oval-specifications/oval-language-specification.docx>` -* :download:`OVAL UNIX Extension Specification <../oval-specifications/oval-unix-extension-specification.docx>` -* :download:`OVAL Windows Extension Specification <../oval-specifications/oval-windows-extension-specification.docx>` From 4dc1ee531abf43087cc305ab51b927b14c2d0ee4 Mon Sep 17 00:00:00 2001 From: Jack Vander Pol Date: Tue, 3 Dec 2024 11:22:18 -0500 Subject: [PATCH 3/4] Added AWS and Palo Alto Pan-OS --- guidelines/oval-schema-documentation/index.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/guidelines/oval-schema-documentation/index.rst b/guidelines/oval-schema-documentation/index.rst index 66f0c48..08b0760 100644 --- a/guidelines/oval-schema-documentation/index.rst +++ b/guidelines/oval-schema-documentation/index.rst @@ -26,6 +26,11 @@ Independent * Platform-Independent: :doc:`Definitions `, :doc:`System Characteristics ` +Cloud +^^^^^^^^^^^ + +* Amazon AWS: :doc:`Definitions `, :doc:`System Characteristics ` + Mobile Devices ^^^^^^^^^^^^^^ @@ -42,6 +47,7 @@ Network Devices * Cisco PIX: :doc:`Definitions `, :doc:`System Characteristics ` * Juniper JunOS: :doc:`Definitions `, :doc:`System Characteristics ` * NETCONF: :doc:`Definitions `, :doc:`System Characteristics ` +* Palo Alto PAN-OS: :doc:`Definitions `, :doc:`System Characteristics ` Microsoft-Specific ^^^^^^^^^^^^^^^^^^ @@ -86,12 +92,16 @@ Application-Specific android-system-characteristics-schema asa-definitions-schema asa-system-characteristics-schema + aws-definitions-schema + aws-system-characteristics-schema catos-definitions-schema catos-system-characteristics-schema ios-definitions-schema ios-system-characteristics-schema iosxe-definitions-schema iosxe-system-characteristics-schema + panos-definitions-schema + panos-system-characteristics-schema pixos-definitions-schema pixos-system-characteristics-schema junos-definitions-schema @@ -119,4 +129,4 @@ Application-Specific esx-definitions-schema esx-system-characteristics-schema apache-definitions-schema - apache-system-characteristics-schema \ No newline at end of file + apache-system-characteristics-schema From 11963b46b559719546721bafc1efb54a6f2231a5 Mon Sep 17 00:00:00 2001 From: Jack Vander Pol Date: Tue, 3 Dec 2024 11:26:43 -0500 Subject: [PATCH 4/4] Update README.md with docs for 5.11.2 and 5.12 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0395719..c4f2da4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # The OVAL Language Documentation -For more information, please see [The OVAL Community Guidelines](http://oval-community-guidelines.readthedocs.io/en/latest/). +For OVAL 5.12 Documentation https://oval-community-guidelines.readthedocs.io/en/latest/ + +For OVAL 5.11.2 Documentation https://oval-community-guidelines.readthedocs.io/en/5.11.2_release/ # Notice: -*Posted Sept 19, 2024* - + **The development team of the SCAP Compliance Checker (SCC) at the Naval Information Warfare Center (NWIC) has taken over the role as OVAL Sponsor. If your organization is interested in being part of this development community composed of top security experts, system administrators, and software developers from industry, government, and academia, please reach out to our team at scc.fct@navy.mil**