From ae06824503b7ab8a25ee74bf78fd86cfb8be825e Mon Sep 17 00:00:00 2001 From: Emily Ratliff Date: Mon, 25 Sep 2023 12:27:46 -0500 Subject: [PATCH 1/2] Add status column for extensions and 2 new to list --- resources.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/resources.md b/resources.md index a5f6813..0245cea 100644 --- a/resources.md +++ b/resources.md @@ -79,14 +79,18 @@ Note: This version of the specification is no longer a multipart document. Older ### STIX Extensions {: .table .table-hover .table-example .table-desc .table-col1-width} -| Extension Name & Link | Extension Description | -| ------ | ----------- | -| [**Incident**](https://github.com/oasis-open/cti-stix-common-objects/blob/main/extension-definition-specifications/incident-core/Incident%20Extension%20Suite.adoc){: target="_blank"} | Objects to allow tracking an incident across its lifecycle | -| [**TLP 2.0**](https://github.com/oasis-open/cti-stix-common-objects/tree/main/extension-definition-specifications/tlp-2.0){: target="_blank"} | Enable the ability to apply TLP 2.0 markings | -| [**Malware Artifact**](https://github.com/oasis-open/cti-stix-common-objects/tree/main/extension-definition-specifications/malware-artifact){: target="_blank"} | Enable the capture of malware artifacts | +| Extension Name & Link | Extension Status | Extension Description | +| ------ | ------ | ----------- | +| [**Incident**](https://github.com/oasis-open/cti-stix-common-objects/blob/main/extension-definition-specifications/incident-core/Incident%20Extension%20Suite.adoc){: target="_blank"} | Specification Track | Objects to allow tracking an incident across its lifecycle | +| [**TLP 2.0**](https://github.com/oasis-open/cti-stix-common-objects/tree/main/extension-definition-specifications/tlp-2.0){: target="_blank"} | External | Apply TLP 2.0 markings to STIX objects | +| [**Malware Artifact**](https://github.com/oasis-open/cti-stix-common-objects/tree/main/extension-definition-specifications/malware-artifact){: target="_blank"} | Open | Capture malware artifacts | +| [**Malware Behavior**](https://github.com/oasis-open/cti-stix-common-objects/tree/main/extension-definition-specifications/malware-behavior){: target="_blank"} | Open | Objects to capture malware behavior information, including objectives, behaviors, and methods | +| [**ACS Data Markings**](https://github.com/oasis-open/cti-stix-common-objects/tree/main/extension-definition-specifications/acs-data-markings){: target="_blank"} | External | Mark STIX obects using the Information Sharing Architecture (ISA) Access Control Specification (ACS) tagging specification | Please submit a pull request or an issue to the [cti-documentation](https://github.com/oasis-open/cti-documentation){: target="_blank"} project, if you would like to have your open extension listed here. +More informataion about how extensions are developed and managed is available in the [STIX Extensions Definition Policy](https://www.oasis-open.org/committees/document.php?document_id=69806&wg_abbrev=cti). + ### OASIS CTI TC [Open Repositories](https://www.oasis-open.org/resources/open-repositories/){: target="_blank"} From af9274e0ab1d5e22ab1c39f671f899d51ae03162 Mon Sep 17 00:00:00 2001 From: Emily Ratliff Date: Mon, 25 Sep 2023 13:51:50 -0500 Subject: [PATCH 2/2] update last_updated to today for extensions update --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 48b2c73..b506020 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ baseurl: "/cti-documentation" # the subpath of your site, e.g. /blog url: "https://oasis-open.github.io" # the base hostname & protocol for your site # DO NOT MODIFY THE `last_updated` date. It should be updated automatically # by the git pre-push hook. -last_updated: "Tue Jul 25 22:51:19 UTC 2023" +last_updated: "Mon Sep 25 22:51:19 UTC 2023" copyright: "Copyright © 2017-2023, OASIS Open" # Build settings