-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:canonical/oci-factory into ROCKS-54…
…3_charmed-oci-factory-we
- Loading branch information
Showing
14 changed files
with
214 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Upstream CVEs | ||
|
||
# goproxy v1.1 was discovered to contain an issue which can lead to a Denial of service (DoS) via unspecified vectors. | ||
CVE-2023-37788 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"10.0.3-22.04": { | ||
"stable": { | ||
"target": "2" | ||
}, | ||
"candidate": { | ||
"target": "10.0.3-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "10.0.3-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "10.0.3-22.04_beta" | ||
} | ||
}, | ||
"10.0-22.04": { | ||
"stable": { | ||
"target": "2" | ||
}, | ||
"candidate": { | ||
"target": "10.0-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "10.0-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "10.0-22.04_beta" | ||
} | ||
}, | ||
"10-22.04": { | ||
"stable": { | ||
"target": "2" | ||
}, | ||
"candidate": { | ||
"target": "10-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "10-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "10-22.04_beta" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Upstream CVEs | ||
|
||
# github.com/docker/distribution - DoS from malicious API request | ||
CVE-2023-2253 | ||
# github.com/docker/docker - Encrypted overlay network may be unauthenticated | ||
CVE-2023-28840 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"2.8.4-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2.8.4-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2.8.4-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2.8.4-22.04_beta" | ||
} | ||
}, | ||
"2.8-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2.8-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2.8-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2.8-22.04_beta" | ||
} | ||
}, | ||
"2-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2-22.04_beta" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Upstream CVEs | ||
|
||
# golang.org/x/net - avoid quadratic complexity in HPACK decoding | ||
CVE-2022-41723 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"2.6.0-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2.6.0-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2.6.0-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2.6.0-22.04_beta" | ||
} | ||
}, | ||
"2.6-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2.6-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2.6-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2.6-22.04_beta" | ||
} | ||
}, | ||
"2-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2-22.04_beta" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"1.3-22.04": { | ||
"beta": { | ||
"target": "214" | ||
"target": "216" | ||
}, | ||
"edge": { | ||
"target": "1.3-22.04_beta" | ||
} | ||
}, | ||
"1.3": { | ||
"edge": { | ||
"target": "214" | ||
"target": "216" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
version: 1 | ||
|
||
upload: | ||
- source: canonical/prometheus-rock | ||
commit: c7a8b4eeaf34b1bf7f7cb7bdf71e90369fb60031 | ||
commit: 4521b60dec190d3254901de3d9d2147cf806dc2b | ||
directory: 2.46.0 | ||
release: | ||
2.46.0-22.04: | ||
end-of-life: "2024-08-01T00:00:00Z" | ||
end-of-life: "2024-09-08T00:00:00Z" | ||
risks: | ||
- stable | ||
2.46-22.04: | ||
end-of-life: "2024-08-01T00:00:00Z" | ||
end-of-life: "2024-09-08T00:00:00Z" | ||
risks: | ||
- stable | ||
2-22.04: | ||
end-of-life: "2024-08-01T00:00:00Z" | ||
end-of-life: "2024-09-08T00:00:00Z" | ||
risks: | ||
- stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Upstream CVEs | ||
|
||
# github.com/docker/docker - Encrypted overlay network may be unauthenticated | ||
CVE-2023-28840 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"2.10.4-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2.10.4-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2.10.4-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2.10.4-22.04_beta" | ||
} | ||
}, | ||
"2.10-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2.10-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2.10-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2.10-22.04_beta" | ||
} | ||
}, | ||
"2-22.04": { | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "2-22.04_stable" | ||
}, | ||
"beta": { | ||
"target": "2-22.04_candidate" | ||
}, | ||
"edge": { | ||
"target": "2-22.04_beta" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters