Skip to content

fix: use release start timestamp for delta zip filename#130

Open
enriqueesanchz wants to merge 1 commit into
CVEProject:mainfrom
enriqueesanchz:fix/delta-filename-timestamp
Open

fix: use release start timestamp for delta zip filename#130
enriqueesanchz wants to merge 1 commit into
CVEProject:mainfrom
enriqueesanchz:fix/delta-filename-timestamp

Conversation

@enriqueesanchz
Copy link
Copy Markdown

The delta zip filename was derived from new Date() inside DeltaCommand.run(), which captures the time when the function executes rather than when the release started.

If processing crosses an hour boundary the filename ends up one hour ahead of the release tag (e.g. tag cve_2026-01-29_0200Z contains a file named 2026-01-29_delta_CVEs_at_0300Z.zip).

Fixes #124

The delta zip filename was derived from new Date() inside DeltaCommand.run(),
which captures the time when the function executes rather than when the release
started.

If processing crosses an hour boundary the filename ends up one hour
ahead of the release tag (e.g. tag cve_2026-01-29_0200Z contains a file named
2026-01-29_delta_CVEs_at_0300Z.zip).

Fixes CVEProject#124
@enriqueesanchz
Copy link
Copy Markdown
Author

Can you please review? @hkong-mitre @rbrittonMitre @jdaigneau5

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delta cves naming inconsistency

1 participant