GSA / GSA/GEAR3

Address the Buffer() deprecation warning

Open
#165 0 comments 0 reactions 1 assignee Claimed by @hatfieldjm4 View on GitHub
application bug DEV
Dominant language
JavaScript
Stars
12
Forks
8
Avg merge
23h 38m
Merged PRs (30d)
15

Description

The IISNode logs regularly report deprecation warnings for Buffer(). Here is the warning:
```(node:2496) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.```

There is currently no use of the [Buffer](https://www.npmjs.com/package/buffer) npm package in GEAR3's code and no reference to ```require('buffer')```. Buffer is a dependency of one of the packages: [bl (aka BufferList)](https://www.npmjs.com/package/bl).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.