Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed Dec 5, 2024
1 parent 7a94ae7 commit 96ceebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/configuration/firewall_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
describe 'Check existence of not allowed open ports' do
valid_ports = Set.new [
'443/tcp', # (HTTPS)
#We don't know why 5353 should be open. Remove?. Found references in our code mention pfring and snort
# We don't know why 5353 should be open. Remove?. Found references in our code mention pfring and snort
'5353/udp', # (mDNS / Serf)
'2055/udp', # (f2k)
'6343/udp', # (sfacctd/pmacctd)
Expand Down

0 comments on commit 96ceebd

Please sign in to comment.