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
Currently, we are checking network policies and their podSelectors + pods and their labels to match pods against the policies targeting them.
However, a networkPolicy in kubernetes can use a namespaceSelector which would apply to all pods within a specific namespace. We should implement logic to uncover these as well.
This would include changes to the ScanNetworkPolicies function.
The text was updated successfully, but these errors were encountered:
Currently, we are checking network policies and their podSelectors + pods and their labels to match pods against the policies targeting them.
However, a networkPolicy in kubernetes can use a namespaceSelector which would apply to all pods within a specific namespace. We should implement logic to uncover these as well.
This would include changes to the ScanNetworkPolicies function.
The text was updated successfully, but these errors were encountered: