Skip to content

Commit

Permalink
fixed github issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
vsun757 committed Jul 24, 2023
1 parent 7e1173f commit 8a4a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stix_primer/remove_revoked_deprecated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://github.com/mitre/cti/issues/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 <https://github.com/mitre/cti/issues/127>`_ for more details.

.. code-block:: python
Expand Down

0 comments on commit 8a4a7fe

Please sign in to comment.