summaryrefslogtreecommitdiffstats
path: root/tags/team/pkg-js/deprecated/nodejs-bad-buffer-usage.tag
blob: 86b49066b2c49d5ba71c2156fa0002fce95644a8 (plain)
1
2
3
4
5
6
Tag: nodejs-bad-buffer-usage
Severity: warning
Check: team/pkg-js/deprecated
Name-Spaced: yes
Explanation: Replace <code>Buffer()</code> by <code>Buffer.from()</code> or
 <code>Buffer.alloc()</code> for security reasons.