Skip to content

Commit

Permalink
findings presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Feb 22, 2024
1 parent 5464024 commit 9ce14c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/present_findings.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,13 @@ def main():
if __name__ == "__main__":
logging.basicConfig(level=logging.INFO)
main()

"""
TODO: modify the output dict to be a class
use the class to control the order in which fields are printed to stdout
TODO: pull all business logic out of main
TODO: add tests for parsing functions in particular
"""

0 comments on commit 9ce14c0

Please sign in to comment.