From 0c6b74042ed3476c6231ef7b2103cc1b3d741e6a Mon Sep 17 00:00:00 2001 From: Steve Ross Date: Thu, 1 Jan 2026 21:56:56 +0000 Subject: [PATCH] add hard boiled security plugin --- composer.json | 4 +++- composer.lock | 28 +++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5f780b9..4af889e 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,8 @@ "wpackagist-plugin/flamingo": "^2.6", "wpengine/advanced-custom-fields-pro": "^6.7", "ourcodeworld/name-that-color": "dev-master", - "wpackagist-plugin/resizable-editor-sidebar": "1.0.6" + "wpackagist-plugin/resizable-editor-sidebar": "1.0.6", + "badegguk/hard-boiled-security": "^1.0" }, "require-dev": { "roave/security-advisories": "dev-latest", @@ -89,6 +90,7 @@ "web/app/mu-plugins/{$name}/": [ "type:wordpress-muplugin", "badegguk/bad-egg-digital-login-page", + "badegguk/hard-boiled-security", "wpengine/advanced-custom-fields-pro" ], "web/app/plugins/{$name}/": ["type:wordpress-plugin"], diff --git a/composer.lock b/composer.lock index 133ddab..3322eb8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0ff612e079c6a14f99464d43e9148603", + "content-hash": "45d0a582ae7850e497fe7f2b3d7752a7", "packages": [ { "name": "badegguk/bad-egg-digital-login-page", @@ -32,6 +32,32 @@ }, "time": "2025-06-03T15:19:29+00:00" }, + { + "name": "badegguk/hard-boiled-security", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/bad-egg-digital/hard-boiled-security.git", + "reference": "e4a327a5002848dbd0d01b814cd210374730f098" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bad-egg-digital/hard-boiled-security/zipball/e4a327a5002848dbd0d01b814cd210374730f098", + "reference": "e4a327a5002848dbd0d01b814cd210374730f098", + "shasum": "" + }, + "type": "wordpress-plugin", + "license": [ + "GPLv3" + ], + "description": "A simple plugin that hardens some common Wordpress vulnerabilities.", + "homepage": "https://github.com/bad-egg-digital/hard-boiled-security", + "support": { + "source": "https://github.com/bad-egg-digital/hard-boiled-security/tree/v1.0.1", + "issues": "https://github.com/bad-egg-digital/hard-boiled-security/issues" + }, + "time": "2025-12-30T00:36:57+00:00" + }, { "name": "composer/installers", "version": "v2.3.0",