MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
38 stars 9 forks source link

New Rule Proposal: check that RT urls use HTTPS #175

Open owades opened 1 year ago

owades commented 1 year ago

Summary:

New rule: This is a very simple one. Confirm that each RT URL starts with HTTPS rather than HTTP, as per the following best practice:

Feeds should use HTTPS instead of HTTP (without encryption) to ensure feed integrity.

Severity: Warning

Expected behavior: If any RT url starts with HTTP rather than HTTPS, produce a warning.