nginxparser
Advanced tools
+1
-1
@@ -12,3 +12,3 @@ var fs = require('fs') | ||
| var Parser = module.exports = function (format) { | ||
| format = format.replace('[' , '\\[') | ||
| format = format.replace('[' , '\[') | ||
| this.parser = format; | ||
@@ -15,0 +15,0 @@ this.directives = {}; |
+1
-1
| { "name" : "nginxparser", | ||
| "description" : "Parse Nginx log files", | ||
| "version" : "1.2.1", | ||
| "version" : "1.2.2", | ||
| "homepage" : "http://github.com/chriso/nginx_parser", | ||
@@ -5,0 +5,0 @@ "author" : "Chris O'Hara <cohara87@gmail.com>", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
7633
-0.01%