mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 04:09:19 +00:00
Compare commits
3 Commits
c229c9cb4a
...
a6158a2446
Author | SHA1 | Date | |
---|---|---|---|
|
a6158a2446 | ||
|
2c56b2ad49 | ||
|
b2e14512b9 |
22
SECURITY.md
Normal file
22
SECURITY.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
## Supported Versions
|
||||||
|
This project currently supports the following versions of Proxmox VE:
|
||||||
|
|
||||||
|
| Version | Supported |
|
||||||
|
| ------- | ------------------ |
|
||||||
|
| 8.2.x | :white_check_mark: |
|
||||||
|
| 8.1.x | :white_check_mark: |
|
||||||
|
| 8.0.x | Limited support* ❕|
|
||||||
|
| < 8.0 | :x: |
|
||||||
|
|
||||||
|
*Version 8.0.x has limited support. Security updates may not be provided for all issues in this version.
|
||||||
|
|
||||||
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
Security vulnerabilities shouldn’t be reported publicly to prevent potential exploitation. Instead, please report any vulnerabilities privately by reaching out directly to us. You can either join our [Discord server](https://discord.gg/UHrpNWGwkH) and send a direct message to a maintainer or contact us via email at contact@community-scripts.org. Be sure to include a detailed description of the vulnerability and the steps to reproduce it. Thank you for helping us keep our project secure!
|
||||||
|
|
||||||
|
Once a vulnerability has been reported, the project maintainers will review it and acknowledge the report within 7 business days. We will then work to address the vulnerability and provide a fix as soon as possible. Depending on the severity of the issue, a patch may be released immediately or included in the next scheduled update.
|
||||||
|
|
||||||
|
Please note that not all reported vulnerabilities may be accepted. The project maintainers reserve the right to decline a vulnerability report if it is deemed to be a low-risk issue or if it conflicts with the project's design or architecture. In such cases, we will provide an explanation for the decision.
|
||||||
|
|
||||||
|
If you have any questions or concerns about this security policy, please don't hesitate to contact the project maintainers.
|
||||||
|
|
@ -40,6 +40,7 @@ export default function CommandMenu() {
|
|||||||
const down = (e: KeyboardEvent) => {
|
const down = (e: KeyboardEvent) => {
|
||||||
if (e.key === "k" && (e.metaKey || e.ctrlKey)) {
|
if (e.key === "k" && (e.metaKey || e.ctrlKey)) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
fetchSortedCategories();
|
||||||
setOpen((open) => !open);
|
setOpen((open) => !open);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -30,5 +30,10 @@
|
|||||||
"username": "admin",
|
"username": "admin",
|
||||||
"password": "openmediavault"
|
"password": "openmediavault"
|
||||||
},
|
},
|
||||||
"notes": []
|
"notes": [
|
||||||
|
{
|
||||||
|
"text": "Running OVM in a LXC container may require a complicated disk setup, consider using a VM instead. More info: `https://github.com/community-scripts/ProxmoxVE/discussions/175`",
|
||||||
|
"type": "warning"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user