Skip to content

fix : add security category to CATEGORY_BADGE and menu in search_projects - #1866

Open
tmdeveloper007 wants to merge 1 commit into
steam-bell-92:mainfrom
tmdeveloper007:pr-1861
Open

fix : add security category to CATEGORY_BADGE and menu in search_projects#1866
tmdeveloper007 wants to merge 1 commit into
steam-bell-92:mainfrom
tmdeveloper007:pr-1861

Conversation

@tmdeveloper007

Copy link
Copy Markdown
Contributor

Summary of What Has Been Done

In search_projects.py, the CATEGORY_BADGE dict was missing the "security" category even though the codebase has a security/ directory with projects. This caused projects in the security category to display as "Unknown" in the search results.

Additionally, the interactive menu's category listing and validation only included games, math, and utilities, excluding security.

Changes Made

  1. Added "security": "🛡️ Security" to CATEGORY_BADGE.
  2. Updated the menu prompt to include security in the categories list.
  3. Updated the validation to accept security as a valid category filter.

Impact it Made

  • Security projects now display correctly with a proper badge in search results.
  • Users can filter and browse security-category projects through the interactive menu.

Closes #1861.

Note: Please assign this PR to the tmdeveloper007 account.

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix : guard against missing security directory in search_projects scan_projects

1 participant