Avoid plaintext or legacy network protocols
URL/URI literals should not use `ftp://`, `telnet://`, or `jar:http://`.
#Metadata
#Why it matters
These schemes transmit credentials and payloads in cleartext or load remote archives without integrity checks.
#Remediation
Use `https://`, `sftp://`, or `ssh://` and verify integrity for remote archives instead of `jar:http://`.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/java/java.security.insecure-network-protocol.rule.yaml.