nginxparser
Advanced tools
+2
-2
| { "name" : "nginxparser", | ||
| "description" : "Parse Nginx log files", | ||
| "version" : "1.2.3", | ||
| "version" : "1.2.4", | ||
| "homepage" : "http://github.com/chriso/nginx_parser", | ||
@@ -16,3 +16,3 @@ "author" : "Chris O'Hara <cohara87@gmail.com>", | ||
| "dependencies": { | ||
| "buffertools": "2.1.2" | ||
| "buffertools": "2.1.3" | ||
| }, | ||
@@ -19,0 +19,0 @@ "licenses": [{ |
-9
| var NginxParser = require('./'); | ||
| var parser = new NginxParser('$remote_addr [$time_local]'); | ||
| var line = '127.0.0.1 [2015 08 12]' | ||
| parser.parseLine(line, console.log); | ||
| var parser = new NginxParser('[$time_local] $remote_addr'); | ||
| var line = '[2015 08 12] 127.0.0.1' | ||
| parser.parseLine(line, console.log); |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1
-50%7735
-3.75%5
-16.67%187
-3.61%+ Added
- Removed
Updated