Skip to content

Conversation

@abhinav-nain
Copy link
Contributor

@abhinav-nain abhinav-nain commented Aug 18, 2025

Description

Adding support for VRT v1.17.

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 cfe524e into master Aug 19, 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.

3 participants