mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-19 06:09:18 +00:00
Compare commits
No commits in common. "a6158a24466210c49b5dbf07ff0da5c3e3e7a362" and "c229c9cb4a4a3059e9a1343923fe1fbe7ea3b476" have entirely different histories.
a6158a2446
...
c229c9cb4a
22
SECURITY.md
22
SECURITY.md
@ -1,22 +0,0 @@
|
|||||||
## 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,7 +40,6 @@ 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,10 +30,5 @@
|
|||||||
"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