Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OVAL-Community/OVAL
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderpol committed Dec 3, 2024
2 parents d68b484 + 11963b4 commit fc011ae
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]**

12 changes: 11 additions & 1 deletion guidelines/oval-schema-documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Independent

* Platform-Independent: :doc:`Definitions <independent-definitions-schema>`, :doc:`System Characteristics <independent-system-characteristics-schema>`

Cloud
^^^^^^^^^^^

* Amazon AWS: :doc:`Definitions <aws-definitions-schema>`, :doc:`System Characteristics <aws-system-characteristics-schema>`

Mobile Devices
^^^^^^^^^^^^^^

Expand All @@ -42,6 +47,7 @@ Network Devices
* Cisco PIX: :doc:`Definitions <pixos-definitions-schema>`, :doc:`System Characteristics <pixos-system-characteristics-schema>`
* Juniper JunOS: :doc:`Definitions <junos-definitions-schema>`, :doc:`System Characteristics <junos-system-characteristics-schema>`
* NETCONF: :doc:`Definitions <netconf-definitions-schema>`, :doc:`System Characteristics <netconf-system-characteristics-schema>`
* Palo Alto PAN-OS: :doc:`Definitions <panos-definitions-schema>`, :doc:`System Characteristics <panos-system-characteristics-schema>`

Microsoft-Specific
^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -119,4 +129,4 @@ Application-Specific
esx-definitions-schema
esx-system-characteristics-schema
apache-definitions-schema
apache-system-characteristics-schema
apache-system-characteristics-schema
10 changes: 0 additions & 10 deletions guidelines/specifications.rst

This file was deleted.

8 changes: 6 additions & 2 deletions guidelines/versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
- http://ovalproject.github.io/documentation/policy/deprecation/

0 comments on commit fc011ae

Please sign in to comment.