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: changing in a rule the source/any to source/network: XYZ results in
source/any
source/network: XYZ
<source> <any>1</any> + <network>XYZ</network>
here the any tag must be cleaned
The text was updated successfully, but these errors were encountered:
currently we have the task report duplicated elements that will cause a error
report duplicated elements
"msg": "rule '...' has a error in source: only one of these should be defined: network, any"
in the file tasks/filtertest.yml
tasks/filtertest.yml
Sorry, something went wrong.
issue #33 : added test files for later
70804b0
f569659
zerwes
No branches or pull requests
example:
changing in a rule the
source/any
tosource/network: XYZ
results in<source> <any>1</any> + <network>XYZ</network>
here the any tag must be cleaned
The text was updated successfully, but these errors were encountered: