Skip to content

Commit 8c39c76

Browse files
committed
Merge pull request PHPIDS#57 from BenPoulson/patch-1
Fixed spelling mistakes
2 parents 6ec2220 + 5b83179 commit 8c39c76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/IDS/default_filter.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"id":"1",
66
"rule":"(?:\"[^\"]*[^-]?>)|(?:[^\\w\\s]\\s*\\\/>)|(?:>\")",
7-
"description":"finds html breaking injections including whitespace attacks",
7+
"description":"Finds html breaking injections including whitespace attacks",
88
"tags":{
99
"tag":[
1010
"xss",
@@ -16,7 +16,7 @@
1616
{
1717
"id":"2",
1818
"rule":"(?:\"+.*[<=]\\s*\"[^\"]+\")|(?:\"\\s*\\w+\\s*=)|(?:>\\w=\\\/)|(?:#.+\\)[\"\\s]*>)|(?:\"\\s*(?:src|style|on\\w+)\\s*=\\s*\")|(?:[^\"]?\"[,;\\s]+\\w*[\\[\\(])",
19-
"description":"finds attribute breaking injections including whitespace attacks",
19+
"description":"Finds attribute breaking injections including whitespace attacks",
2020
"tags":{
2121
"tag":[
2222
"xss",
@@ -28,7 +28,7 @@
2828
{
2929
"id":"3",
3030
"rule":"(?:^>[\\w\\s]*<\\\/?\\w{2,}>)",
31-
"description":"finds unquoted attribute breaking injections",
31+
"description":"Finds unquoted attribute breaking injections",
3232
"tags":{
3333
"tag":[
3434
"xss",
@@ -851,7 +851,7 @@
851851
{
852852
"id":"71",
853853
"rule":"(?:[\\s\\d\\\/\"]+(?:on\\w+|style|poster|background)=[$\"\\w])|(?:-type\\s*:\\s*multipart)",
854-
"description":"finds malicious attribute injection attempts and MHTML attacks",
854+
"description":"Finds malicious attribute injection attempts and MHTML attacks",
855855
"tags":{
856856
"tag":[
857857
"xss",
@@ -908,7 +908,7 @@
908908
{
909909
"id":"77",
910910
"rule":"(?:^(-0000023456|4294967295|4294967296|2147483648|2147483647|0000012345|-2147483648|-2147483649|0000023456|2.2250738585072007e-308|1e309)$)",
911-
"description":"Looking for intiger overflow attacks, these are taken from skipfish, except 2.2250738585072007e-308 is the \"magic number\" crash",
911+
"description":"Looking for integer overflow attacks, these are taken from skipfish, except 2.2250738585072007e-308 is the \"magic number\" crash",
912912
"tags":{
913913
"tag":[
914914
"sqli",

0 commit comments

Comments
 (0)