-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
94 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 1.0.1 | :x: | | ||
| 1.0.0 | :white_check_mark: | | ||
| < 1.0 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
#### Reporting | ||
|
||
This security policy covers the security of this repository and its code. If you discover a security vulnerability related to this repository, please report it responsibly. | ||
|
||
1. **Contact**: Submit your report to [https://github.com/dizaraj/bloodonation/security](https://github.com/dizaraj/bloodonation/security) with details of the vulnerability. Please provide a clear and concise description of the issue, any potential impact, and a step-by-step demonstration if possible. Please do not include sensitive information in your initial email. | ||
|
||
2. **Confirmation**: I will acknowledge receipt of your report within [X] business days and provide an estimated timeline for when you can expect a response. | ||
|
||
3. **Investigation**: I will investigate the issue, which may involve reproducing the vulnerability or seeking further information from you. | ||
|
||
4. **Resolution**: Once the vulnerability is confirmed, I will work to address it promptly and develop a fix. | ||
|
||
5. **Disclosure**: I will coordinate with you regarding the public disclosure of the vulnerability. I aim to release a security advisory with information about the issue and the fix. | ||
|
||
6. **Credit**: If you report a vulnerability that is successfully fixed, I will credit you for your responsible disclosure in the security advisory unless you prefer to remain anonymous. | ||
|
||
### Safety | ||
|
||
We consider security research conducted under this policy to be: | ||
|
||
- Authorized concerning any applicable anti-hacking laws, and I won't initiate legal action against researchers for their findings. | ||
|
||
- Subject to responsible disclosure, where we work with researchers to understand and address reported vulnerabilities before public disclosure. | ||
|
||
I appreciate your contributions to the security of this project and community. | ||
|
||
Thank you! |
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 |
---|---|---|
|
@@ -166,6 +166,11 @@ h3 { | |
width: 100%; | ||
} | ||
|
||
.content{ | ||
min-width: 100%; | ||
|
||
} | ||
|
||
#campaign > p{ | ||
text-align: center; | ||
} | ||
|
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