We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example:
protocol: TCP src-ports: 1-442,444-65535 dst-ports: 443; protocol: TCP src-ports: 443
should be simplified to
protocol: TCP dst-ports: 443; protocol: TCP src-ports: 443
explore other examples to generalize the problem
The text was updated successfully, but these errors were encountered:
Should probably move this issue to models repo
models
Sorry, something went wrong.
Move to models repo. See here
No branches or pull requests
example:
protocol: TCP src-ports: 1-442,444-65535 dst-ports: 443; protocol: TCP src-ports: 443
should be simplified to
protocol: TCP dst-ports: 443; protocol: TCP src-ports: 443
explore other examples to generalize the problem
The text was updated successfully, but these errors were encountered: