Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to run a bulk scan/fix from the admin #58

Closed
dkotter opened this issue Aug 31, 2021 · 0 comments · Fixed by #112
Closed

Add ability to run a bulk scan/fix from the admin #58

dkotter opened this issue Aug 31, 2021 · 0 comments · Fixed by #112
Assignees
Labels
help wanted type:enhancement New feature or request.
Milestone

Comments

@dkotter
Copy link
Collaborator

dkotter commented Aug 31, 2021

Is your enhancement related to a problem? Please describe.
In #39 a WP-CLI script was added to scan for insecure items and attempt to fix those. This is a nice approach to bulk fix content for sites that may have been converted from insecure to secure but still have references to insecure items.

Not all users will have the access or capability to run a WP-CLI command though, so would be great to add an option in the admin to run the same functionality.

Describe the solution you'd like
Have a place somewhere in the admin where you can initiate a scan for insecure items. Might want some options like the content type to scan and the number of items to scan at a time and maybe an autofix option. This would then run the scan and let you know the items that it finds (and if autofix is on, if the items were able to be fixed).

I can see a similar approach to what is done in ElasticPress, if we want to use that as a reference.

@dkotter dkotter added the type:enhancement New feature or request. label Aug 31, 2021
@jeffpaul jeffpaul added this to the Future Release milestone Aug 31, 2021
@jeffpaul jeffpaul modified the milestones: Future Release, 1.1.0 Jun 28, 2022
@kmgalanakis kmgalanakis self-assigned this Mar 23, 2023
@dkotter dkotter modified the milestones: 1.1.0, 1.2.0 Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted type:enhancement New feature or request.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants