vert-x3 / vertx-tcp-eventbus-bridge

Apache License 2.0
49 stars 44 forks source link

Security Update #55

Closed razzbee closed 4 years ago

razzbee commented 4 years ago

new Buffer(num) decprecated due to security issues, the new method Buffer.alloc(num) was introduced to fix the problem, an update was made to refix the security problem.

Motivation:

Explain here the context, and why you're making that change, what is the problem you're trying to solve.

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

tsegismont commented 4 years ago

@pmlopes fine with you too?

pmlopes commented 4 years ago

Thank you @razzbee