You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintenance updates now inherit from CommonCriteriaCert and are serialized using its methods. However, since they are not fully analyzed as of now, it makes no sense to serialize many empty variables. A decision should be made to choose one from:
Limit number of (de)serialized variables
Run full analysis on maintenance updates -- download and analyze pdfs, ...
AFAIK the old API fully analyzed the maintenance updates as if they were full certificates and attached this extracted data in a subdictionary of the parent cert. Paging @petrs to confirm this.
Yea. Technically it has some caveats (e.g. maintenance updates don't have maintenance updates, tracking CVEs, CPEs is very difficult to impossible), but the generic stuff can be realized if we ever need it -- which we don't at the moment. Currently, I limited the (de)serialization, leaving it open for further discussion.
Maintenance updates now inherit from
CommonCriteriaCert
and are serialized using its methods. However, since they are not fully analyzed as of now, it makes no sense to serialize many empty variables. A decision should be made to choose one from:Example of current serialization
The text was updated successfully, but these errors were encountered: