-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply fixes & formatting from yarn lint
- Loading branch information
Showing
5 changed files
with
61 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,15 +21,15 @@ As above, please DO NOT include attachments or provide detail regarding the secu | |
## Incident Response Process | ||
|
||
1. Establish a new draft security advisory | ||
1. In response to an email to [[email protected]](mailto:[email protected]), a member of the Creditcoin team will create a new draft security advisory for the incident at [https://github.com/gluwa/creditcoin-staking-dashboard/security/advisories](https://github.com/gluwa/creditcoin-staking-dashboard/security/advisories). | ||
2. Add the reporter's GitHub account and relevant individuals to the draft security advisory. | ||
3. Respond to the reporter by email, sharing a link to the draft security advisory. | ||
1. In response to an email to [[email protected]](mailto:[email protected]), a member of the Creditcoin team will create a new draft security advisory for the incident at [https://github.com/gluwa/creditcoin-staking-dashboard/security/advisories](https://github.com/gluwa/creditcoin-staking-dashboard/security/advisories). | ||
2. Add the reporter's GitHub account and relevant individuals to the draft security advisory. | ||
3. Respond to the reporter by email, sharing a link to the draft security advisory. | ||
2. Reporter should add appropriate content to the draft security advisory to help the team resolve the issue. This includes: | ||
1. A clear description of the issue and the impacted areas. | ||
2. The code and the methodology to reproduce the underlying issue. | ||
3. Discussion of potential remediations. | ||
1. A clear description of the issue and the impacted areas. | ||
2. The code and the methodology to reproduce the underlying issue. | ||
3. Discussion of potential remediations. | ||
3. Triage | ||
1. Validate the issue. | ||
2. Determine the criticality of the issue. | ||
3. If this is a bug and not a security issue, recommend to the submitter to create an issue. | ||
1. Validate the issue. | ||
2. Determine the criticality of the issue. | ||
3. If this is a bug and not a security issue, recommend to the submitter to create an issue. | ||
4. Release a new version resolving the issue |
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,10 +1,10 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "./" | ||
} | ||
], | ||
"settings": { | ||
"java.configuration.updateBuildConfiguration": "disabled" | ||
} | ||
"folders": [ | ||
{ | ||
"path": "./" | ||
} | ||
], | ||
"settings": { | ||
"java.configuration.updateBuildConfiguration": "disabled" | ||
} | ||
} |