Skip to content

Commit 9d72fc4

Browse files
CopilotDonnieBLT
andcommitted
Add discovery messaging: help coders and security researchers find organizations, repositories and projects to test
Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
1 parent cefb1f6 commit 9d72fc4

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,16 @@
5959

6060
**OWASP BLT (Bug Logging Tool)** is a gamified crowd-sourced QA testing and vulnerability disclosure platform that encompasses websites, apps, git repositories, and more.
6161

62+
The platform helps coders and security researchers discover organizations, repositories, and projects to test and report to, making it easier to find meaningful security work and contribute to the community.
63+
6264
Our team has created dozens of open-source tools to assist in our main vision, including tools specific to the OWASP foundation. We embrace the AI revolution and have developed AI-powered tools and processes for efficient coding in harmony between humans and AI.
6365

6466
Built by the community for the community, BLT makes it easy for security researchers, developers, and organizations to collaborate on finding and fixing vulnerabilities.
6567

6668
### ✨ Key Features
6769

6870
- 🔍 **QA Testing & Vulnerability Disclosure** - Discover and report bugs across websites, apps, git repositories, and projects
71+
- 🗺️ **Discover Testing Opportunities** - Find organizations, repositories, and projects to test and report to
6972
- 🏆 **Rewards & Recognition** - Earn rewards, badges, and recognition for your contributions to software quality and security
7073
- 👥 **Crowd-Sourced Testing** - Join a vibrant community of testers, security researchers, and developers
7174
- 🎮 **Gamification** - Leaderboards, challenges, and competitions to make testing engaging and rewarding

docs/features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OWASP BLT — Features (Up to Date)
22

3-
OWASP BLT is a gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, projects, and more. Our team has created dozens of open-source tools to assist in our main vision, including tools specific to the OWASP foundation. We embrace the AI revolution and have developed AI-powered tools and processes for efficient coding in harmony between humans and AI.
3+
OWASP BLT is a gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, projects, and more. The platform helps coders and security researchers discover organizations, repositories, and projects to test and report to. Our team has created dozens of open-source tools to assist in our main vision, including tools specific to the OWASP foundation. We embrace the AI revolution and have developed AI-powered tools and processes for efficient coding in harmony between humans and AI.
44

55
This document summarizes BLT features implemented or surfaced in the current codebase. Use website/templates/features.html as the UI source-of-truth and the referenced code files for implementation details.
66

@@ -16,6 +16,7 @@ Authentication & Access
1616

1717
QA Testing & Vulnerability Disclosure
1818
- Gamified crowd-sourced testing across websites, apps, git repositories, and projects.
19+
- Helps coders and security researchers discover organizations, repositories, and projects to test and report to.
1920
- Bug discovery, reporting, and issue tracking UIs implemented.
2021
- Repository discovery and basic scanning logic implemented in website/management/commands/fetch_os_repos.py.
2122

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "blt"
33
version = "0.1.0"
4-
description = "A gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, and more. Includes dozens of AI-powered open-source tools for efficient testing and development."
4+
description = "A gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, and more. Helps coders and security researchers discover organizations, repositories, and projects to test and report to. Includes dozens of AI-powered open-source tools for efficient testing and development."
55
authors = ["OWASP BLT <you@example.com>"]
66
license = "AGPLv3"
77

website/templates/about.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ <h1 class="text-4xl font-bold text-gray-800 dark:text-gray-200">{% trans "About"
3434
<p>
3535
{% env 'PROJECT_NAME' %} {% trans "is a 100% free to use, open-source, non-commercial and non-profit gamified crowd-sourced QA testing and vulnerability disclosure platform." %}
3636
</p>
37+
<p>
38+
{% trans "We help coders and security researchers discover organizations, repositories, and projects to test and report to, making it easier to find meaningful security work and contribute to the community." %}
39+
</p>
3740
<p>
3841
{% trans "We support testing across websites, apps, git repositories, and other projects. Our team has created dozens of open-source tools and embraces AI-powered processes for efficient testing and development." %}
3942
</p>

website/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</title>
2222
<!-- Description Meta Tag -->
2323
<meta name="description"
24-
content="{% block description %}{% env 'PROJECT_NAME' %} is a gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, and more. Report bugs, earn rewards, and collaborate with our community. We embrace AI-powered tools for efficient testing and development.{% endblock description %}">
24+
content="{% block description %}{% env 'PROJECT_NAME' %} is a gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, and more. Discover organizations, repositories, and projects to test. Report bugs, earn rewards, and collaborate with our community. We embrace AI-powered tools for efficient testing and development.{% endblock description %}">
2525
<!-- Keywords Meta Tag -->
2626
<meta name="keywords"
2727
content="{% block keywords %}{% env 'PROJECT_NAME' %}, bug, tracking, organization, easy{% endblock keywords %}">
@@ -35,7 +35,7 @@
3535
<meta property="og:image"
3636
content="{% block og_image %}{% endblock og_image %}" />
3737
<meta property="og:description"
38-
content="{% block og_description %}{% env 'PROJECT_NAME' %} is a gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, and more. Report bugs, earn rewards, and collaborate with our community. We embrace AI-powered tools for efficient testing and development.{% endblock og_description %}" />
38+
content="{% block og_description %}{% env 'PROJECT_NAME' %} is a gamified crowd-sourced QA testing and vulnerability disclosure platform for websites, apps, git repositories, and more. Discover organizations, repositories, and projects to test. Report bugs, earn rewards, and collaborate with our community. We embrace AI-powered tools for efficient testing and development.{% endblock og_description %}" />
3939
<meta property="og:type" content="website" />
4040
<!-- Leaflet CSS here -->
4141
<link rel="stylesheet"

website/templates/mobile_about.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ <h1 class="text-4xl font-bold mb-4">{% trans "About" %} {% env 'PROJECT_NAME' %}
3030
<p>
3131
{% env 'PROJECT_NAME' %} {% trans "is a 100% free to use, open-source, non-commercial and non-profit gamified crowd-sourced QA testing and vulnerability disclosure platform." %}
3232
</p>
33+
<p>
34+
{% trans "We help coders and security researchers discover organizations, repositories, and projects to test and report to, making it easier to find meaningful security work and contribute to the community." %}
35+
</p>
3336
<p>
3437
{% trans "We support testing across websites, apps, git repositories, and other projects. Our team has created dozens of open-source tools and embraces AI-powered processes for efficient testing and development." %}
3538
</p>

0 commit comments

Comments
 (0)