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.
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.
-
use the Installation Docs to get started.
-
Swagger API Documentations can be found at the root domain /swagger/
-
Postman API Documentations: Postman Docs.
-
Communicate with us on slack #project-blt Join OWASP Slack Channel
-
Github activity can be seen in Slack #blt-github.
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.
The BLT code is released under GNU Affero General Public License v3.0 (AGPL-3.0).
-
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.