(self, test)
| 123 | 'Wed, 09 Feb 1994834 22:23:32 GMT', |
| 124 | ]) |
| 125 | def test_http2time_garbage(self, test): |
| 126 | self.assertIsNone(http2time(test)) |
| 127 | |
| 128 | def test_http2time_redos_regression_actually_completes(self): |
| 129 | # LOOSE_HTTP_DATE_RE was vulnerable to malicious input which caused catastrophic backtracking (REDoS). |
nothing calls this directly
no test coverage detected