Skip to content

Commit

Permalink
Introduce FAQ section into kernelCTF guidelines.
Browse files Browse the repository at this point in the history
Add FAQ section to guidelines and provide answer to the first question.
  • Loading branch information
artmetla committed Sep 25, 2024
1 parent 2596ed3 commit 0b81065
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions kernelctf/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Frequently Asked Questions (FAQ)

#### 1. I'd sent one [bughunters.google.com](https://bughunters.google.com) report which contains multiple submissions (exploits). I'd noticed that only some PRs associated with the report are merged. After that I received a bounty email from kernelCTF which awards partial bounty (bounty not for all exploits submitted). When would I receive all the bounties?

The above described situation means that at this moment only some exploits were reviewed, the rest of exploits associated with the report still stay in the review queue. We're 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 exploits provided. Please stay tuned for the updates on the rest of pull requests. As soon as pull requests are merged the subsequent bounties will be issued.
4 changes: 3 additions & 1 deletion kernelctf/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,9 @@ If possible, also include how stable your exploit is (e.g. it worked 90% of the

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.

If you have any question regarding kernelCTF, feel free to ask on the [#kernelctf](https://discord.gg/ECS5VnJZys) Discord channel.
## Questions about program

If you have any question regarding kernelCTF, check [FAQ](faq.md) page and feel free to ask on the [#kernelctf](https://discord.gg/ECS5VnJZys) Discord channel.

## Non-kernel vulnerabilities

Expand Down

0 comments on commit 0b81065

Please sign in to comment.