VYPR

npm package

@fastify/secure-session

pkg:npm/%40fastify/secure-session

Vulnerabilities (1)

  • CVE-2024-31999HigApr 10, 2024
    affected < 7.3.0fixed 7.3.0

    @festify/secure-session creates a secure stateless cookie session for Fastify. At the end of the request handling, it will encrypt all data in the session with a secret key and attach the ciphertext as a cookie value with the defined cookie name. After that, the session on the se