Skip to content

registry: upgrade http→https where https is verified working#92

Merged
kurtseifried merged 1 commit into
mainfrom
https-url-upgrades
Jun 19, 2026
Merged

registry: upgrade http→https where https is verified working#92
kurtseifried merged 1 commit into
mainfrom
https-url-upgrades

Conversation

@kurtseifried

Copy link
Copy Markdown
Collaborator

Upgrades 5 source URLs (6 occurrences across 4 files) from http:// to https://, after probing each with tools/check-http-urls.py (from the 2026-06 security audit) and confirming https serves the resource with a valid cert.

Upgraded (https verified)

  • bugs.9front.org/ + /disclosuredisclosure/org/9front.json
  • support.zte.com.cn/support/news/NewsMain.aspxdisclosure/cn/com/zte.json
  • www.leg.state.fl.us/statutes/regulation/gov/florida.json
  • www.vapidlabs.com/disclosure/com/me.json

Format-preserving (targeted string replace); all 4 files re-validated as JSON.

Intentionally left as http (https broken — follow-up)

  • veriscommunity.net — https cert hostname mismatch
  • www.pentest-standard.org — https protocol error (UNEXPECTED_EOF)
  • → both should go in the planned http-exception-allowlist.txt

Flagged for manual review (not touched)

  • www.planalto.gov.br — connection reset on both schemes (likely User-Agent blocking of a live gov site, not down)
  • www.vapidlabs.com/misc/policy.html — 404 on both schemes (dead link)

🤖 Generated with Claude Code

Probed every http:// source URL (tools/check-http-urls.py from the 2026-06
security audit); upgraded the 5 where https serves the resource with a valid
cert (6 occurrences across 4 files): 9front bugs tracker, ZTE support, vapidlabs
root, Florida statutes. Format-preserving; JSON re-validated.

Left as http (https broken): veriscommunity.net (cert hostname mismatch),
www.pentest-standard.org (https protocol error) -> add to http allowlist.
Flagged for manual review (not auto-touched): www.planalto.gov.br (connection
reset on both schemes — likely UA-blocking, live gov site) and a dead
vapidlabs policy path (404 both schemes).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@kurtseifried kurtseifried merged commit 581e560 into main Jun 19, 2026
2 checks passed
@kurtseifried kurtseifried deleted the https-url-upgrades branch June 19, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant