[BUG] @asyncapi/multi-parser
still depending on vulnerable version of jsonpath-plus
#1065
Open
2 tasks done
Labels
bug
Something isn't working
Describe the bug.
There is a vulnerability in
jsonpath-plus
on versions earlier than10.0.7
.You already merged these two PRs (#1058, #1062), making the
@asyncapi/parser
package migrate to a safe version.However, the
@asyncapi/multi-parser
package still depends on versions of@asyncapi/multi-parser
(parserapiv1
as well asparserapiv2
) that use older versions ofjsonpath-plus
(7.2.0
).Would it be possible to release patches for
2.1.0
and3.0.0-next-major-spec.8
of@asyncapi/parser
that use the safe version ofjsonpath-plus
and then make@asyncapi/multi-parser
use these versions?Expected behavior
@asyncapi/multi-parser
should only rely onjsonpath-plus@>10.0.7
Screenshots
Here the (relevant) output of
npm why jsonpath-plus
after runningnpm install @asyncapi/multi-parser
on a blank npm package:How to Reproduce
Install
@asyncapi/multi-parser
and find the versions ofjsonpath-plus
that got installed.🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None
The text was updated successfully, but these errors were encountered: