AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 18 Bitcoin

Properly format Custom Range in date range selector (#7439)

Public commit record

What the developer wrote

Authored by Nicolas Dorier

58/100 · Thin
Properly format Custom Range in date range selector (#7439)
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Links an issue, advisory, or supporting reference! No meaningful explanatory body
The short version

What changed, and why it matters

This commit fixes how a custom date range is displayed and submitted in BTCPay Server's web interface. It changes the way the browser's timezone is sent back to the server and how date/time inputs are pre-filled. There is no clear security bug being fixed; it appears to be a user-experience and correctness improvement for date filtering.

Recommended action

Treat as a routine UI/UX fix. If reviewing for security, verify that the new FilterCommand value is validated server-side (TimeZones.TryGet) and that the date input values are rendered safely in Razor to avoid XSS. No immediate security action is indicated by the diff alone.

Security signals we found

01

No explicit security relevance stated in commit title or message

02

Changes input handling and form submission for date/time filters

03

Removes a named form input (TimeZone) and replaces it with a submit button carrying a structured command

04

Adjusts timezone normalization in date parsing (Unspecified + tz -> UTC)

05

No input validation/sanitization changes visible in diff

Risk score

Why this scored 18/100

Our methodology →
Potential impact 2/30
Exploitability 2/25
Stealth signal 1/15
Affected reach 3/15
Confidence 7/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.