Skip to content

Commit

Permalink
kernelCTF: schema: add support for mitigation-v3-6.1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas committed Feb 16, 2024
1 parent 2ee769b commit efad6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernelctf/metadata.schema.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^((lts-[0-9]+.[0-9]+(\\.[0-9]+)?)|(mitigation-[0-9]+\\.[0-9]+(\\.[0-9]+)?)|(cos-[0-9]{2,}-[0-9]+\\.[0-9]+\\.[0-9]+)|extra-.*)$": {
"^((lts-[0-9]+.[0-9]+(\\.[0-9]+)?)|(mitigation-(v[0-9]+-)?[0-9]+\\.[0-9]+(\\.[0-9]+)?)|(cos-[0-9]{2,}-[0-9]+\\.[0-9]+\\.[0-9]+)|extra-.*)$": {
"type": "object",
"required": ["uses", "requires_separate_kaslr_leak", "stability_notes"],
"properties": {
Expand All @@ -102,4 +102,4 @@
}
}
}
}
}

0 comments on commit efad6bb

Please sign in to comment.