update invicti parser to use FirstSeenDate by paulOsinski · Pull Request #14610 · DefectDojo/django-DefectDojo
Navigation Menu
{{ message }}
DefectDojo / django-DefectDojo Public
- Notifications You must be signed in to change notification settings
- Fork 1.8k
Open
paulOsinski wants to merge 1 commit intoDefectDojo:bugfixfrom
Open
update invicti parser to use FirstSeenDate#14610
paulOsinski wants to merge 1 commit intoDefectDojo:bugfixfrom
update invicti parser to use FirstSeenDate#14610
paulOsinski wants to merge 1 commit intoDefectDojo:bugfixfrom
Conversation
Copy link Copy Markdown
Contributor
paulOsinski
commented
Mar 30, 2026
paulOsinski
commented
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.
paulOsinski
requested review from
Maffooch and
mtesauro
as code owners
github-actions
bot
added
unittests
parser
labels
valentijnscholten
added this to the
2.57.0 milestone
Maffooch requested changes Apr 1, 2026
| 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
Maffooch
modified the milestones:
2.57.0,
2.57.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment