Skip to content

Commit

Permalink
Add _target field to record for Defender exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
DevJoost committed Sep 10, 2024
1 parent ca2c1ca commit b3342da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dissect/target/plugins/os/windows/defender.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ def exclusions(self) -> Iterator[DefenderExclusionRecord]:
regf_mtime=exclusion_type_subkey.timestamp,
type=exclusion_type,
value=exclusion_value,
_target=self.target,
)

def _mplog_processimage(self, data: dict) -> Iterator[DefenderMPLogProcessImageRecord]:
Expand Down

0 comments on commit b3342da

Please sign in to comment.