@@ -9,24 +9,24 @@ type CommentMap = {[K in BountyType]: string}
99export type Issue = { title : string , body : string , labels : string [ ] , bountyType : BountyType }
1010
1111const COMMENT_TASK_LIST_AFO = `## Task List
12- - [ ] Initial assessment - Please record your decision in the comment below
13- - [ ] CodeQL
14- - [ ] Security Lab
15- - [ ] CodeQL: Generate result set and post the URL in the comment
16- - [ ] Security Lab assessment:
17- - [ ] Assess the Vulnerability Impact, the Vulnerability Scope, and the False Positive ratio based on the provided CodeQL result set
12+ - [ ] CodeQL Initial assessment - In case of rejection, please record your decision in the comment below:
13+ - [ ] Acceptance
14+ - [ ] Generate result set and post the URL in the comment
15+ - [ ] Security Lab assessment - In case of rejection, please record your decision in the comment below:
16+ - [ ] Acceptance
17+ - [ ] Score the Vulnerability Impact, the Vulnerability Scope, and the False Positive ratio based on the provided CodeQL result set
18+ - [ ] Document your assessments in comments below, for the CodeQL team
1819 - [ ] Provide feedback to the author in the PR
1920- [ ] CodeQL assessment:
20- - [ ] Assess the Code Maturity and the Documentation
2121 - [ ] Provide feedback to the author in the PR
2222 - [ ] Merge the PR into the experimental folder
23- - [ ] Score - Both teams fill the score table according to the version of the PR merged into the repository
23+ - [ ] Score the Code Maturity and the Documentation
2424- [ ] Bounty Payment
2525`
2626
2727const COMMENT_TASK_LIST_BS = `## Task List
28- - [ ] Initial assessment from Security Lab
2928- [ ] Security Lab assessment:
29+ - [ ] Acceptance
3030 - [ ] Confirm the CVE
3131 - [ ] Assess the Vulnerability Impact, the Vulnerability Scope
3232 - [ ] Get the CodeQL scores (False Positive ratio, Code Maturity and the Documentation) from the previous query rating
0 commit comments