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
Data from the FIPS algorithm dataset is not utilized and mined fully. We can follow the links to the algorithm page and get more data that will help us. This can help in cert id cleanup to get rid of the algo references.
Details
Currently, the FIPSAlgorithm object is built from rows of a pandas DataFrame constructed merely from the list of Algorithms, see below
Just FYI, the current state of #275 is that I've refactored building of a dataset of FIPS Algorithms. The certificate only store strings of the algorithm identifiers and are nowhere connected to the respecitve objects. So once we improve algorithm scraping, we could connect these two datasets as well.
Initial description by @J08nY
Details
Currently, the
FIPSAlgorithm
object is built from rows of a pandas DataFrame constructed merely from the list of Algorithms, see belowsec-certs/src/sec_certs/dataset/fips_algorithm.py
Line 98 in f41d077
This table does not include valuable attributes found on the individual pages of the algorithm. The proposed enhancement should:
FIPSAlgorithm
object (see below) should be enriched with the attributes mentioned above.sec-certs/src/sec_certs/sample/fips_algorithm.py
Line 13 in f41d077
Further guidance
One can isolate the pipeline stage that processes the algorithm dataset simply by
The PR implementing this enhancement should modify the parse_algorithms_from_html method.
The text was updated successfully, but these errors were encountered: