From 4769b0edc874c350e65da78b570dc78d3dba04aa Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Fri, 19 Aug 2022 11:20:56 -0400 Subject: [PATCH] Project: Add fields from some models to vulture_allowlist.py --- vulture_allowlist.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 71b0e2ece..205081b65 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -211,6 +211,13 @@ _serialize_credentials # unused method (monkey/common/credentials/credentials:6 _make_simulation # unused method (monkey/monkey_island/cc/models/simulation.py:19 operating_system_version _make_sequence_immutable +Agent +machine_id +stop_time +parent_id +cc_server +hardware_id +connections # TODO DELETE AFTER RESOURCE REFACTORING