fixed typo causing firstSeen and lastSeen to not be pulled from enrichment data

pull/443/head
Jesse Hedden 2020-11-10 17:20:03 -08:00
parent ab23547844
commit 0650126d6a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class TruSTARParser:
# Relevant fields from each TruSTAR endpoint
SUMMARY_FIELDS = ["severityLevel", "source", "score", "attributes"]
METADATA_FIELDS = ["sightings", "first_seen", "last_seen", "tags"]
METADATA_FIELDS = ["sightings", "firstSeen", "lastSeen", "tags"]
REPORT_BASE_URL = "https://station.trustar.co/constellation/reports/{}"