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
When creating a security policy, or adding a rule to a security policy, nothing checks whether the first port in a port range is <= last port in the range.
A check might be appropriate in PortRange.string() or PortRange.string() (or both)
The text was updated successfully, but these errors were encountered:
When creating a security policy, or adding a rule to a security policy, nothing checks whether the first port in a port range is <= last port in the range.
A check might be appropriate in
PortRange.string()
orPortRange.string()
(or both)The text was updated successfully, but these errors were encountered: