aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorPetr Svenda2020-02-24 13:49:53 +0100
committerPetr Svenda2020-02-24 13:49:53 +0100
commit58da2a5fcb91a26e5b64b9508f5da0c1f5600ee7 (patch)
treec25c67414cd65810961ecbfd176307e5eb122f0f /src
parent80df040aa96d8fe10d53f91e226f33c73e152a6a (diff)
downloadsec-certs-58da2a5fcb91a26e5b64b9508f5da0c1f5600ee7.tar.gz
sec-certs-58da2a5fcb91a26e5b64b9508f5da0c1f5600ee7.tar.zst
sec-certs-58da2a5fcb91a26e5b64b9508f5da0c1f5600ee7.zip
added todo ideas
Diffstat (limited to 'src')
-rw-r--r--src/process_certificates.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/process_certificates.py b/src/process_certificates.py
index 13087611..ca5b0999 100644
--- a/src/process_certificates.py
+++ b/src/process_certificates.py
@@ -174,9 +174,13 @@ def main():
# TODO
# add differential partial download of new files only + processing + combine
+ # generate download script only for new files (need to have previous version of files stored)
+ # option for extraction of info just for single file?
+ # add detection of overly long regex matches
# add analysis of target CC version
- # extract more pdf file metadata https://github.com/pdfminer/pdfminer.six
+ # extract even more pdf file metadata https://github.com/pdfminer/pdfminer.six
# allow for late extraction of keywords (only newly added regexes)
+ # protection profiles dependency graph similarly as certid dependency graph is done
# If None == protection profile => Match PP with its assurance level and recompute
# extract info about protection profiles, download and parse pdf, map to referencing files
# analysis of PP only: which PP is the most popular?, what schemes/countries are doing most...
@@ -195,6 +199,7 @@ def main():
# FRONTPAGE
# extract frontpage also from other than anssi and bsi certificates (US, BE...)
# add extraction of frontpage for protection profiles
+ # check functionality on Linux (script %%20 expansions...)
if __name__ == "__main__":
main()