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
I created #293 to address vulnerabilities found in gopkg.in/square/go-jose.v2. This is detailed in Dependabot issues similar to:
Impact
An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). Thanks to Enze Wang@Alioth and Jianjun Chen@Zhongguancun Lab (@zer0yu and @chenjj) for reporting.
Patches
The problem is fixed in the following packages and versions:
github.com/go-jose/go-jose/v4 version 4.0.1
github.com/go-jose/go-jose/v3 version 3.0.3
gopkg.in/go-jose/go-jose.v2 version 2.6.3
The problem will not be fixed in the following package because the package is archived:
gopkg.in/square/go-jose.v2
Could anyone take a look at the PR above?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I created #293 to address vulnerabilities found in
gopkg.in/square/go-jose.v2
. This is detailed in Dependabot issues similar to:Could anyone take a look at the PR above?
Thank you
The text was updated successfully, but these errors were encountered: