Skip to content

Fix multiple HTTP APIs incorrectly marked as supporting HTTPS - #1040

Open
JosephJonathanFernandes wants to merge 1 commit into
marcelscruz:mainfrom
JosephJonathanFernandes:fix-reverse-https-errors
Open

Fix multiple HTTP APIs incorrectly marked as supporting HTTPS#1040
JosephJonathanFernandes wants to merge 1 commit into
marcelscruz:mainfrom
JosephJonathanFernandes:fix-reverse-https-errors

Conversation

@JosephJonathanFernandes

@JosephJonathanFernandes JosephJonathanFernandes commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

I noticed several APIs in the list explicitly used an http:// link (unencrypted) but were incorrectly marked as Yes in the HTTPS column.

I ran an audit script across the entire repository to find every API where the link strictly starts with http:// but the HTTPS column falsely claims Yes. I found exactly 25 APIs with this discrepancy.

This PR is a bulk fix that updates all 25 of these APIs to correctly display No in the HTTPS column, ensuring developers are not misled about the security of these endpoints

Review in cubic

@stannamek stannamek added the triage/under-review Under review by the maintainer label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage/under-review Under review by the maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants