save-cloud icon indicating copy to clipboard operation
save-cloud copied to clipboard

Prohibit adding dates in a wrong order

Open orchestr7 opened this issue 2 years ago • 1 comments

There is a simple logic of order for types of dates, for example: “introduced”, “found”, “fixed”, “disclosed”;

Obviously it cannot be fixed BEFORE found - we need to raise a warning about that.

@nulls if you have some vision on that based on the COSV format - welcome to add it here :)

orchestr7 avatar Sep 05 '23 22:09 orchestr7

I guess the following fields can be calculated automatically and cannot be updated by UI:

  • publised -- when vulnerability is created
  • modified -- when vulnerability is updated last time
  • withdrawn -- when vulnerability is removed from our system

nulls avatar Sep 06 '23 07:09 nulls