Skip to content

Referring to Internet resources (InternetAccess)

Type Scope Severity Activated
by default
Minutes
to fix
Tags
Vulnerability BSL
OS
Major No 60 suspicious

Description

Check access to Internet resources and the set of transmitted data to prevent the transfer of confidential or protected information.

Examples

HTTPConnection = New HTTPConnection("zabbix.localhost", 80); // error
FTPConnection = New FTPConnection(Server, Port, User, Pwd); // error

Sources

Snippets

Diagnostic ignorance in code

// BSLLS:InternetAccess-off
// BSLLS:InternetAccess-on

Parameter for config

"InternetAccess": false