Official blog for the OWASP Bug Logging Tool (BLT) - A community-driven platform for discovering, reporting, and tracking security vulnerabilities.
This is the official blog for the OWASP BLT project. Here we share:
- Project updates and new features
- Security insights and research findings
- Community stories and contributions
- Tutorials and educational content
- Event announcements and recaps
This blog is built with Jekyll and hosted on GitHub Pages.
- Ruby 2.7 or higher
- Bundler
- Clone the repository
- Install dependencies:
bundle install
- Run the development server:
bundle exec jekyll serve - Visit
http://localhost:4000/BLT-Blog/in your browser
We welcome contributions from the community! If you'd like to write a blog post or contribute to the blog:
- Fork this repository
- Create a new branch for your post
- Add your post to the
_postsdirectory following the naming convention:YYYY-MM-DD-title.md - Submit a pull request
For more information, see our Contributing Guide.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.