Closed dennisjlee closed 1 year ago
Many thanks for raising this bug report @dennisjlee. :bug: We will now attempt to reproduce the bug based on the steps you have provided.
Please ensure that you've provided the necessary information for a minimal reproduction, including but not limited to:
If you have a support agreement with Neo4j, please link this GitHub issue to a new or existing Zendesk ticket.
Thanks again! :pray:
Many thanks for raising this bug report @dennisjlee. :bug: We will now attempt to reproduce the bug based on the steps you have provided.
Please ensure that you've provided the necessary information for a minimal reproduction, including but not limited to:
If you have a support agreement with Neo4j, please link this GitHub issue to a new or existing Zendesk ticket.
Thanks again! :pray:
I should point out that I am not a crypto expert by any means, so I'm not sure if the breaking upgrade to jsonwebtoken 9.0.0 might have any negative impact on usage of the graphql-plugin-auth library!
We've been able to confirm this bug using the steps to reproduce that you provided - many thanks @dennisjlee! :pray: We will now prioritise the bug and address it appropriately.
This bug report has been assigned high priority to fix. If you wish to contribute a fix, please branch from master
and submit your PR with the base set to master
. Thanks!
Describe the bug
npm audit
reports a set of security issues withjsonwebtoken
(a dependency of@neo4j/graphql-plugin-auth
) that can't currently be resolved.The fix for this has already landed in #2622 but just needs to be released. I noticed that other Neo4j graphql packages were released earlier today without including this plugin.
To Reproduce Install
@neo4j/graphql-plugin-auth
and then runnpm audit
Expected behavior No security issues related to this package.
Screenshots