Skip to content

OWASP-BLT/BLT

Repository files navigation

OWASP BLT

Build GitHub stars


Report issues and get points, companies are held accountable.

  • OWASP BLT is a bug logging tool to report issues and get points, companies are held accountable.

  • Users will get rewards/points for reporting bugs on Organizations / Companies.

  • Organizations / Companies can launch their bug hunt programs with prize pools.

  • Read more about BLT

  • Watch this Video to get detailed motives and features of project BLT.

Development

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

  • use the Installation Docs to get started.

  • Swagger API Documentations can be found at the root domain /swagger/

  • Postman API Documentations: Postman Docs.

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

  • If you find a bug or have an improvement, use BLT to report it!

  • for each new issue, create a new branch with issue-382 or similar matching the issue number - when you commit add fixes #288 to link the issue to the pull request

  • to take a github issue type a comment that says "assign to me" or /assign and it will assign it to you.