You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A harcoded guest user and guest password is present inside the amqplib node_module which is reported in the vapt report created by our client.
Is there any chance of removing it from the upcoming releases?
Thanks for opening this issue. This is the default username and password for RabbitMQ. It is published publicly on the RabbitMQ Website and by default only usable on connections from localhost. Including it in the amqplib codebase does not introduce a security issue but removing it would be a breaking change. It is therefore not something I would consider doing.
Hi,
A harcoded guest user and guest password is present inside the amqplib node_module which is reported in the vapt report created by our client.
Is there any chance of removing it from the upcoming releases?
path: node_modules/amqplib/lib/connect.js:80
"version": "0.10.4",
The text was updated successfully, but these errors were encountered: