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

feat: Enable Bug Bounty mode to separate bug bounty related features #1411

Closed
1 task done
yogeshojha opened this issue Sep 2, 2024 · 4 comments · Fixed by #1418
Closed
1 task done

feat: Enable Bug Bounty mode to separate bug bounty related features #1411

yogeshojha opened this issue Sep 2, 2024 · 4 comments · Fixed by #1418

Comments

@yogeshojha
Copy link
Owner

Is there an existing feature or issue for this?

  • I have searched the existing issues

Expected feature

We need to separate bug bounty related features such as reporting hackerone, importing assets from hackerone etc

For example @null-ref-0000 most recent PR is an excellent feature addition for bug hunters, but reNgine also has corporate users that may not use this feature at all, or even for those users that do recon for their own purpose, they may not need this.

And in future we may bring more of bug bounty features for example, integration with intigriti or bugcrowd and these may not be useful for non bug bounty users.

We need to provide an option during onboarding if these features have to be enabled, and inside reNgine settings as well if the user wants to enable bug bounty related features, a button/checkbox may be provided for user's to enable this.

Alternative solutions

No response

Anything else?

No response

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Hey @yogeshojha! 🚀 Thanks for this exciting feature idea!

We love seeing fresh concepts that could take reNgine to the next level. 🌟

To help us understand your vision better, could you:

📝 Provide a detailed description of the feature
🎯 Explain the problem it solves or the value it adds
💡 Share any implementation ideas you might have

Your input is invaluable in shaping the future of reNgine. Let's innovate together! 💪

@null-ref-0000
Copy link
Contributor

The Django-flag modules would likely be useful for this feature. Could create a variable in the .env and then pass that to the settings.py.

@yogeshojha
Copy link
Owner Author

@null-ref-0000 this library is good, but in future we might as well have such more options to enable or disable so I believe the best is to create a Model called UserPreference model, specific to that user, and store all configs there, and use that in middleware.

yogeshojha added a commit that referenced this issue Sep 5, 2024
…mode-to-separate-bug-bounty-related-features

feat: Enable bug bounty mode as User Preference to separate bug bounty related features #1411
@null-ref-0000
Copy link
Contributor

@yogeshojha Yeah good points, a user preference section is a more robust feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants