-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect information also directly from ANSSI/BSI pages #46
Comments
@KeleranV the first step could be to compare what information about certificates is available on BSI webpage and what information is available on CommonCriteria.org. Would these sources provide (nearly) identical info, I would suggest just to create new constructor similar to from_html_row(). In fact, even the certificates constructed from CommonCriteria webpage are fetched from two distinct sources: We are then able to merge 2 partially parsed record of single certificates into one: merge() Would there be a drastic difference (e.g. BSI providing only few pieces of information), I suggest to create all new class to parse the BSI pages and then create a method of Regarding branching, I suggest you work with |
@KeleranV I won't be splitting the issues in the end, I'll just write the subtasks for ANSSI webpage here:
The data does not need to be stored in fancy objects, just use dictionaries. |
For the Common Criteria certificates we currently collect information from:
We should probably also collect information directly from the pages of big members of CC that produce the certifications (https://www.commoncriteriaportal.org/ccra/schemes/) like ANSSI and BSI. We can then cross-check this data with the data we collect using our existing method and possibly augment it using this new data source if we see some improvement.
The steps in this task are:
Certificate
objects (but no need to be completely like the existing codebase at the start).The text was updated successfully, but these errors were encountered: