|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to Http11Probe are documented in this file. |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +### Added |
| 8 | +- **Server configuration pages** — per-server docs pages showing Dockerfile, source code, and config files for all 36 tested servers (`docs/content/servers/`) |
| 9 | +- **Clickable server names** — server names in the probe results table and summary bar chart now link to their configuration page |
| 10 | + |
| 11 | +## [2026-02-12] |
| 12 | + |
| 13 | +### Added |
| 14 | +- **Request/response detail tooltips** — hover over a result pill to see the raw response; click to open a modal with both the raw request and response (#27) |
| 15 | +- Repository cleanup — removed clutter files (probe-glyph.json, pycache, package-lock.json, DotSettings.user) |
| 16 | + |
| 17 | +### Fixed |
| 18 | +- BARE-LF tests (RFC 9112 §2.2) adjusted to warn on 2xx instead of fail, matching RFC SHOULD-level requirement (#21) |
| 19 | + |
| 20 | +### Removed |
| 21 | +- Proxy compliance tests removed from the suite (#20) |
| 22 | + |
| 23 | +## [2026-02-11] |
| 24 | + |
| 25 | +### Added |
| 26 | +- POST endpoint for Kestrel (ASP.NET Minimal) server (#13) |
| 27 | +- POST endpoint for Quarkus server (#14) |
| 28 | +- POST endpoint for Spring Boot server (#16) |
| 29 | +- POST endpoint for Express server (#17) |
| 30 | + |
| 31 | +### Fixed |
| 32 | +- H2O server now allows POST commands (#19) |
| 33 | +- Flask server routing and default port (#11) |
| 34 | +- SimpleW server POST handling and version update (#5) |
| 35 | + |
| 36 | +## [2026-02-09] |
| 37 | + |
| 38 | +### Added |
| 39 | +- SimpleW server contributed by stratdev3 (#2) |
| 40 | + |
| 41 | +### Fixed |
| 42 | +- Glyph server — reset request state on each new connection (#3) |
| 43 | +- In-development frameworks now filtered from results (#4) |
| 44 | +- SimpleW removed from blacklisted servers |
| 45 | + |
| 46 | +## [2026-02-08] |
| 47 | + |
| 48 | +### Added |
| 49 | +- **30 new tests** — body/content handling, chunked TE attack vectors, and additional compliance/smuggling tests (46 → 80 → 110+) |
| 50 | +- **7 new servers** — Actix, Ntex, Bun, H2O, NetCoreServer, Sisk, Watson |
| 51 | +- **6 more servers** — GenHTTP, SimpleW, EmbedIO, Puma, PHP, Deno, and others (total: 36) |
| 52 | +- **Deep analysis docs** — verified RFC evidence and ABNF grammar added to all glossary pages |
| 53 | +- **Exact HTTP request code blocks** in all glossary pages |
| 54 | +- **Category filter** — filter probe results by Compliance, Smuggling, or Malformed Input |
| 55 | +- **Language filter** — filter servers by programming language |
| 56 | +- **Sub-tables** — result tables split into logical groups within each category |
| 57 | +- **Unscored tests** — separate bucket for RFC-compliant reference tests, shown with reduced opacity and asterisk |
| 58 | +- **CLI improvements** — `--test` filter, `--help`, docs links in output, selected test display |
| 59 | +- **Summary bar chart** — ranked bars replacing summary badges, with pass/warn/fail/unscored segments |
| 60 | +- **Scrollbar styling** — themed scrollbars for probe result tables |
| 61 | +- **Custom favicon** — shield icon for browser tab |
| 62 | +- **Docs logo** — minimal shield outline |
| 63 | + |
| 64 | +### Fixed |
| 65 | +- Summary fail count derivation so pass + warn + fail = total |
| 66 | +- Unscored double-counting in summary statistics |
| 67 | +- Sort order: rank by scored pass + scored warn only |
| 68 | +- Puma Dockerfile: install build-essential for nio4r native extension |
| 69 | +- Deno Dockerfile: use `latest` tag instead of nonexistent `:2` |
| 70 | +- FRAGMENT-IN-TARGET re-scored as strict (implicit grammar prohibition) |
| 71 | +- Nancy and Nginx failing to start in CI |
| 72 | +- All servers bound to `0.0.0.0` for Docker reachability |
| 73 | + |
| 74 | +### Removed |
| 75 | +- Redundant SMUG-HEADER-INJECTION test (covered by other smuggling tests) |
| 76 | +- Nancy server removed from probe (no probe.json) |
| 77 | + |
| 78 | +## [2026-02-07] |
| 79 | + |
| 80 | +### Added |
| 81 | +- **Initial release** — extracted from Glyph11 into standalone Http11Probe repository |
| 82 | +- 12 standalone test servers dockerized with Docker Compose |
| 83 | +- Sequential probe workflow — one server at a time on port 8080 |
| 84 | +- CI probe workflow (`.github/workflows/probe.yml`) with STRICT expectations dictionary |
| 85 | +- Hugo + Hextra documentation site with glossary, per-test docs, and probe results pages |
| 86 | +- Separate pages for Compliance, Smuggling, Malformed Input categories |
| 87 | +- Landing page with platform framing and contributor onboarding |
| 88 | +- "Add a Framework" documentation page |
| 89 | + |
| 90 | +### Fixed |
| 91 | +- Docker image tags lowercased as required |
| 92 | +- Git worktree/orphan branch creation for latest-results |
| 93 | +- GlyphServer: replaced manual buffer with PipeReader, fixed closing without response on oversized requests |
| 94 | +- Pingora build: added cmake and g++ to build stage |
0 commit comments