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** 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 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>` 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/