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
refactor(spdx-utils): Avoid storing URLs as keys in maps
`URL`'s `equals()` and `hashCode()` methods can perform a DNS lookup to
resolve the host name, which may cause significant delays. So avoid
using `URL` instances as keys in maps by using `URI` instances instead.
Signed-off-by: Sebastian Schuberth <[email protected]>
0 commit comments