You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for highlighting this. I have also added these changes to the branch labelled 'outstanding'. I am currently updating the audit to be in compliance also before i can release this.
I am hoping that all the controls and issues you have raised are resolved in this branch.
Status of the default deny iptables policy
Can be mitigated by
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
The same for ipv6
ip6tables -P INPUT DROP
ip6tables -P OUTPUT DROP
ip6tables -P FORWARD DROP
The text was updated successfully, but these errors were encountered: