OWASP-BLT / BLT

OWASP BLT is a bug logging tool to report issues and get points, companies are held accountable.
https://blt.owasp.org
GNU Affero General Public License v3.0
122 stars 123 forks source link
appsec bug bug-bounty bug-tracker bugbounty bugbountytips devsecops django python security security-tools security-vulnerability

OWASP BLT

Build GitHub stars


Report issues and get points, companies are held accountable.

Development

Make sure to run pre-commit before committing so it formats the code.

Setting Up Development Server

Please follow the development server setup procedure here. Currently, development server can be installed using docker or vagrant. You can also use virtualenv or pipenv install, pipenv shell and then continue with the remaining instructions.

Documentation

Resources

Other BLT Projects

Coding style guide

Please follow the black code style for the project. It helps us in keeping the codebase consistent and improves readability for other developers. Use pre-commit run command to make sure your changes comply with the standards.

License

The BLT code is released under GNU Affero General Public License v3.0 (AGPL-3.0).

Notes