Skip to content

xeol

End-of-life (EOL) package scanner for container images, systems, and SBOMs

End of Life (EOL) means the vendor has decided the software in question has reached the end of its “useful lifespan.” After this particular date, the manufacturer no longer markets, sells, provides technical support, sustains, enhances, or fixes the product. Note that End of Life (EOL) and End of Support (EOS) are being treated as the same by xeol, even though various vendors may use these terms differently. EOL Software is a security risk because it is no longer being maintained and receiving security updates.

The data that xeol uses to determine if a package is EOL is sourced from endoflife.date. While endoflife.date includes extended support dates, xeol does not currently support this and we only match on the standard EOL support dates from vendors.

secops

https://www.xeol.io/

amd64 arm64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install xeol

sudo apt install xeol

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    xeol=0.9.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      xeol=0.9.0*

Download URLs

Version SHA256 Size (KB)
0.9.0 5f8ac9a80b1fc177f7c61c34b51a8f892b37aab467efbc6e9292a56442649d7a 12840
0.8.1 1da094eb8aa33b7dc566989a68dc6ac2fd3e64bfeda35639a0e0d5cfe90fba9a 11936
0.8.0 dbbc0b42b7e87203c5277111a9eff1953dea76d8bb62935b5db56e3a98ae49f3 11941
0.7.2 d71b3fd530e93b4098b0e9bac79eee3a18f0c4ba128f44a3952f8643863d2232 11898
0.7.1 be71de8fbd27ba75a6a74b65fd1a6220253eae2a3b11f8e540438ecc950e860f 11906
0.7.0 0c5e89985dd119afd543690552cf87dc962b35b1f5ccfe3318a4c255c7eba4f7 11901
0.6.1 31df27d78ef90caa0baba7ebe78f472b1fe06ab98c49a72159e19b9ff3ef8d8c 11897
0.6.0 0fabdcf6f5d24a1c7617205ddd2a967566f2c46ad6f56176fc56eb7b3bf0532c 11900
0.5.0 b5e85957a5e2471a26269df94edb571d4ba53ba93bb23a4b711e2913d2b50cd3 11889
0.4.10 d7c6b415ba3216819c462b6e2e6dffeebf7f5148db5795fa2c4196281ab23e01 11477
Version SHA256 Size (KB)
0.9.0 c58cc472a70c77c9d428af6e92f2fe62c948a4caa37f6bcfdea47b48c4e80517 11111
0.8.1 607c938feeb13d4fb08b127a440d80e2d122648eeb4e13acad2756798aec8cab 10325
0.8.0 639bf33ee51e3952bf0d3ebff24dbf80fab752c1594e152570dbbaf0c8f8b9ad 10334
0.7.2 cdae70efa38febc0505696b82efc4b9189419cba6de5a675017bd99d71ac6a97 10282
0.7.1 5e45915b3ccf6201d7ece7c3c97e51c650a9aeffdadf56ce8071631c84b0aa48 10284
0.7.0 6bf59f606d3d496c077c40efa25fb0cd7f33d1c7f4296996fbc6ab68cc885963 10281
0.6.1 51150a9dfc22a8221ea498aa7688cad5326726e59fc4acae65ee243fb12441f6 10286
0.6.0 c97e9c1f81fb53097672feb6145cd5ad2e3d9cea73d7eb169623e98e0c623e53 10272
0.5.0 34285fbcb69b759440403a32cf7b64c1adff2d7cdd5e1701c5bb6a32fe39da12 10277
0.4.10 af5fcd3b8920d53a814acaab5b87d17b4be0a846c2946541b947da7c73812681 9954

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for xeol are versioned here.

Click here to see xeol ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/secops/xeol/ops2deb.yml
name: xeol
matrix:
  architectures:
    - amd64
    - arm64
  versions:
    - 0.2.8
    - 0.3.0
    - 0.3.1
    - 0.3.2
    - 0.3.3
    - 0.3.4
    - 0.4.1
    - 0.4.2
    - 0.4.3
    - 0.4.8
    - 0.4.9
    - 0.4.10
    - 0.5.0
    - 0.6.0
    - 0.6.1
    - 0.7.0
    - 0.7.1
    - 0.7.2
    - 0.8.0
    - 0.8.1
    - 0.9.0
homepage: https://www.xeol.io/
summary: end-of-life (EOL) package scanner for container images, systems, and SBOMs
description: |-
  End of Life (EOL) means the vendor has decided the software in question has
  reached the end of its “useful lifespan.” After this particular date, the
  manufacturer no longer markets, sells, provides technical support, sustains,
  enhances, or fixes the product. Note that End of Life (EOL) and End of Support
  (EOS) are being treated as the same by xeol, even though various vendors may
  use these terms differently. EOL Software is a security risk because it is no
  longer being maintained and receiving security updates.

  The data that xeol uses to determine if a package is EOL is sourced from
  endoflife.date. While endoflife.date includes extended support dates, xeol does
  not currently support this and we only match on the standard EOL support dates
  from vendors.
fetch: https://github.com/xeol-io/xeol/releases/download/v{{version}}/xeol_{{version}}_linux_{{arch}}.deb
install:
  - data:/

The blueprint fetch keyword contains a URL template pointing to xeol releases. Downloaded files are locked in a lockfile versioned here.

Click here to see xeol release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/secops/xeol/ops2deb.lock.yml
- url: https://github.com/xeol-io/xeol/releases/download/v0.2.8/xeol_0.2.8_linux_amd64.deb
  sha256: 81cfa22603a1901702124fd48f4401d53fbd071a12d746c74484b136df914f5f
  timestamp: 2023-05-25 14:52:22+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.2.8/xeol_0.2.8_linux_arm64.deb
  sha256: 2fb3481b7e3de58e750d863e5d60976dd6b38c912b7b97ff2de8b286a8fa1be8
  timestamp: 2023-05-26 11:53:47+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.0/xeol_0.3.0_linux_amd64.deb
  sha256: d7e537131e62b511140b13742b68dcf267d40a4109ae1b3be0e0f5978df36a2e
  timestamp: 2023-06-22 06:22:03+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.0/xeol_0.3.0_linux_arm64.deb
  sha256: 8069e017e7ebbfd182d21433d1aab673aa5ceaaf109755ae75b24630aaa9a284
  timestamp: 2023-06-22 06:22:03+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.1/xeol_0.3.1_linux_amd64.deb
  sha256: 3ae8b7a221ca6c82132877e42b999c0abdd6943417f306e2c7d44ed19cc16bec
  timestamp: 2023-06-22 21:17:05+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.1/xeol_0.3.1_linux_arm64.deb
  sha256: 0d4fd97b288cea3c2197aac268ddef04b32b6f0a66a39c13c221f11cf6df1cf8
  timestamp: 2023-06-22 21:17:05+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.2/xeol_0.3.2_linux_amd64.deb
  sha256: 495e4f7758bcdb1b8dff91dbae312246ff940bffc2d98f4fbc0aede736bed5f4
  timestamp: 2023-06-26 01:56:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.2/xeol_0.3.2_linux_arm64.deb
  sha256: 9deb3e074069573293471b55dd030ed7fa77ec540d8d17c7c91b9bb3bc1a075e
  timestamp: 2023-06-26 01:56:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.3/xeol_0.3.3_linux_amd64.deb
  sha256: 85ea1487588348bd6b693308d121d3ef57449394f4e24f45a53b10db32b3f9ec
  timestamp: 2023-07-05 09:50:34+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.3/xeol_0.3.3_linux_arm64.deb
  sha256: 5fd3126b01a133b393ec312393a847d44935e3a93b184236bf2b1db2fef934fe
  timestamp: 2023-07-05 09:50:34+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.4/xeol_0.3.4_linux_amd64.deb
  sha256: 33b1f622febc4a9d672687530b961a6ae8992badcc4a5f4b165a09e5ac0102a7
  timestamp: 2023-07-13 21:16:33+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.4/xeol_0.3.4_linux_arm64.deb
  sha256: 9b3b7c101fb34f24759c63649368f202aa0087864f02c2d0d7b0f1f9c6cd24ef
  timestamp: 2023-07-13 21:16:33+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.1/xeol_0.4.1_linux_amd64.deb
  sha256: e7410936a43e64ea0163db379b336bb0842f7b6ac67394e4cdb7180badf2540d
  timestamp: 2023-07-17 01:58:06+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.1/xeol_0.4.1_linux_arm64.deb
  sha256: b1b8ce91cd23d0d8cfed66c7b95f7a1eb3ed41f76f6d016b12f7ca2e975a847f
  timestamp: 2023-07-17 01:58:06+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.2/xeol_0.4.2_linux_amd64.deb
  sha256: 9d563be0b612e31c171962a8341183baa1f5d939e4a8c1348bc47a85f93cb5f4
  timestamp: 2023-07-20 01:33:42+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.2/xeol_0.4.2_linux_arm64.deb
  sha256: e4dd074b12ef0e29c0789ffd5b92a81e588aee75f4d90ac45a0f355a9023ec6c
  timestamp: 2023-07-20 01:33:42+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.3/xeol_0.4.3_linux_amd64.deb
  sha256: 7299112749ee5b85c6aa81f6837edf352446baae248f339911c241f717afd934
  timestamp: 2023-07-20 06:22:15+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.3/xeol_0.4.3_linux_arm64.deb
  sha256: c6ef7a8db0855e04edecb7f84899988671546e965062f4169037a7cdde40a648
  timestamp: 2023-07-20 06:22:15+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.8/xeol_0.4.8_linux_amd64.deb
  sha256: ee0ba4180bc76d705cee9cd3cd6b4b1cb75388c51149590a348849136b521551
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.8/xeol_0.4.8_linux_arm64.deb
  sha256: 1f3c12d89076ffb881a7e808116dbb5ed5afc68a1c3a8dadb1a643b71d31ae33
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.9/xeol_0.4.9_linux_amd64.deb
  sha256: 3aa0f39b988cb319a671efc32fc520ca47b7f26c77d1601bec190005fdd85883
  timestamp: 2023-07-31 21:14:51+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.9/xeol_0.4.9_linux_arm64.deb
  sha256: 51a65e19a38fe3e88a4eb37a8768c28aade4eff8aa05ebc189743b14dc459771
  timestamp: 2023-07-31 21:14:51+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.10/xeol_0.4.10_linux_amd64.deb
  sha256: 94f89c0d02abf9ae11d7175715ae2606d9c85c2826906cd61dad7c84f57fa513
  timestamp: 2023-08-02 18:20:19+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.10/xeol_0.4.10_linux_arm64.deb
  sha256: b9935fcc27222f2567ddf2ca2ca4cc77ee4534eb3a84383f403a065c7bcef789
  timestamp: 2023-08-02 18:20:19+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.5.0/xeol_0.5.0_linux_amd64.deb
  sha256: e7bc4ad8877a54b358d211961f094e897aec0cce42595ab3d547d7fe2e9b57c1
  timestamp: 2023-08-05 01:19:25+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.5.0/xeol_0.5.0_linux_arm64.deb
  sha256: e2ac2b5033ec8edb7eddb60b41e0ea0a590091ca193b55492bb5eb4682de1c0e
  timestamp: 2023-08-05 01:19:25+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.0/xeol_0.6.0_linux_amd64.deb
  sha256: acaf2def7deca05857c99d56b7e0d2b93cb936bf7d4d7c5e62e0d988a127e3df
  timestamp: 2023-08-09 21:15:02+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.0/xeol_0.6.0_linux_arm64.deb
  sha256: ab64e83cbedd02b2bd9fde8888fc9e8e8be25438f61da22aa4ab006c99339b53
  timestamp: 2023-08-09 21:15:02+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.1/xeol_0.6.1_linux_amd64.deb
  sha256: de2f57d839f01c036937fefaa572de9226be45c5191f833eec75fb9022770125
  timestamp: 2023-08-16 01:09:00+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.1/xeol_0.6.1_linux_arm64.deb
  sha256: 7fed53762b01585744efaa48dfd8689577bbc6942b4ca34e0ad0515fa93a3e71
  timestamp: 2023-08-16 01:09:00+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.0/xeol_0.7.0_linux_amd64.deb
  sha256: c0b56daf9385c896812e8039e63b08aa6a1fa6607d852fcf8c557fac307627f3
  timestamp: 2023-08-25 03:16:38+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.0/xeol_0.7.0_linux_arm64.deb
  sha256: 4636bb4334e4797a1ea136830abf914bd00797dede5d6f175c8b82bedd2c46d8
  timestamp: 2023-08-25 03:16:38+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.1/xeol_0.7.1_linux_amd64.deb
  sha256: 5bb0044e208a3578526b78c654be9d6f0f19d4d069ef916fbf7f441f8ecd3e6f
  timestamp: 2023-08-28 18:20:31+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.1/xeol_0.7.1_linux_arm64.deb
  sha256: 98be8c86581b9e04c69fa0433d82a4d452f959cc6c565cd7ba1c16a4d4cf2006
  timestamp: 2023-08-28 18:20:31+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.2/xeol_0.7.2_linux_amd64.deb
  sha256: fa837364cf475316498578dcb338c82cf77b9064ad4fb73496e9afc5604fa337
  timestamp: 2023-09-03 06:19:53+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.2/xeol_0.7.2_linux_arm64.deb
  sha256: 04c8059c3caacd6f2564af8da300c1d6ed8af65d8bda02c709f1aa3c9a1b6945
  timestamp: 2023-09-03 06:19:53+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.0/xeol_0.8.0_linux_amd64.deb
  sha256: e809eb36330fa19c46146a69fd134fb53a779bb09ddd1286117b90b5c69b11fa
  timestamp: 2023-09-03 09:14:30+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.0/xeol_0.8.0_linux_arm64.deb
  sha256: b8b21505964e70c667646991b1033fefce6b0b6bcfede0dfa14800860f7e5c5a
  timestamp: 2023-09-03 09:14:30+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.1/xeol_0.8.1_linux_amd64.deb
  sha256: b79d332d0949abe80411d49d90817c6464d81990dba6f65e09a285dac7071be2
  timestamp: 2023-09-04 01:11:39+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.1/xeol_0.8.1_linux_arm64.deb
  sha256: 54c937b6680cc33563621975793817d36a42a0f6cd46c0cdd1e6f5c3316ab2cc
  timestamp: 2023-09-04 01:11:39+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.0/xeol_0.9.0_linux_amd64.deb
  sha256: ff42d43dfb113e8263408a01059a8a5af43390ce30311b57b6e36323a2b933c5
  timestamp: 2023-09-21 21:14:59+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.0/xeol_0.9.0_linux_arm64.deb
  sha256: e6f77b1abddb74ede2bc42813a52800cf7455ad564552033d9f30543b85f5832
  timestamp: 2023-09-21 21:14:59+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/xeol.svg)](https://docs.wakemeops.com/packages/xeol)
<a href="https://docs.wakemeops.com/packages/xeol">
  <img src="https://docs.wakemeops.com/badges/xeol.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/xeol.svg
:target: https://docs.wakemeops.com/packages/xeol