Skip to content

Commit 2ac16b8

Browse files
authored
Updated version and documentation (#529)
1 parent c4ae057 commit 2ac16b8

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
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__ = '20220816'
4+
__version__ = '20221012'

config/dpkg/changelog

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

33
* Auto-generated
44

5-
-- Forensic artifacts <[email protected]> Tue, 16 Aug 2022 05:24:18 +0200
5+
-- Forensic artifacts <[email protected]> Wed, 12 Oct 2022 17:26:37 +0200

docs/sources/background/Stats.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
## Statistics
22

3-
The artifact definitions can be found in the [data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/data)
4-
and the format is described in detail in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html).
3+
The artifact definitions can be found in the
4+
[data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/data) and the format is described in detail
5+
in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html).
56

6-
Status of the repository as of 2022-08-16
7+
Status of the repository as of 2022-10-12
78

89
Description | Number
910
--- | ---
10-
Number of artifact definitions: | 712
11-
Number of file paths: | 1850
11+
Number of artifact definitions: | 738
12+
Number of file paths: | 1867
1213
Number of Windows Registry key paths: | 671
1314

1415
### Artifact definition source types
1516

1617
Identifier | Number
1718
--- | ---
18-
ARTIFACT_GROUP | 38
19+
ARTIFACT_GROUP | 47
1920
COMMAND | 10
20-
FILE | 444
21+
FILE | 461
2122
PATH | 23
2223
REGISTRY_KEY | 54
2324
REGISTRY_VALUE | 116
@@ -28,6 +29,6 @@ WMI | 27
2829
Identifier | Number
2930
--- | ---
3031
Darwin | 69
31-
Linux | 55
32-
Windows | 49
32+
Linux | 62
33+
Windows | 56
3334

0 commit comments

Comments
 (0)