Escaped a bunch of \'s (#2022)

If these `\`s aren’t escaped property, they will be discarded when the JSON is decoded.
main
Brandon Kelly 7 years ago committed by Elbert Alias
parent 2b001826de
commit 69a4864a0f

@ -627,7 +627,7 @@
"22" "22"
], ],
"headers": { "headers": {
"Server": "(?:Apache(?:$|/([\\d.]+)|[^/-])|(?:^|\b)HTTPD)\\;version:\\1" "Server": "(?:Apache(?:$|/([\\d.]+)|[^/-])|(?:^|\\b)HTTPD)\\;version:\\1"
}, },
"icon": "Apache.svg", "icon": "Apache.svg",
"website": "http://apache.org" "website": "http://apache.org"
@ -666,7 +666,7 @@
], ],
"headers": { "headers": {
"Server": "^Apache-Coyote(/1\\.1)?$\\;version:\\1?4.1+:", "Server": "^Apache-Coyote(/1\\.1)?$\\;version:\\1?4.1+:",
"X-Powered-By": "\bTomcat\b(?:-([\\d.]+))?\\;version:\\1" "X-Powered-By": "\\bTomcat\\b(?:-([\\d.]+))?\\;version:\\1"
}, },
"icon": "Apache Tomcat.svg", "icon": "Apache Tomcat.svg",
"implies": "Java", "implies": "Java",
@ -1190,7 +1190,7 @@
], ],
"html": [ "html": [
"(?:<!--|<BR>)Copyright\\(C\\) [\\d-]+ Brother Industries", "(?:<!--|<BR>)Copyright\\(C\\) [\\d-]+ Brother Industries",
"<TITLE>\n\\s*BROTHER " "<TITLE>\\n\\s*BROTHER "
], ],
"icon": "Brother.png", "icon": "Brother.png",
"website": "http://www.brother.com" "website": "http://www.brother.com"
@ -3132,7 +3132,7 @@
"FTB_API": "", "FTB_API": "",
"FTB_AddEvent": "" "FTB_AddEvent": ""
}, },
"html": "/<!--\\s*\\*\\s*FreeTextBox v\\d+ \\(([.\\d]+)(?:(?:.|\n)+?<!--\\s*\\*\\s*License Type: (Distribution|Professional)License)?/i\\;version:\\1 \\2", "html": "/<!--\\s*\\*\\s*FreeTextBox v\\d+ \\(([.\\d]+)(?:(?:.|\\n)+?<!--\\s*\\*\\s*License Type: (Distribution|Professional)License)?/i\\;version:\\1 \\2",
"icon": "FreeTextBox.png", "icon": "FreeTextBox.png",
"implies": "Microsoft ASP.NET", "implies": "Microsoft ASP.NET",
"website": "http://freetextbox.com" "website": "http://freetextbox.com"
@ -3455,7 +3455,7 @@
"Set-Cookie": "i_like_gogits=" "Set-Cookie": "i_like_gogits="
}, },
"html": [ "html": [
"<div class=\"ui left\">\n\\s+© \\d{4} Gogs Version: ([\\d.]+) Page:\\;version:\\1", "<div class=\"ui left\">\\n\\s+© \\d{4} Gogs Version: ([\\d.]+) Page:\\;version:\\1",
"<button class=\"ui basic clone button\" id=\"repo-clone-ssh\" data-link=\"gogs@" "<button class=\"ui basic clone button\" id=\"repo-clone-ssh\" data-link=\"gogs@"
], ],
"icon": "gogs.png", "icon": "gogs.png",
@ -3827,7 +3827,7 @@
"22" "22"
], ],
"headers": { "headers": {
"Server": "(?:^|[^-])\bHTTP-Server(?: ?/?V?([\\d.]+))?\\;version:\\1" "Server": "(?:^|[^-])\\bHTTP-Server(?: ?/?V?([\\d.]+))?\\;version:\\1"
}, },
"website": "http://example.com" "website": "http://example.com"
}, },
@ -5321,7 +5321,7 @@
"27" "27"
], ],
"headers": { "headers": {
"X-Powered-By": "\bLua(?: ([\\d.]+))?\\;version:\\1" "X-Powered-By": "\\bLua(?: ([\\d.]+))?\\;version:\\1"
}, },
"icon": "Lua.png", "icon": "Lua.png",
"website": "http://www.lua.org" "website": "http://www.lua.org"
@ -5834,7 +5834,7 @@
"cats": [ "cats": [
"2" "2"
], ],
"html": "<a href=\"[^\"]+minibb[^<]+</a>[^<]+\n<!--End of copyright link", "html": "<a href=\"[^\"]+minibb[^<]+</a>[^<]+\\n<!--End of copyright link",
"icon": "MiniBB.png", "icon": "MiniBB.png",
"website": "http://www.minibb.com" "website": "http://www.minibb.com"
}, },
@ -6578,7 +6578,7 @@
"50" "50"
], ],
"headers": { "headers": {
"Set-Cookie": "\bOJSSID\b" "Set-Cookie": "\\bOJSSID\\b"
}, },
"icon": "Open Journal Systems.png", "icon": "Open Journal Systems.png",
"implies": "PHP", "implies": "PHP",
@ -7074,7 +7074,7 @@
"27" "27"
], ],
"headers": { "headers": {
"Server": "\bPerl\b(?: ?/?v?([\\d.]+))?\\;version:\\1" "Server": "\\bPerl\\b(?: ?/?v?([\\d.]+))?\\;version:\\1"
}, },
"icon": "Perl.png", "icon": "Perl.png",
"website": "http://perl.org" "website": "http://perl.org"
@ -10243,7 +10243,7 @@
"webix": "" "webix": ""
}, },
"icon": "Webix.png", "icon": "Webix.png",
"script": "\bwebix\\.js", "script": "\\bwebix\\.js",
"website": "http://webix.com" "website": "http://webix.com"
}, },
"Webs": { "Webs": {
@ -10365,7 +10365,7 @@
"28" "28"
], ],
"headers": { "headers": {
"Server": "\bWinCE\b" "Server": "\\bWinCE\\b"
}, },
"icon": "Microsoft.svg", "icon": "Microsoft.svg",
"website": "http://microsoft.com" "website": "http://microsoft.com"
@ -11073,7 +11073,7 @@
"22" "22"
], ],
"headers": { "headers": {
"Server": "\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1" "Server": "\\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1"
}, },
"implies": "HP ProCurve", "implies": "HP ProCurve",
"website": "http://example.com" "website": "http://example.com"
@ -11130,7 +11130,7 @@
], ],
"icon": "git.svg", "icon": "git.svg",
"meta": { "meta": {
"generator": "\bgit/([\\d.]+\\d)\\;version:\\1" "generator": "\\bgit/([\\d.]+\\d)\\;version:\\1"
}, },
"website": "http://git-scm.com" "website": "http://git-scm.com"
}, },
@ -11403,7 +11403,7 @@
"33" "33"
], ],
"headers": { "headers": {
"Server": "\b(?:mod_)?DAV\b(?:/([\\d.]+))?\\;version:\\1" "Server": "\\b(?:mod_)?DAV\\b(?:/([\\d.]+))?\\;version:\\1"
}, },
"icon": "Apache.svg", "icon": "Apache.svg",
"implies": "Apache", "implies": "Apache",
@ -11631,7 +11631,7 @@
"headers": { "headers": {
"Set-Cookie": "^phpbb" "Set-Cookie": "^phpbb"
}, },
"html": "(?:Powered by <a[^>]+phpbb|<a[^>]+phpbb[^>]+class=\\.copyright|\tphpBB style name|<[^>]+styles/(?:sub|pro)silver/theme|<img[^>]+i_icon_mini|<table class=\"forumline)", "html": "(?:Powered by <a[^>]+phpbb|<a[^>]+phpbb[^>]+class=\\.copyright|\\tphpBB style name|<[^>]+styles/(?:sub|pro)silver/theme|<img[^>]+i_icon_mini|<table class=\"forumline)",
"icon": "phpBB.png", "icon": "phpBB.png",
"implies": "PHP", "implies": "PHP",
"meta": { "meta": {
@ -11828,7 +11828,7 @@
"22" "22"
], ],
"headers": { "headers": {
"Server": "\bthttpd(?:/([\\d.]+))?\\;version:\\1" "Server": "\\bthttpd(?:/([\\d.]+))?\\;version:\\1"
}, },
"icon": "thttpd.png", "icon": "thttpd.png",
"website": "http://acme.com/software/thttpd" "website": "http://acme.com/software/thttpd"

Loading…
Cancel
Save