Skip to content

kernelCTF: make vuln-verify look at the old submissions - #425

Merged
koczkatamas merged 1 commit into
masterfrom
vuln-verify-fix
Sep 1, 2026
Merged

kernelCTF: make vuln-verify look at the old submissions#425
koczkatamas merged 1 commit into
masterfrom
vuln-verify-fix

Conversation

@matrizzo

@matrizzo matrizzo commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

vuln-verify searches for the patch commit of a submission in the public spreadsheet. That spreadsheet only used to contain a list of all submissions, but with the switch to the new rules we created new sheets and now the first sheet is for the winners. This makes vuln-verify fail because it can't find the patch commit anymore. Make it look at the correct sheet instead. This will break vuln-verify for the submissions under the new rules so we will need to fix that in the future but this should be ok for now.

See #424 for an example of where this broke.

vuln-verify searches for the patch commit of a submission in the public
spreadsheet. That spreadsheet only used to contain a list of all submissions,
but with the switch to the new rules we created new sheets and now the
first sheet is for the winners. This makes vuln-verify fail because it
can't find the patch commit anymore. Make it look at the correct sheet
instead. This will break vuln-verify for the submissions under the new
rules so we will need to fix that in the future but this should be ok
for now.

See #424 for an example of where this broke.
@matrizzo
matrizzo requested a review from koczkatamas September 1, 2026 09:42
@koczkatamas
koczkatamas merged commit a7b7ae1 into master Sep 1, 2026
11 checks passed
@koczkatamas
koczkatamas deleted the vuln-verify-fix branch September 1, 2026 12:10
@koczkatamas

Copy link
Copy Markdown
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants