Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 558 Bytes

SECURITY.md

File metadata and controls

21 lines (14 loc) · 558 Bytes

Security Policy

Supported Versions

Version Supported
1.0x
< 1.0x

Reporting a Vulnerability

Submit an issue and if possible, open a pull request too.

Most of the time vulnerabilities can be resolved by dependabot but to make a P.R., just run:

npm install && npm update && npm audit fix

and that should update all the dependencies. At that point, fork the repo and go. Make sure you make the P.R. according to the correct branches.