Skip to content

update invicti parser to use FirstSeenDate#14610

Open
paulOsinski wants to merge 1 commit intoDefectDojo:bugfixfrom
paulOsinski:invicti
Open

update invicti parser to use FirstSeenDate#14610
paulOsinski wants to merge 1 commit intoDefectDojo:bugfixfrom
paulOsinski:invicti

Conversation

@paulOsinski
Copy link
Copy Markdown
Contributor

Invicti parser will now apply FirstScanDate, if present, to the Finding's date object. This change does not affect deduplication or anything destructive, we're simply parsing new data that we weren't before.

dupe_key = title
request = item["HttpRequest"].get("Content", None)
response = item["HttpResponse"].get("Content", None)
finding_date = _parse_date(item.get("FirstSeenDate")) or scan_date
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should reflect the USE_FIRST_SEEN flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants