Skip to content

Commit c6972fc

Browse files
Introduce FAQ section into kernelCTF guidelines. (#133)
* Introduce FAQ section into kernelCTF guidelines. Add FAQ section to guidelines and provide answer to the first question. * Apply suggestions from code review Co-authored-by: Tamás Koczka <[email protected]> --------- Co-authored-by: Tamás Koczka <[email protected]>
1 parent aac27fb commit c6972fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

kernelctf/faq.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Frequently Asked Questions (FAQ)
2+
3+
#### 1. I submitted one report to [bughunters.google.com](https://bughunters.google.com/) containing multiple exploits. I noticed that some of the associated pull requests have been merged, and I received a payment notification email from kernelCTF awarding only partial rewards (not for all submitted exploits). When will I receive all the bounties?
4+
5+
The above described situation means that at this moment only some of the exploits have been reviewed, the rest of exploits associated with the report remain in the review queue. We are doing everything possible to prioritize review of similar submissions and bundle them together, but sometimes we still need more time to make a decision on all the exploits provided. Please stay tuned for the updates on the remaining pull requests. As soon as other pull requests are merged the subsequent bounties will also be issued.

kernelctf/rules.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,9 @@ If possible, also include how stable your exploit is (e.g. it worked 90% of the
387387

388388
We announce major program changes on [Google's Security Blog](https://security.googleblog.com/), but we may change minor, mostly technical details (like steps in the submission process) by changing this page and announcing the change on our [#kernelctf-announcements](https://discord.gg/yXue2RwDEA) Discord channel.
389389

390-
If you have any question regarding kernelCTF, feel free to ask on the [#kernelctf](https://discord.gg/ECS5VnJZys) Discord channel.
390+
## Questions about program
391+
392+
If you have any questions regarding kernelCTF, check [the FAQ page](faq.md) and feel free to ask on the [#kernelctf](https://discord.gg/ECS5VnJZys) Discord channel.
391393

392394
## Non-kernel vulnerabilities
393395

0 commit comments

Comments
 (0)