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
Avoid checking RestrictedSecurity profile hash during jar verification
If the process of verifying a jar is started before the
RestrictedSecurity profile is loaded, the hash calculation
is triggered as part of it leading to a nested jar verification
and a subsequent error.
To avoid that, the hash calulation of a profile is skipped if
triggered by a jar verification process and is performed later
in the loading process.
Signed-off-by: Kostas Tsiounis <[email protected]>
0 commit comments