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
Is your feature request related to a problem? Please describe.
My snyk scanning tool highlighted a vulnerability in older versions of glob (prior to v10). The vulnerability is in the inflight dependency, which is a defunct project and won't ever have a fix. Newer versions have dropped that dependency.
Describe the solution you'd like
This library uses a version of glob that does not have the vulnerability
Describe alternatives you've considered
I've worked around the problem with yarn resolutions, but that's only intended to be a stopgap. The good news is that the express-jsdoc-swagger seems to work!
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
My snyk scanning tool highlighted a vulnerability in older versions of
glob
(prior to v10). The vulnerability is in theinflight
dependency, which is a defunct project and won't ever have a fix. Newer versions have dropped that dependency.Describe the solution you'd like
This library uses a version of
glob
that does not have the vulnerabilityDescribe alternatives you've considered
I've worked around the problem with
yarn resolutions
, but that's only intended to be a stopgap. The good news is that theexpress-jsdoc-swagger
seems to work!Additional context
N/A
The text was updated successfully, but these errors were encountered: