Files
express/lib
Evan Hahn 14439731f9 Use object with null prototype for various app properties
`app.cache`, `app.engines`, and `app.settings` are now created with
`Object.create(null)` instead of `{}`.

This also updates a test to ensure that `app.locals` is created the same
way.
2024-04-29 09:43:25 -05:00
..
2019-06-08 19:43:21 -04:00
2021-12-16 23:01:28 -05:00
2024-03-25 09:37:02 -05:00
2024-03-20 21:14:00 -05:00
2024-03-20 21:14:00 -05:00