@aikidosec/runtime
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -16,3 +16,2 @@ "use strict"; | ||
",", | ||
":", | ||
";", | ||
@@ -68,2 +67,6 @@ "<", | ||
"wc", | ||
// Colon is a null command | ||
// it might occur in URLs that are passed as arguments to a binary | ||
// we should flag if it's surrounded by separators | ||
":", | ||
]; | ||
@@ -70,0 +73,0 @@ const pathPrefixes = [ |
{ | ||
"name": "@aikidosec/runtime", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Aikido runtime protects your application against NoSQL injections and more", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/AikidoSec/runtime-node", |
167486
3553