Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.08 KB

File metadata and controls

36 lines (22 loc) · 1.08 KB

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to url-sheriff. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Code of Conduct

This project and everyone participating in it is governed by a Code of Conduct. By participating, you are expected to uphold this code.

How to contribute to dssrf-js

By contributing to dssrf you should not compromise those rules.

Security

Ensure your changes do not introduce security risks or new ssrf bypasses to dssrf.

Perfomance

Ensure your changes do not slowdown dssrf or make requests longer.

FPS

Ensure your changes not introduce false positives and block legitimate traffic and urls.

Note

your changes will be introduced in the new version after accepted in the github repo not in the actual one.

Tests

Make sure the code you're adding has decent test coverage.

Running project tests and coverage:

npm run test