From 7bf6f1b870f438e52b20e990190e1f902bbae71d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 18 Aug 2022 11:24:49 -0700 Subject: [PATCH] formatting --- docs/parsers/cef.md | 2 +- jc/parsers/cef.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/cef.md b/docs/parsers/cef.md index 4ddb7072..abb22cd4 100644 --- a/docs/parsers/cef.md +++ b/docs/parsers/cef.md @@ -12,7 +12,7 @@ needs. This parser will accept a single CEF string or multiple CEF string lines. Any text before "CEF" will be ignored. Syslog and CEF escaped characters -(`\\`, `\\"`, `\\]`, `\\|`, `\\=`, `\\%`, ``\\#, `\\n`, `\\r`) are +(`\\`, `\\"`, `\\]`, `\\|`, `\\=`, `\\%`, `\\#`, `\\n`, and `\\r`) are unescaped. Extended fields, as defined in the CEF specification, are relabeled diff --git a/jc/parsers/cef.py b/jc/parsers/cef.py index 6a2bdce4..4e140348 100644 --- a/jc/parsers/cef.py +++ b/jc/parsers/cef.py @@ -7,7 +7,7 @@ needs. This parser will accept a single CEF string or multiple CEF string lines. Any text before "CEF" will be ignored. Syslog and CEF escaped characters -(`\\`, `\\"`, `\\]`, `\\|`, `\\=`, `\\%`, ``\\#, `\\n`, `\\r`) are +(`\\`, `\\"`, `\\]`, `\\|`, `\\=`, `\\%`, `\\#`, `\\n`, and `\\r`) are unescaped. Extended fields, as defined in the CEF specification, are relabeled