v1.0.2-minor
·
954 commits
to main
since this release
NETWORKING PROCESSOR
- Fixed error when get_sitemap_xml function couldn't get sitemap.xml by adding some more checks
- Modified sitemap gathering function to interact with xlsx_report_creation.py module
XLSX REPORT CREATION PROCESSOR
- Created xlsx_report_creation.py module which will handle XLSX report creation and its writing to report storage database
DPULSE MAIN
- Added xlsx report file type selection
REPORT STORAGE DATABASE
- Redacted SQL database creation script by adding column with report file extension
- Output sequence when choosing print in CLI
- Added some exception handlers (recreate report with id which is not in db)
DORKING PROCESSOR
- Added transfer_results_to_xlsx function to
COMMAND LINE INTERFACE
- Extended output of database content with report file extension (XLSX or PDF)
- Slightly changed output of DB content while choosing manage database menu
FILES PROCESSING MODULE
- Renamed "get_pdf_blob" function to "get_blob"
REQUIREMENTS
- Updated Jinja2 requirement to version 3.1.4 in order to path CVE-2024-34064 vulnerability
- Added openpyxl 3.1.2 requirement