The Google Model Viewer (GMV) is a web component designed for rendering interactive 3D models. The GMV field in Drupal allows users to upload and display their 3D files in .zip format. These files must conform to the glTF standard for compatibility. For more information on the glTF format, visit Sketchfab's glTF features.
A glTF file can be downloaded from Sketchfab, and the project file can be found at GMV.
Comments
Comment #2
vishal.kadamThank you for applying!
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.
phpcs --standard=Drupal,DrupalPracticeon the project, which alone fixes most of what reviewers would report.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 #3
vishal.kadamComment #4
vishal.kadam1. Fix phpcs issues.
2. FILE: README.md
The README file is missing the required sections, including Requirements, and Configuration.
3. FILE: gmv.info.yml
core_version_requirement: ^8 || ^9 || ^10 || ^11The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement key.
4. FILE: gmv.libraries.yml
version: VERSIONVERSION is only used by Drupal core modules. Contributed modules should use a literal string that does not change with the Drupal core version a site is using.
5. FILE: gmv.module
The usual description for a .module file is “Hook implementations for the [module name] module”, where [module name] is the module name given in the .info.yml file.
Comment #5
ajay t commentedHi vishalkadam Fixed the above mentioned issues.
Comment #6
ajay t commentedReview the project GMV
Comment #7
vishal.kadamRest looks fine to me.
Let’s wait for a Code Review Administrator to take a look and if everything goes fine, you will get the role.
Comment #8
alvarodemendoza commentedFile gmv.libraries.yml
gmv_files library doesn't have the version key
Coding standards review
Security Review
- The module uses dependency injection for services, which is a secure way to manage dependencies.
- Files are handled using Drupal's Entity API, which ensures a proper management (and security) of file entities.
The module looks secure enough. Remember to change the status to "Needs Review" after you implement the changes.
Comment #9
avpadernoI am changing priority as per Issue priorities.
Comment #10
avpadernoThis thread has been idle, in the needs work state with no activity for some months.
May you confirm you are still pursuing this application? If this is the case, and you made commits basing on what previously reported, or you can answer the questions previously asked, please change the status to Needs review.
Comment #11
avpadernoThis thread has been idle, in the Needs work state with no activity for about six months or more; the application has been created about 11 months ago or more. Therefore, I marked it as Closed (won't fix).
If this is incorrect, and you are still pursuing this application, please feel free to re-open it and set the issue status to Needs work or Needs review, depending on the current status of your code.