Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Simplify Slack command handlers with modular project and GSoC overview functions #3287

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

JisanAR03
Copy link
Contributor

  • Added /blt projects and /blt gsoc command functionality.
  • Refactored project and GSoC command overviews to be reusable under the /blt command as well.

@DonnieBLT sir, can you please review this PR?

This is used to pass the test: fix #2972

activity.success = False
activity.error_message = str(e)
activity.save()
return JsonResponse({"response_type": "ephemeral", "text": f"❌ Error: {str(e)}"}, status=400)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@DonnieBLT DonnieBLT enabled auto-merge (squash) January 27, 2025 23:02
@DonnieBLT DonnieBLT merged commit 6fdc158 into OWASP-BLT:main Jan 27, 2025
9 checks passed
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.

create a csv to add all owasp projects to /projects
2 participants