rabobank-cdc/DeTTECT

Remove `deprecated` and `revoked` functions and use a new one in version 0.3.6

Cyb3rWard0g opened this issue · 0 comments

These two functions are deprecated and have been merged into one:

  • remove_revoked(attack_data)
  • remove_deprecated(attack_data)

This function is new in version 0.3.6
https://github.com/OTRF/ATTACK-Python-Client/blob/0.3.6/attackcti/attack_api.py#L283-L290