VYPR

Maven package

io.github.karlatemp/unsafe-accessor

pkg:maven/io.github.karlatemp/unsafe-accessor

Vulnerabilities (1)

  • CVE-2022-31139MedJul 11, 2022
    affected >= 1.4.0, < 1.7.0fixed 1.7.0

    UnsafeAccessor (UA) is a bridge to access jdk.internal.misc.Unsafe & sun.misc.Unsafe. Normally, if UA is loaded as a named module, the internal data of UA is protected by JVM and others can only access UA via UA's standard API. The main application can set up `SecurityCheck.Acces