Skip to content

Commit 3804fe5

Browse files
skipping few rules
1 parent 221b3c4 commit 3804fe5

8 files changed

+8
-0
lines changed

CIS/cisco_ios/15_snmp_rules/rule_156_create_an_access_list_for_use_with_snmp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comfy.compliance import medium
22

33

4+
@pytest.mark.skip("has to be reviewed")
45
@medium(
56
name='rule_156_create_an_access_list_for_use_with_snmp',
67
platform=['cisco_ios', 'cisco_xe'],

CIS/cisco_ios/31_routing_rules/rule_314_set_ip_verify_unicast_source_reachable_via.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comfy.compliance import medium
22

33

4+
@pytest.mark.skip("has to be reviewed")
45
@medium(
56
name='rule_314_set_ip_verify_unicast_source_reachable_via',
67
platform=['cisco_ios'], # Assuming Cisco IOS is the target platform

CIS/cisco_ios/32_border_router_filtering/rule_321_set_ip_access_list_extended_to_forbid_private_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comfy.compliance import low
22

33

4+
@pytest.mark.skip("has to be reviewed")
45
@low(
56
name='rule_321_set_ip_access_list_extended_to_forbid_private_source_addresses_from_external_networks',
67
platform=['cisco_ios_xe'], # Targeting Cisco IOS XE as specified

CIS/cisco_ios/32_border_router_filtering/rule_322_set_inbound_ip_access_group_on_the_external_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
# We have to define the actual interface here
5+
@pytest.mark.skip("has to be reviewed")
56
@low(
67
name='rule_322_set_inbound_ip_access_group_on_the_external_interface',
78
platform=['cisco_ios', 'cisco_xe'],

CIS/cisco_ios/331_require_eigrp_auth_if_used/rule_3318_set_ip_authentication_key_chain_eigrp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comfy import medium
22

33

4+
@pytest.mark.skip("has to be reviewed")
45
@medium(
56
name='rule_3318_set_ip_authentication_key_chain_eigrp',
67
platform=['cisco_ios', 'cisco_xe'],

CIS/cisco_ios/332_require_ospf_auth_if_used/rule_3322_set_ip_ospf_message_digest_key_md5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comfy import medium
22

33

4+
@pytest.mark.skip("has to be reviewed")
45
@medium(
56
name='rule_3322_set_ip_ospf_message_digest_key_md5',
67
platform=['cisco_ios', 'cisco_xe'],

CIS/cisco_ios/333_require_ripv2_auth_if_used/rule_3334_set_ip_rip_authentication_key_chain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comfy import medium
22

33

4+
@pytest.mark.skip("has to be reviewed")
45
@medium(
56
name='rule_3334_set_ip_rip_authentication_key_chain',
67
platform=['cisco_ios', 'cisco_xe'],

CIS/cisco_ios/333_require_ripv2_auth_if_used/rule_3335_set_ip_rip_authentication_mode_to_md5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comfy import medium
22

33

4+
@pytest.mark.skip("has to be reviewed")
45
@medium(
56
name='rule_3335_set_ip_rip_authentication_mode_to_md5',
67
platform=['cisco_ios', 'cisco_xe'],

0 commit comments

Comments
 (0)