Skip to content

Releases: dod-cyber-crime-center/sqlite-dissect

v1.0.0

08 Oct 18:18
20e9f49
Compare
Choose a tag to compare

v1.0.0 (2024-10-02)

Feature Updates

  • Support Python 3.8 - 3.12 (upgrading from Python 2.7) (#9)
  • Support CASE 1.1 export

Bug Fixes

  • Resolve log handler warning (#37)

Infrastructure Changes

  • Update references from "Defense-Cyber-Crime-Center" to "dod-cyber-crime-center" to reflect new GitHub organization name

v0.2.0

26 May 17:36
Compare
Choose a tag to compare

v0.2.0 (2022-05-26)

Feature Updates

  • Add sqlite_dissect as an installed command

Bug Fixes

  • Fix for character literals in schema parsing
  • Corrected packaging for PyPi wheel

Infrastructure Changes

  • Increased automated test coverage

v0.1.0

12 Apr 16:56
bb8a5af
Compare
Choose a tag to compare

v0.1.0 (2022-04-12)

Feature Updates

  • Allow auto-discovery and dissection of databases in a directory
  • Initial support for exporting the results to the CASE Cyber Ontology
  • Allow multiple export types during the same execution
  • Allow exporting of database header information

Bug Fixes

  • Corrected string comparisons from object comparisons
  • Resolve issue where the tool crashes on some journal files

Infrastructure Changes

  • Continuous integration pipelines for automated linting, testing, and building for both GitHub and GitLab
  • Initial unit test support and code coverage reporting
  • Dependabot for automated monitoring of dependencies

v0.0.6

30 Jul 01:17
Compare
Choose a tag to compare

v0.0.6 (2021-07-29)

  • Initial external release of application and source code
  • Parsing and recovery of SQLite database and WAL files
  • Started documentation of classes in README.md files with Mermaid
  • Added PyInstaller scripts and builds for windows and linux
  • Incorporated output options for SQLite, XLSX, and CSV
  • Added initial beta carving of journal files