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
Describe the bug
An OWASP depenendency-check plugin run against an internal test library surfaced a vulnerable version of jquery is packaged within the cucumber-core library.
See it indicating a vulnerable version (3.4.1) of jquery in the analysis results.
Expected behavior
Cucumber-core has no vulnerable libraries included.
Context & Motivation
While I suspect that the given vulnerability (XSS vulnerability in html.preFilter) is not directly applicable to the library I would expect vulnerable javascript libraries to be fixed in a subsequent cucumber release.
Your Environment
Version used: 5.7.0; validated in github that the current master still uses jquery-3.4.1.min.js
Additional context
See JQuery's release-notes for version 3.5.0 for details on the vulnerability as well as notes on potentially breaking code that depended on the old behaviour: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
The text was updated successfully, but these errors were encountered:
Describe the bug
An OWASP depenendency-check plugin run against an internal test library surfaced a vulnerable version of jquery is packaged within the cucumber-core library.
To Reproduce
Expected behavior
Cucumber-core has no vulnerable libraries included.
Context & Motivation
While I suspect that the given vulnerability (XSS vulnerability in html.preFilter) is not directly applicable to the library I would expect vulnerable javascript libraries to be fixed in a subsequent cucumber release.
Your Environment
Additional context
See JQuery's release-notes for version 3.5.0 for details on the vulnerability as well as notes on potentially breaking code that depended on the old behaviour:
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
The text was updated successfully, but these errors were encountered: