Skip to content

v1.16 changes #78

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

Merged
merged 1 commit into from
Jun 23, 2025
Merged

v1.16 changes #78

merged 1 commit into from
Jun 23, 2025

Conversation

abhinav-nain
Copy link
Contributor

@abhinav-nain abhinav-nain commented Jun 20, 2025

Description

Adding support for VRT v1.16.

For detailed changes refer to this.

Testing

  1. Clone the repo and checkout this branch. Then add this as a dependency in crowdcontrol's gemfile locally.
# Clear out existing vrt-ruby copy
git clone 'git....vrt-ruby'
cd vrt-ruby
git submodule update --init --recursive # This is needed to fetch all submodules.
gem 'vrt', path: 'path/to/vrt-ruby'
  1. Do the same for templates repo.
gem 'bugcrowd_templates', path: 'path/to/templates'
  1. Now restart the crowdcontrol server.
  2. Login as a researcher and try submitting a report, in there check for the newly added VRT entries, those should be available there and their corresponding description should also be available.
  3. Once submission is created head over to tracker side and for the newly created submission VRT version should be 1.16.

Checklist:

  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have added entries to CHANGELOG.md and marked it Added/Changed/Removed
  • I have not incremented version.rb

@abhinav-nain abhinav-nain merged commit 77c63c6 into master Jun 23, 2025
5 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.

2 participants