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
If, however, a comment is placed between the rules, it will enter netflowlabeler in an infinite loop, which will make it consume all available memory and then crash:
# Valid and ok comment
Malicious, Network-service-discovery-telnet:
- srcIP=192.168.100.103 & Proto=tcp & dstPort=23
- srcIP=192.168.100.103 & Proto=tcp & dstPort=2323
# this is a comment that is not caught properly and will trigger an unwanted behavior
- srcIP=192.168.100.103 & Proto=tcp & dstPort=9527
The text was updated successfully, but these errors were encountered:
In the label's configuration of netflowlabeler, comments are allowed. Usually they are placed at the beginning of the section, like shown below:
If, however, a comment is placed between the rules, it will enter netflowlabeler in an infinite loop, which will make it consume all available memory and then crash:
The text was updated successfully, but these errors were encountered: