Mrtenz / typeorm-store

A TypeORM-based store for express-session.
MIT License
16 stars 12 forks source link

Updated syntax for findOne to match typeorm 0.3+ #21

Closed bigplayalman closed 2 years ago

bigplayalman commented 2 years ago

there is a security vulnerability with typeorm below 0.3.0. https://www.cvedetails.com/cve/CVE-2022-33171/

Mrtenz commented 2 years ago

Does this work on TypeORM 0.2.7 too, or should the peerDependencies be updated? I guess since <0.3.0 is vulnerable, it might be better to bump it regardless?

bigplayalman commented 2 years ago

this works with 0.2.7