Skip to content

Commit

Permalink
Remove extra dot in suspicious hostname check. (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Scovetta <michael.scovetta@microsoft.com>

Signed-off-by: Michael Scovetta <michael.scovetta@microsoft.com>
  • Loading branch information
scovetta authored Jan 4, 2023
1 parent 4186c4a commit 5c3b043
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scopes": [ "code", "comment" ],
"modifiers": [ "i" ],
"confidence": "high"
}
}
]
},
{
Expand All @@ -43,7 +43,7 @@
"severity": "critical",
"patterns": [
{
"pattern": ".{1,45}\\.(pipedream\\.net|ceye\\.io|burpcollaborator\\.net|interact\\.sh|requestbin\\.net|nmnfbb\\.com)",
"pattern": ".{1,45}(pipedream\\.net|ceye\\.io|burpcollaborator\\.net|interact\\.sh|requestbin\\.net|nmnfbb\\.com)",
"type": "regex",
"scopes": [ "code", "comment" ],
"modifiers": [ "i" ],
Expand All @@ -69,5 +69,5 @@
"confidence": "high"
}
]
}
}
]

0 comments on commit 5c3b043

Please sign in to comment.