-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from miksrv/develop
Refactoring UI component, upgraded main page
- Loading branch information
Showing
73 changed files
with
582 additions
and
1,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
This section lists the versions of the project that are currently supported with security updates. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.1.x | :white_check_mark: | | ||
| 2.0.x | :x: | | ||
| 1.0.x | :x: | | ||
|
||
We only support the latest stable versions (2.1.x). If you are using an older version, please upgrade to receive the latest security patches. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you discover a vulnerability in the project, we would appreciate it if you could report it to us. | ||
|
||
### How to report a vulnerability: | ||
|
||
1. Email us at: `[email protected]` (replace with your actual email). | ||
2. Please provide as much detail as possible: | ||
- A description of the vulnerability. | ||
- Steps to reproduce it. | ||
- Potential impact. | ||
- The version of the project where you found the vulnerability. | ||
|
||
3. You can expect a confirmation of your report within 48 hours. | ||
4. We will investigate the issue, and if the vulnerability is confirmed, we will issue a fix as soon as possible. You will be kept informed throughout the process. | ||
5. We follow a policy of disclosing vulnerabilities only after a solution is ready and a fix is released. For critical issues, we may suggest temporary mitigations until the fix is deployed. | ||
|
||
## Acknowledgements | ||
|
||
We appreciate the community's help in improving the security of our project. Your reports make the project more secure and reliable. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
@import ../../styles/variables | ||
|
||
.footer | ||
text-align: left | ||
margin-top: 10px | ||
font-size: $fontSizeCaption | ||
font-size: var(--font-size-small) | ||
color: var(--text-color-secondary) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import ../../styles/variables | ||
|
||
.languageSwitcher | ||
display: flex | ||
|
||
|
Oops, something went wrong.