JavaScript – Avoid Making Connections On Unsafe Protocols

< 1 min read

Impact Area

Security

 

Severity

Warning

 

Affected Element

Catalog UI Policy

Inline Scripts

Rule number

SN-0148

Impact #

Use of to non-encrypted protocols such as http and ftp can cause data leaks.

Remediation #

Always use encrypted protocols to transfer data in and out of the instance.

Time to fix #

10 min

References #

This rule is linked to Common Weakness Enumeration CWE-311 Missing Encryption of Sensitive Data.

Updated on March 21, 2025
Was it helpful ?