Skip to content

Commit

Permalink
removed not necessary file check
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Aug 26, 2024
1 parent 31d08b6 commit d076799
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 77 deletions.
76 changes: 0 additions & 76 deletions includes/Checker/Checks/Security/Sanitized_Input_Check.php

This file was deleted.

1 change: 0 additions & 1 deletion includes/Checker/Default_Check_Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ private function register_default_checks() {
'file_type' => new Checks\Plugin_Repo\File_Type_Check(),
'plugin_header_text_domain' => new Checks\Plugin_Repo\Plugin_Header_Text_Domain_Check(),
'late_escaping' => new Checks\Security\Late_Escaping_Check(),
'sanitized_input' => new Checks\Security\Sanitized_Input_Check(),
'plugin_updater' => new Checks\Plugin_Repo\Plugin_Updater_Check(),
'plugin_review_phpcs' => new Checks\Plugin_Repo\Plugin_Review_PHPCS_Check(),
'direct_db_queries' => new Checks\Security\Direct_DB_Queries_Check(),
Expand Down

0 comments on commit d076799

Please sign in to comment.