Skip to content

Commit

Permalink
Update Suricata.sublime-syntax
Browse files Browse the repository at this point in the history
missing semi-colon :)))
  • Loading branch information
ozuriexv authored Sep 28, 2023
1 parent c7330cb commit 6fc63f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Suricata/Suricata.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ contexts:
scope: rule.error.suricata

# Error - Double Sticky Buffer
- match: '(dns\.query;\s*dns\.query;|dns\.opcode;\s*dns\.opcode;|http\.method\s*http\.method;|http\.uri;\s*http\.uri;|http\.uri\.raw;\s*http\.uri\.raw;|http\.cookie;\s*http\.cookie;|http\.user_agent;\s*http\.user_agent;|http\.accept;\s*http\.accept;|http\.accept_enc;\s*http\.accept_enc;|http\.accept_lang;\s*http\.accept_lang;|http\.connection;\s*http\.connection;|http\.content_len;\s*http\.content_len|http\.content_type;\s*http\.content_type|http\.referer;\s*http\.referer;|http\.start;\s*http\.start;|http\.header_names;\s*http\.header_names;|http\.request_body;\s*http\.request_body;|http\.stat_code;\s*http\.stat_code;|http\.stat_msg;\s*http\.stat_msg;|http\.response_line;\s*http\.response_line|http\.response_body;\s*http\.response_body;|http\.server;\s*http\.server;|http\.location;\s*http\.location|http\.host;\s*http\.host;|http\.host\.raw;\s*http\.host\.raw;|file[\._]data;\s*file[\._]data;)'
- match: '(dns\.query;\s*dns\.query;|dns\.opcode;\s*dns\.opcode;|http\.method;\s*http\.method;|http\.uri;\s*http\.uri;|http\.uri\.raw;\s*http\.uri\.raw;|http\.cookie;\s*http\.cookie;|http\.user_agent;\s*http\.user_agent;|http\.accept;\s*http\.accept;|http\.accept_enc;\s*http\.accept_enc;|http\.accept_lang;\s*http\.accept_lang;|http\.connection;\s*http\.connection;|http\.content_len;\s*http\.content_len|http\.content_type;\s*http\.content_type|http\.referer;\s*http\.referer;|http\.start;\s*http\.start;|http\.header_names;\s*http\.header_names;|http\.request_body;\s*http\.request_body;|http\.stat_code;\s*http\.stat_code;|http\.stat_msg;\s*http\.stat_msg;|http\.response_line;\s*http\.response_line|http\.response_body;\s*http\.response_body;|http\.server;\s*http\.server;|http\.location;\s*http\.location|http\.host;\s*http\.host;|http\.host\.raw;\s*http\.host\.raw;|file[\._]data;\s*file[\._]data;)'
scope: rule.error.suricata

# Warning - Double Space
Expand Down

0 comments on commit 6fc63f4

Please sign in to comment.