| 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. |
| | 1 | When 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. |