You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const utils = require(__dirname + '/utils');
results in security/detect-non-literal-require warning although using the node constant __dirname is a common pattern.
Shouldn't this be handeled by a global whitelist?
The text was updated successfully, but these errors were encountered:
const utils = require(__dirname + '/utils');
results in security/detect-non-literal-require warning although using the node constant
__dirname
is a common pattern.Shouldn't this be handeled by a global whitelist?
The text was updated successfully, but these errors were encountered: