diff --git a/artifacts/__init__.py b/artifacts/__init__.py index af05ad00..0bfa67c2 100644 --- a/artifacts/__init__.py +++ b/artifacts/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """ForensicArtifacts.com Artifact Repository.""" -__version__ = '20240303' +__version__ = '20240317' diff --git a/config/dpkg/changelog b/config/dpkg/changelog index c2ec7749..4879a419 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -artifacts (20240303-1) unstable; urgency=low +artifacts (20240317-1) unstable; urgency=low * Auto-generated - -- Forensic artifacts Sun, 03 Mar 2024 10:03:58 +0100 + -- Forensic artifacts Sun, 17 Mar 2024 10:35:23 +0100 diff --git a/docs/sources/background/Stats.md b/docs/sources/background/Stats.md index fec36162..fd54e6ea 100644 --- a/docs/sources/background/Stats.md +++ b/docs/sources/background/Stats.md @@ -4,12 +4,12 @@ The artifact definitions can be found in the [artifacts/data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/artifacts/data) and the format is described in detail in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html). -Status of the repository as of 2024-03-03 +Status of the repository as of 2024-03-17 Description | Number --- | --- -Number of artifact definitions: | 831 -Number of file paths: | 2280 +Number of artifact definitions: | 832 +Number of file paths: | 2284 Number of Windows Registry key paths: | 677 ### Artifact definition source types @@ -18,7 +18,7 @@ Identifier | Number --- | --- ARTIFACT_GROUP | 47 COMMAND | 10 -FILE | 546 +FILE | 547 PATH | 28 REGISTRY_KEY | 57 REGISTRY_VALUE | 116 @@ -31,5 +31,5 @@ Identifier | Number Darwin | 213 ESXi | 16 Linux | 248 -Windows | 379 +Windows | 380 diff --git a/setup.cfg b/setup.cfg index a0f836f0..b138add2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = artifacts -version = 20240303 +version = 20240317 description = ForensicArtifacts.com Artifact Repository. long_description = A free, community-sourced, machine-readable knowledge base of forensic artifacts that the world can use both as an information source and within other tools. long_description_content_type = text/plain @@ -41,17 +41,5 @@ console_scripts = stats = artifacts.scripts.stats:Main validator = artifacts.scripts.validator:Main -[bdist_rpm] -release = 1 -packager = Forensic artifacts -doc_files = - ACKNOWLEDGEMENTS - AUTHORS - LICENSE - README -build_requires = python3-setuptools -requires = - python3-pyyaml >= 3.10 - [bdist_wheel] universal = 1