Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created October 11, 2022 13:18
Show Gist options
  • Save rawlingsj/17ee3255c5ba75b7084b4ce26bd95744 to your computer and use it in GitHub Desktop.
Save rawlingsj/17ee3255c5ba75b7084b4ce26bd95744 to your computer and use it in GitHub Desktop.
{
"apkurl": "{{urlprefix}}/{{reponame}}/{{arch}}/{{pkg.name}}-{{pkg.ver}}.apk",
"archs": [
"x86_64"
],
"reponame": "os",
"urlprefix": "/work/packages",
"packages": [
{
"pkg": {
"name": "zlib",
"secfixes": {
"1.2.12-r3": [
"CVE-2022-37434"
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment