Skip to content

Commit

Permalink
kernelCTF: server: update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
artmetla committed Nov 22, 2024
1 parent ec3bad8 commit 11d8044
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions kernelctf/server/releases.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
lts-6.6.62:
release-date: 2024-11-29T12:00:00Z
cos-105-17412.495.37:
release-date: 2024-11-29T12:00:00Z
cos-109-17800.372.38:
release-date: 2024-11-29T12:00:00Z

lts-6.6.60:
release-date: 2024-11-15T12:00:00Z
cos-105-17412.495.28:
release-date: 2024-11-15T12:00:00Z
cos-109-17800.372.31:
release-date: 2024-11-15T12:00:00Z

lts-6.6.56:
release-date: 2024-10-18T12:00:00Z
cos-105-17412.448.61:
release-date: 2024-10-18T12:00:00Z
cos-109-17800.309.84:
release-date: 2024-10-18T12:00:00Z

mitigation-v3b-6.1.55:
release-date: 2024-10-14T12:00:00Z

lts-6.6.52:
release-date: 2024-09-27T12:00:00Z
cos-105-17412.448.36:
Expand Down Expand Up @@ -167,6 +191,7 @@ cos-97-16919.404.4:

mitigation-v3-6.1.55:
release-date: 2023-10-21T12:00:00Z
available-until: 2024-10-14T12:00:00Z

lts-6.1.58:
release-date: 2023-10-20T12:00:00Z
Expand Down
2 changes: 1 addition & 1 deletion kernelctf/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def print_filtered(name, status_filter):
print_filtered('Deprecated targets', 'deprecated')
else:
print_filtered('Current targets', 'latest')
print_filtered('Future targets', 'future')
print_filtered('Future targets', 'future')

def are_you_sure(prompt):
print(prompt)
Expand Down

0 comments on commit 11d8044

Please sign in to comment.