|
1 | | -# Security Policy |
2 | | - |
3 | | -## Supported Versions |
4 | | - |
5 | | -The following table outlines the versions of the project that are currently supported with security updates: |
6 | | - |
7 | | -| Version | Supported | Umbraco Version | |
8 | | -| ------------------------------------------------------- | --------- | --------------- | |
9 | | -| [15.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v15) | ✅ | 15 | |
10 | | -| [14.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v14) | ✅ | 14 | |
11 | | -| [13.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v13) | ✅ | 13 | |
12 | | -| [10.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v10) | ✅ | 10 | |
13 | | -| [12.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v12) | ❌ | 12 | |
14 | | -| [0.1.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/main) | ❌ | 11 | |
15 | | - |
16 | | - |
17 | | -## Future Support |
18 | | - |
19 | | -Project maintainers plan to support all STS (Short-Term Support) and LTS (Long-Term Support) versions of Umbraco. However, exact release dates cannot be guaranteed. |
20 | | - |
21 | | -> [!NOTE] |
22 | | -> Visit [jcdc.dev/blog/umbraco-version-information](https://jcdc.dev/blog/umbraco-version-information) for more information on Umbraco versions. |
23 | | -
|
24 | | -## Reporting a Vulnerability |
25 | | - |
26 | | -If you discover a vulnerability in this project, please follow one of these steps to report it: |
27 | | - |
28 | | -- Create an [issue](https://github.com/jcdcdev/Umbraco.Community.DataProtection/security/advisories/new) |
29 | | -- Contact the project author privately at [jcdc.dev/contact](https://jcdc.dev/contact) |
30 | | - |
31 | | -### Details |
32 | | - |
33 | | -Include as much information as possible about the vulnerability, including: |
34 | | - |
35 | | -- Steps to reproduce |
36 | | -- Potential impact |
37 | | -- Any suggested fixes |
38 | | - |
39 | | - |
40 | | -### Acknowledgment |
41 | | - |
42 | | -You will receive an acknowledgment of your report as soon as possible. |
43 | | - |
44 | | -> [!NOTE] |
45 | | -> Response times may vary depending on other commitments. |
46 | | -
|
47 | | -### Resolution |
48 | | - |
49 | | -Once the vulnerability is confirmed, project maintainers will work to resolve it as quickly as possible. |
50 | | - |
51 | | -You will be notified once the issue has been resolved or rejected. |
52 | | - |
53 | | -> [!TIP] |
54 | | -> If the vulnerability is accepted, you will receive credit in the release notes. |
55 | | -
|
56 | | -Thank you for helping to keep this project secure! |
| 1 | +<!doctype html> |
| 2 | +<html lang="en" class="h-100"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" |
| 8 | + integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> |
| 9 | + <title>404</title> |
| 10 | +</head> |
| 11 | + |
| 12 | +<body class="h-100"> |
| 13 | + <div class="d-flex align-items-center justify-content-center h-100"> |
| 14 | + <div class=""> |
| 15 | + <h1>404 Not Found</h1> |
| 16 | + <p> Sorry, the page you are looking for could not be found.</p> |
| 17 | + </div> |
| 18 | + </div> |
| 19 | + |
| 20 | + <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous" type="f35dad09127dca769be4eda1-text/javascript"></script> |
| 21 | + <script type="f35dad09127dca769be4eda1-text/javascript"> |
| 22 | + const darkModeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)'); |
| 23 | + |
| 24 | + if (darkModeMediaQuery.matches) { |
| 25 | + document.documentElement.setAttribute('data-bs-theme', 'dark'); |
| 26 | + } else { |
| 27 | + document.documentElement.setAttribute('data-bs-theme', 'light'); |
| 28 | + } |
| 29 | + |
| 30 | + darkModeMediaQuery.addEventListener('change', (event) => { |
| 31 | + if (event.matches) { |
| 32 | + document.documentElement.setAttribute('data-bs-theme', 'dark'); |
| 33 | + } else { |
| 34 | + document.documentElement.setAttribute('data-bs-theme', 'light'); |
| 35 | + } |
| 36 | + }); |
| 37 | + </script> |
| 38 | +<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="f35dad09127dca769be4eda1-|49" defer></script></body> |
| 39 | + |
| 40 | +</html> |
0 commit comments