Named_ports are now resolved in ConnectivityProperties::make_conn_props during building policies. ConnectivityProperties do not have access to the policy object. Therefore, all warnings related to named_ports resolution are printed but not counted in policy findings.
Currently, changed the expected warnings number in relevant scheme files, to make the tests pass.
Consider the possibility of adding the mechanism of warning counting to ConnectivityProperties.
Named_ports
are now resolved inConnectivityProperties::make_conn_props
during building policies.ConnectivityProperties
do not have access to the policy object. Therefore, all warnings related tonamed_ports
resolution are printed but not counted in policy findings. Currently, changed the expected warnings number in relevant scheme files, to make the tests pass. Consider the possibility of adding the mechanism of warning counting toConnectivityProperties
.