Skip to content

Commit 2d5670e

Browse files
committed
Add guidelines to internal issues
1 parent a903841 commit 2d5670e

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/actions/replicate/replicate.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/replicate/replicate.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export type Issue = {title: string, body: string, labels: string[], bountyType:
1010
type GitHubIssue = { [key: string]: any, number: number, html_url?: string | undefined, body?: string | undefined}
1111

1212
const COMMENT_TASK_LIST_AFO = `## Task List
13+
14+
- **If this is your first time in this process, have a look at that [5 min video](https://drive.google.com/drive/folders/1Jq6UfqP3CRF9Iafde86_IPAQPfdgH5rR)**
15+
- **Visit the [documented process](https://github.com/github/pe-security-lab/blob/master/docs/bug_bounty.md)**
16+
1317
- [ ] CodeQL Initial assessment - In case of rejection, please record your decision in the comment below:
1418
- [ ] Acceptance
1519
- [ ] Generate result set and post the URL in the comment
@@ -40,6 +44,10 @@ const COMMENT_TASK_LIST: CommentMap = {
4044
}
4145

4246
const COMMENT_SCORING = `## Scoring
47+
48+
- **Visit the [scoring guidelines](https://github.com/github/pe-security-lab/blob/master/docs/bug_bounty.md)**
49+
- **Accepted values are: 0 (= NA), or 1 (minimal) to 5 (maximal). Any other value will throw an error**
50+
4351
| Criterion | Score|
4452
|--- | --- |
4553
| Vulnerability Impact | |

0 commit comments

Comments
 (0)