Merge pull request #443 from trustar/main

fixed typo causing firstSeen and lastSeen to not be pulled from enric…
pull/447/head
Alexandre Dulaunoy 2020-11-11 08:55:19 +01:00 committed by GitHub
commit a9900a6fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/{}"