mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
21 lines
647 B
Plaintext
21 lines
647 B
Plaintext
---input---
|
|
SecAction \
|
|
"id:'900001', \
|
|
phase:1, \
|
|
t:none, \
|
|
setvar:tx.critical_anomaly_score=5, \
|
|
setvar:tx.error_anomaly_score=4, \
|
|
setvar:tx.warning_anomaly_score=3, \
|
|
setvar:tx.notice_anomaly_score=2, \
|
|
nolog, \
|
|
pass"
|
|
|
|
---tokens---
|
|
'SecAction' Name.Builtin
|
|
' ' Text.Whitespace
|
|
'\\\n' Text
|
|
|
|
' ' Text.Whitespace
|
|
'"id:\'900001\', \\\n phase:1, \\\n t:none, \\\n setvar:tx.critical_anomaly_score=5, \\\n setvar:tx.error_anomaly_score=4, \\\n setvar:tx.warning_anomaly_score=3, \\\n setvar:tx.notice_anomaly_score=2, \\\n nolog, \\\n pass"' Literal.String.Double
|
|
'\n' Text.Whitespace
|