Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Security... #4

Open
Open
@MMT-LD

Description

@MMT-LD

We should look to add:
https://www.npmjs.com/package/helmet
This would go in service/server.js
// Helmet helps you secure your Express apps by setting various HTTP headers
app.use(helmet());

We should also look at this:
https://www.npmjs.com/package/hpp
// Prevent HTTP parameter pollution.
app.use(hpp());

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions