roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
4.46k stars 313 forks source link

check any URL in a roc file for suspicious characters and substrings #6964

Open Anton-4 opened 3 months ago

Anton-4 commented 3 months ago

The compiler should check any URL in a roc file for suspicious characters and substrings and produce a warning. This is similar to #6962 but URLs can be located anywhere in the code, including comments, so we should help keep users safe.