From 22a7fa696052ec838fc282315119580fff48e27c Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot Date: Fri, 11 Aug 2023 17:56:45 +0200 Subject: [PATCH 1/2] Update security policy Fixes #130 --- SECURITY.md | 6 ++++++ readme.txt | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d8eb04a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,6 @@ +# Security Policy + +## Reporting Security Bugs + +Please report security bugs found in the site-reviews plugin's source code through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/rocket-lazy-load). The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin. +--- \ No newline at end of file diff --git a/readme.txt b/readme.txt index 94f5ae4..00eb8b0 100644 --- a/readme.txt +++ b/readme.txt @@ -100,6 +100,10 @@ You can also apply it manually. The element you want to apply lazy load on must The element must have the class `rocket-lazyload`, and a `data-bg` attribute, which value is the CSS url for the image. += Where do I report security bugs found in this plugin? = + +You can report any security bugs found in the source code of the site-reviews plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/rocket-lazy-load). The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin. + = Related Plugins = * [Imagify: The Best image optimizer](https://imagify.io/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=LazyLoadPlugin) to speed up your website with lighter images. From 404f1d7b6b4a04e1d3113cb50a56b76c9455bf1e Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot Date: Mon, 14 Aug 2023 08:52:44 +0200 Subject: [PATCH 2/2] Update readme-assets-update.yml --- .github/workflows/readme-assets-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/readme-assets-update.yml b/.github/workflows/readme-assets-update.yml index ecb161b..a0bfcc6 100644 --- a/.github/workflows/readme-assets-update.yml +++ b/.github/workflows/readme-assets-update.yml @@ -14,3 +14,4 @@ jobs: env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + IGNORE_OTHER_FILES: true