@trigo/atrix-acl
Advanced tools
@@ -7,3 +7,3 @@ 'use strict'; | ||
| module.exports = atrixACL => (req, next) => { | ||
| if ((typeof req.payload) !== 'object') { | ||
| if (req.payload === null || (typeof req.payload) !== 'object') { | ||
| return next.continue(); | ||
@@ -10,0 +10,0 @@ } |
+1
-1
| { | ||
| "name": "@trigo/atrix-acl", | ||
| "version": "3.7.1", | ||
| "version": "3.7.2", | ||
| "engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=7.6.0" |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
232292
0.01%