update invicti parser to use FirstSeenDate by paulOsinski · Pull Request #14610 · DefectDojo/django-DefectDojo

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

@Maffooch Maffooch modified the milestones: 2.57.0, 2.57.1

Apr 3, 2026

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

Reviewers

@Maffooch Maffooch Maffooch requested changes

@mtesauro mtesauro Awaiting requested review from mtesauro mtesauro is a code owner

Requested changes must be addressed to merge this pull request.

Assignees

No one assigned

Projects

None yet

Milestone

2.57.1

Development

Successfully merging this pull request may close these issues.

3 participants

@paulOsinski @Maffooch @valentijnscholten