Changes between Initial Version and Version 4 of Ticket #36715


Ignore:
Timestamp:
Nov 7, 2025, 5:34:24 AM (2 days ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36715

    • Property Owner set to Varun Kasyap Pentamaraju
    • Property Status newassigned
    • Property Has patch set
  • Ticket #36715 – Description

    initial v4  
    1 From Skrc Prst (skrcprst) on HackerOne:
    2 
    3 When looking at humanize filters I discovered intcomma filter does not robustly handle values that are not a finite number, like Inf, -Inf, Infinity, -Infinity, NaN or sNaN, and raises a TypeError that is not caught in the calling code.
     1When looking at humanize filters, an anonymous reporter discovered that the intcomma filter does not robustly handle values that are not a finite number, like Inf, -Inf, Infinity, -Infinity, NaN or sNaN, and raises a TypeError that is not caught in the calling code.
    42
    53{{{#!python
Back to Top