- Issue created by @kelly.m.jacobs
- 🇮🇳India vishal.kadam Mumbai
Thank you for applying! Reviewers will review the project files, describing what needs to be changed.
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.
To reviewers: Please read How to review security advisory coverage applications → , What to cover in an application review → , and Drupal.org security advisory coverage application workflow → .
While this application is open, only the user who opened the application can make commits to the project used for the application.
Reviewers only describe what needs to be changed; they don't provide patches to fix what reported in a review.
- Status changed to Needs work
over 1 year ago 5:12pm 21 April 2023 - 🇮🇳India vishal.kadam Mumbai
FILE: src/BatchMigrationServices/LocalDatabaseTableService.php
\Drupal::database()->query(" DELETE FROM batch_import WHERE eid_new = '$dest_id' AND type = '$entity_type' ")->execute();
$this->database->query(" UPDATE batch_import SET is_referenced = 1 WHERE eid = $source_id AND type = '$entity_type' AND origin = '$origin' ")->execute();
Use placeholders for arguments.
- Status changed to Needs review
over 1 year ago 6:44pm 22 June 2023 - 🇺🇸United States kelly.m.jacobs
Security fixes described in #4 have been made
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Thank you for your contribution! I am going to update your account.
These are some recommended readings to help with excellent maintainership:
- Dries → ' post on Responsible maintainers
- Best practices for creating and maintaining projects →
- Maintaining a drupal.org project with Git →
- Commit messages - providing history and credit →
- Release naming conventions → .
- Helping maintainers in the issue queues →
You can find more contributors chatting on the Slack → #contribute channel. So, come hang out and stay involved → .
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review → . I encourage you to learn more about that process and join the group of reviewers.I thank all the reviewers.
- Assigned to apaderno
- Status changed to Fixed
over 1 year ago 6:08pm 26 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.