Coder Social home page Coder Social logo

Comments (7)

captn3m0 avatar captn3m0 commented on August 16, 2024 1

We have a full product data API in the upcoming v1 of the API: https://deploy-preview-2080--endoflife-date.netlify.app/api/v1/products/full/

Documented at https://deploy-preview-2080--endoflife-date.netlify.app/docs/api/v1/

This might have some stale data, but we're getting closer to taking this live. Feedback is appreciated at #2080.

from endoflife.date.

welcome avatar welcome commented on August 16, 2024

Thank you for opening your first issue here 👍. Be sure to follow the issue template if you chose one.

from endoflife.date.

captn3m0 avatar captn3m0 commented on August 16, 2024

While this might be doable, can you provide a use-case for such an API?

from endoflife.date.

Vasanth2896 avatar Vasanth2896 commented on August 16, 2024

from endoflife.date.

nicpenning avatar nicpenning commented on August 16, 2024

Looking at a SIEM use case where endoflife.date data can be correlated with product information from vulnerability scanners, EDR solutions, and other log sources that live in a central location would be ideal.

I would be interested in an API endpoint that provides all product information with all eol information.

This would allow for SIEM queries to match on endoflife products and alert security analysts or visualize via dashboards what software is end of life in the environment. This would be another source of this as vulnerability scanners do contain some of this information but this would further validate or identify others.

The current API endpoints are too limiting to simply ingest them as a source for collation in a SIEM. Having just 1 API call to have all of the data that can be checked against every 24 hours (or as needed) would make this an easy source for correlation. Otherwise, more advanced queries are needed to target the product, then get the details for that product. Currently the body details of the request also do not contain the product itself which might be another FR on it's own if an endpoint does not provide all details for all products to something like this (Ubuntu example):

[
  {
    "cycle": "21.04",
    "lts": false,
    "releaseDate": "2021-04-22",
    "support": "2022-01-01",
    "eol": "2022-01-01",
    "latest": "21.04",
    "link": "https://wiki.ubuntu.com/HirsuteHippo/ReleaseNotes/",
    "product" : "ubuntu"
  },
  {
    "cycle": "20.10",
    "lts": false,
    "releaseDate": "2020-10-22",
    "support": "2021-07-07",
    "eol": "2021-07-07",
    "latest": "20.10",
    "link": "https://wiki.ubuntu.com/GroovyGorilla/ReleaseNotes/",
    "product" : "ubuntu"
  }
]

from endoflife.date.

captn3m0 avatar captn3m0 commented on August 16, 2024

Would a Prometheus exporter work for you?

#975

from endoflife.date.

nicpenning avatar nicpenning commented on August 16, 2024

Not for me it seems. I am looking for direct and simple APIs to reveal this info.

from endoflife.date.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.