gocsaf / csaf

Tools to download or provide CSAF (Common Security Advisory Framework) documents.
https://csaf.io
42 stars 25 forks source link

Remove `--years` flag from checker. #425

Closed s-l-teichmann closed 1 year ago

s-l-teichmann commented 1 year ago

As --years=1 can be expressed as --timerange=365d we should consider removing this flag.

bernhardreiter commented 1 year ago

It is okay to remove --years as it is good enough.

The use case is: A user wants to limit the range of time from when the advisories will be considered to a few months backwards.

s-l-teichmann commented 1 year ago

Solved by #430