From bd3b13d32513e2cee3487fc0e21badd5e562173b Mon Sep 17 00:00:00 2001 From: Sun Date: Mon, 24 Jul 2023 16:53:17 -0400 Subject: [PATCH] fixed italics in removed revoked page --- docs/stix_primer/remove_revoked_deprecated.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stix_primer/remove_revoked_deprecated.rst b/docs/stix_primer/remove_revoked_deprecated.rst index ab873dee..4cd21562 100644 --- a/docs/stix_primer/remove_revoked_deprecated.rst +++ b/docs/stix_primer/remove_revoked_deprecated.rst @@ -5,7 +5,7 @@ Revoked and deprecated objects are kept in the knowledge base so that workflows broken. We recommend you filter out revoked and deprecated objects from your views whenever possible since they are no longer maintained by ATT&CK. -We recommend _not_ using built-in STIX filters for removing revoked objects (e.g ``Filter('revoked', '=', False)``). This is because the behavior of this specific filter is inconsistent depending on the method of access (using local data or accessing via the TAXII server). We recommend using the following code example to filter revoked objects instead. See `issue #127 `_ for more details. +We recommend `not` using built-in STIX filters for removing revoked objects (e.g ``Filter('revoked', '=', False)``). This is because the behavior of this specific filter is inconsistent depending on the method of access (using local data or accessing via the TAXII server). We recommend using the following code example to filter revoked objects instead. See `issue #127 `_ for more details. .. code-block:: python