update plugins

This commit is contained in:
2024-06-06 16:18:09 +02:00
parent adc7d775dc
commit ef3f45c3b2
7 changed files with 1318 additions and 1915 deletions
+20 -3
View File
@@ -7,15 +7,32 @@ We are focusing our security updates on the following versions
| Version | Supported |
| ------- | ------------------ |
| 1.7.x | :white_check_mark: |
| 1.6.x | :warning: |
| 1.6.x | :x: |
| < 1.6 | :x: |
## :pushpin: Note on Security Severity
> NOTE: Please use the following guidlines when selecting a **Severity**. Submitted advisories that are marked **High** or **Critical** that don't meet the guidelines below will be cliosed.
* **CRITICAL** - no account required, can modify content, or run malicious code or nefarious activity without any access.
* **HIGH** - publisher level account able to run malicious code or nefarious activity, or other high level security things.
* **MODERATE** - admin level account able to run malicious code or do nefarious things. other moderate security things.
* **LOW** - super admin level account able to run malicious code or do nefarious things. other minor security things.
## :warning: Versions
Versions with :warning: will be supported for security issues, however you won't be able to update to them, you will need to manually update through the [`direct-install` command](https://learn.getgrav.org/17/admin-panel/tools).
If you cannot update to the latest stable version available because, for example, your server does not meet the minimum PHP requirements, you can manually install a previous version by downloading the package from our Releases directory (https://github.com/getgrav/grav/releases).
## Reporting a Vulnerability
## :pencil: Reporting a Vulnerability
Please contact security@getgrav.org with a detailed explanation of the security issue found. If it appears to be a legitimate issues, please submit an **advisory via GitHub Security**: https://github.com/getgrav/grav/security/advisories
> NOTE: Please do not use 3rd party security issue reporting services, we like to keep everything in the GitHub ecosystem for easier manageability.
## :bug: Bug Bounties
We do greatly appreciate your efforts to improve Grav, but unfortunately because we are a small open source project, we **do not have the resources to offer bounties** for security issues found.
Please contact security@getgrav.org with a detailed explaination of the security issue found and we will work with you to get it resolved as fast as possible.
Generated
+274 -272
View File
File diff suppressed because it is too large Load Diff
Executable → Regular
View File
+12 -2
View File
@@ -1,6 +1,6 @@
core:
grav:
version: 1.7.42.3
version: 1.7.46
schema: 1.7.0_2020-11-20_1
history:
- { version: 1.7.16, date: '2021-06-10 14:03:35' }
@@ -8,4 +8,14 @@ core:
- { version: 1.7.25, date: '2021-12-06 12:22:00' }
- { version: 1.7.31, date: '2022-03-15 08:48:47' }
- { version: 1.7.38, date: '2023-01-03 15:06:08' }
- { version: 1.7.42.3, date: '2023-09-19 10:47:33' }
- { version: 1.7.42.3, date: '2023-09-18 09:09:16' }
- { version: 1.7.42.3, date: '2023-09-18 09:10:29' }
- { version: 1.7.42.3, date: '2023-09-18 09:13:09' }
- { version: 1.7.42.3, date: '2023-09-18 09:14:38' }
- { version: 1.7.42.3, date: '2023-09-18 09:25:22' }
- { version: 1.7.42.3, date: '2023-09-18 09:55:36' }
- { version: 1.7.42.3, date: '2023-09-18 10:01:30' }
- { version: 1.7.42.3, date: '2023-09-18 10:01:48' }
- { version: 1.7.46, date: '2024-06-06 14:02:32' }
- { version: 1.7.46, date: '2024-06-06 14:03:41' }
- { version: 1.7.46, date: '2024-06-06 14:08:50' }
+761 -1200
View File
File diff suppressed because it is too large Load Diff
+4 -6
View File
@@ -1,21 +1,19 @@
{
"dependencies": {
"animates.css": "4.1.1"
},
"name": "lecampus",
"version": "1.0.0",
"description": "![](assets/quark-screenshots.jpg)",
"main": "gulpfile.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "node-sass -w scss -o css-compiled"
},
"repository": {
"type": "git",
"url": "https://figureslibres.io/gogs/kevin/lecampus.net.git"
"url": "https://figureslibres.io/gogs/kevin/leca mpus.net.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"node-sass": "^7.0.1"
"node-sass": "^8.0.0"
}
}
File diff suppressed because it is too large Load Diff