From: Jason Ish Date: Thu, 28 Oct 2021 15:15:05 +0000 (-0600) Subject: Remove special quote char: causes issues with Python 2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba1d3949ec49530e4099aa706d370359eb25899;p=thirdparty%2Fsuricata-intel-index.git Remove special quote char: causes issues with Python 2 A unicode single quote has started to trip up Python 2. Removing replacing this special quote is the easiest way to deal with it for now. --- diff --git a/index.yaml b/index.yaml index 33927c3..1f43e3c 100644 --- a/index.yaml +++ b/index.yaml @@ -38,7 +38,7 @@ sources: ptresearch/attackdetection: summary: Positive Technologies Attack Detection Team ruleset description: | - The Attack Detection Team searches for new vulnerabilities and 0-days, reproduces it and creates PoC exploits to understand how these security flaws work and how related attacks can be detected on the network layer. Additionally, we are interested in malware and hackers’ TTPs, so we develop Suricata rules for detecting all sorts of such activities. + The Attack Detection Team searches for new vulnerabilities and 0-days, reproduces it and creates PoC exploits to understand how these security flaws work and how related attacks can be detected on the network layer. Additionally, we are interested in malware and hackers' TTPs, so we develop Suricata rules for detecting all sorts of such activities. vendor: Positive Technologies license: Custom license-url: https://raw.githubusercontent.com/ptresearch/AttackDetection/master/LICENSE