Skip to content

Releases: mnot/httplint

v2026.05.2

20 May 00:18

Choose a tag to compare

- Merge pull request #149 from mnot/claude/charset-detection

- Added: chardet-based check for Content-Type charset mismatches
- Merge pull request #148 from mnot/claude/fervent-hugle-6064b4
- Fixed: correct Accept-Query reference
- Added: support for Accept-Patch, Accept-Post, and Accept-Query
- Merge pull request #147 from mnot/claude/sanitize-detail-backticks
- Added: return MarkdownSafe from markdown_list and CSP _make_list
- Fixed: strip backticks from interpolated detail vars by default
- Fixed: DeprecationDateTest failure with newer http-sf
- Fixed: escape attacker-controlled vars in new positive notes
- Added: notes for Link resource hints
- Added: positive note for Network Error Logging configuration
- Added: positive notes for security-related response headers

v2026.05.1

12 May 03:36

Choose a tag to compare

- Fixed: GzipProcessor and BrotliProcessor had no decompression size …

v2026.04.3

11 Apr 01:29

Choose a tag to compare

- Changed: remove duplicative message arguments

- Changed: no longer need to explicitly set request/response valid properties
- Changed: declare field and test types (request, response, any)
- Changed: explicit public API
- Added: isort to make tidy

v2026.04.2

08 Apr 23:41

Choose a tag to compare

v2026.04.1

08 Apr 23:37

Choose a tag to compare

- Fixed: translation format errors

- Fixed: use string literals for methods
- Added: x-content-security-policy and x-webkit-csp are deprecated

v2026.02.3

06 Feb 06:59

Choose a tag to compare

- Fixed: Potential memory leaks

- Fixed: Reduce content-encoding memory usage
- Fixed: check for string variables more carefully in tests

v2026.02.2

31 Jan 21:59

Choose a tag to compare

- Fixed: Linter pickleability

v2026.02.1

31 Jan 21:44

Choose a tag to compare

- Fixed: missing method variables on 405s

- Added: coverage check

v2026.01.17

30 Jan 00:19

Choose a tag to compare

- Fixed: memory leak in content_encoding

v2026.01.16

18 Jan 05:54

Choose a tag to compare

- Added: more deprecated fields