Media source and oEmbed provider for the Vidyard video platform. Dedicated Vidyard media type plus Vidyard on core Remote Video; v4 player placeholder; Drupal 10.4 / 11.
Media source and oEmbed provider for the Vidyard video platform. Dedicated Vidyard media type plus Vidyard on core Remote Video; v4 player placeholder; Drupal 10.4 / 11.
Comments
Comment #2
vishal.kadamComment #3
avpadernoThank you for applying!
Before giving links helpful to understand how the review process works, what to expect from a review, and what to do to avoid a review takes more time than needed, I would like to thank all the reviewers for the work they do.
These applications are volunters-driven, which also means it is not possible to predict when an application will be marked fixed and the applicant will get the permission to opt projects into security advisory policy. While we aim to make an application as quick as possible, it is also important for us that more people review the project used for an application. In this way, we make sure applications do not miss some important points that should be instead reported.
Applications are not meant to be complete debugging sessions that eliminate every existing bug, though. I apologize if sometimes applications seem to go into too-detailed reviews.
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.
The important notes are the following.
Keep in mind that once the project is opted into security advisory coverage, only Security Team members may change coverage.
To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #4
vishal.kadam1. FILE: README.md
The README file is missing the required sections - Requirements, Installation and Configuration.
2. FILE: vidyard.module
For a module that aims to be compatible with Drupal 10 and Drupal 11, I would rather implement hooks as class methods as described in Support for object oriented hook implementations using autowired services.
3. FILE: src/Plugin/media/Source/Vidyard.php
Projects that are compatible with Drupal 10 or higher versions should use attributes instead of annotations.
Comment #5
arrowThanks for the review. I've fixed the issues you pointed out; the README sections, OO hooks, and plugin attributes are on the 2.x branch.