Skip to content

Commit b13e0ce

Browse files
committed
Changes for release
1 parent 1b7095f commit b13e0ce

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

artifacts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""ForensicArtifacts.com Artifact Repository."""
33

4-
__version__ = '20240401'
4+
__version__ = '20240518'

config/dpkg/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
artifacts (20240401-1) unstable; urgency=low
1+
artifacts (20240518-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Forensic artifacts <forensicartifacts@googlegroups.com> Mon, 01 Apr 2024 08:46:00 +0200
5+
-- Forensic artifacts <forensicartifacts@googlegroups.com> Sat, 18 May 2024 07:32:22 +0200

docs/sources/background/Stats.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ The artifact definitions can be found in the
44
[artifacts/data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/artifacts/data) and the format is described
55
in detail in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html).
66

7-
Status of the repository as of 2024-04-01
7+
Status of the repository as of 2024-05-18
88

99
Description | Number
1010
--- | ---
11-
Number of artifact definitions: | 835
12-
Number of file paths: | 2289
11+
Number of artifact definitions: | 836
12+
Number of file paths: | 2290
1313
Number of Windows Registry key paths: | 677
1414

1515
### Artifact definition source types
@@ -18,7 +18,7 @@ Identifier | Number
1818
--- | ---
1919
ARTIFACT_GROUP | 48
2020
COMMAND | 10
21-
FILE | 549
21+
FILE | 550
2222
PATH | 28
2323
REGISTRY_KEY | 57
2424
REGISTRY_VALUE | 116
@@ -31,5 +31,5 @@ Identifier | Number
3131
Darwin | 213
3232
ESXi | 16
3333
Linux | 248
34-
Windows | 383
34+
Windows | 384
3535

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = artifacts
3-
version = 20240401
3+
version = 20240518
44
description = ForensicArtifacts.com Artifact Repository.
55
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.
66
long_description_content_type = text/plain

0 commit comments

Comments
 (0)