Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-pfr9-2p92-qrhq",
"modified": "2024-10-09T14:34:24Z",
"modified": "2026-04-21T00:00:00Z",
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

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

The PR description states only fixed: "0.22.0" -> "0.22.1", but this change also updates the modified timestamp. Please either update the PR description to mention the modified bump or avoid changing modified if this repository expects tooling to manage it.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

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

Setting modified to a hardcoded midnight timestamp (T00:00:00Z) can reduce auditability and may not reflect the actual edit time. Prefer using the actual RFC3339 timestamp for when the advisory was updated (or leaving this field unchanged if it’s meant to be auto-updated by the repo’s publishing tooling).

Suggested change
"modified": "2026-04-21T00:00:00Z",
"modified": "2026-04-21T12:00:00Z",

Copilot uses AI. Check for mistakes.
"published": "2024-10-09T14:34:24Z",
"aliases": [],
"summary": "Databento Binary Encoding (DBN) has a heap buffer overflow using c_chars_to_str function",
Expand Down Expand Up @@ -30,7 +30,7 @@
"introduced": "0"
},
{
"fixed": "0.22.0"
"fixed": "0.22.1"
}
]
}
Expand Down
Loading