Skip to content

Commit

Permalink
feat: add support for Ubuntu 24.10 "Oracular Oriole" (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdean authored Oct 28, 2024
1 parent c423540 commit 5aba4ea
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions pkg/vulnsrc/ubuntu/ubuntu.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,32 @@ const (
var (
targetStatuses = []string{"needed", "deferred", "released"}
UbuntuReleasesMapping = map[string]string{
"precise": "12.04",
"quantal": "12.10",
"raring": "13.04",
"saucy": "13.10",
"trusty": "14.04",
"utopic": "14.10",
"vivid": "15.04",
"wily": "15.10",
"xenial": "16.04",
"yakkety": "16.10",
"zesty": "17.04",
"artful": "17.10",
"bionic": "18.04",
"cosmic": "18.10",
"disco": "19.04",
"eoan": "19.10",
"focal": "20.04",
"groovy": "20.10",
"hirsute": "21.04",
"impish": "21.10",
"jammy": "22.04",
"kinetic": "22.10",
"lunar": "23.04",
"mantic": "23.10",
"noble": "24.04",
"precise": "12.04",
"quantal": "12.10",
"raring": "13.04",
"saucy": "13.10",
"trusty": "14.04",
"utopic": "14.10",
"vivid": "15.04",
"wily": "15.10",
"xenial": "16.04",
"yakkety": "16.10",
"zesty": "17.04",
"artful": "17.10",
"bionic": "18.04",
"cosmic": "18.10",
"disco": "19.04",
"eoan": "19.10",
"focal": "20.04",
"groovy": "20.10",
"hirsute": "21.04",
"impish": "21.10",
"jammy": "22.04",
"kinetic": "22.10",
"lunar": "23.04",
"mantic": "23.10",
"noble": "24.04",
"oracular": "24.10",
// ESM versions:
"precise/esm": "12.04-ESM",
"trusty/esm": "14.04-ESM",
Expand Down

0 comments on commit 5aba4ea

Please sign in to comment.