Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 150 Bytes

detect-new-buffer.md

File metadata and controls

7 lines (4 loc) · 150 Bytes

Pattern: Use of new Buffer(argument)

Issue: -

Description

Detects instances of new Buffer(argument) where argument is any non literal value.