Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Buffer vulnerability #41

Closed
HR opened this issue Jun 29, 2019 · 0 comments
Closed

Buffer vulnerability #41

HR opened this issue Jun 29, 2019 · 0 comments
Milestone

Comments

@HR
Copy link
Owner

HR commented Jun 29, 2019

Version: 3.1.0

[DEP0005] DeprecationWarning: The Buffer() and new Buffer() constructors are not recommended for use due to security and usability concerns. Please use the new Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() construction methods instead.
    at showFlaggedDeprecation (buffer.js:127:13)

Buffer constructor presents a major security threat and has already been deprecated so change its uses to Buffer.from()

@HR HR added this to the v4.0 milestone Jun 29, 2019
@HR HR mentioned this issue Jun 30, 2019
@HR HR closed this as completed Jun 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant