Skip to content

Commit 96029e3

Browse files
authored
Changes for release (#640)
1 parent fab1ea1 commit 96029e3

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
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__ = '20240518'
4+
__version__ = '20250725'

config/dpkg/changelog

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

33
* Auto-generated
44

5-
-- Forensic artifacts <forensicartifacts@googlegroups.com> Sat, 18 May 2024 07:32:22 +0200
5+
-- Forensic artifacts <forensicartifacts@googlegroups.com> Fri, 25 Jul 2025 06:58:00 +0200

docs/sources/api/artifacts.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,61 +17,61 @@ artifacts.artifact module
1717

1818
.. automodule:: artifacts.artifact
1919
:members:
20-
:undoc-members:
2120
:show-inheritance:
21+
:undoc-members:
2222

2323
artifacts.definitions module
2424
----------------------------
2525

2626
.. automodule:: artifacts.definitions
2727
:members:
28-
:undoc-members:
2928
:show-inheritance:
29+
:undoc-members:
3030

3131
artifacts.errors module
3232
-----------------------
3333

3434
.. automodule:: artifacts.errors
3535
:members:
36-
:undoc-members:
3736
:show-inheritance:
37+
:undoc-members:
3838

3939
artifacts.reader module
4040
-----------------------
4141

4242
.. automodule:: artifacts.reader
4343
:members:
44-
:undoc-members:
4544
:show-inheritance:
45+
:undoc-members:
4646

4747
artifacts.registry module
4848
-------------------------
4949

5050
.. automodule:: artifacts.registry
5151
:members:
52-
:undoc-members:
5352
:show-inheritance:
53+
:undoc-members:
5454

5555
artifacts.source\_type module
5656
-----------------------------
5757

5858
.. automodule:: artifacts.source_type
5959
:members:
60-
:undoc-members:
6160
:show-inheritance:
61+
:undoc-members:
6262

6363
artifacts.writer module
6464
-----------------------
6565

6666
.. automodule:: artifacts.writer
6767
:members:
68-
:undoc-members:
6968
:show-inheritance:
69+
:undoc-members:
7070

7171
Module contents
7272
---------------
7373

7474
.. automodule:: artifacts
7575
:members:
76-
:undoc-members:
7776
:show-inheritance:
77+
:undoc-members:

docs/sources/api/artifacts.scripts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ artifacts.scripts.stats module
99

1010
.. automodule:: artifacts.scripts.stats
1111
:members:
12-
:undoc-members:
1312
:show-inheritance:
13+
:undoc-members:
1414

1515
artifacts.scripts.validator module
1616
----------------------------------
1717

1818
.. automodule:: artifacts.scripts.validator
1919
:members:
20-
:undoc-members:
2120
:show-inheritance:
21+
:undoc-members:
2222

2323
Module contents
2424
---------------
2525

2626
.. automodule:: artifacts.scripts
2727
:members:
28-
:undoc-members:
2928
:show-inheritance:
29+
:undoc-members:

docs/sources/background/Stats.md

Lines changed: 8 additions & 8 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-05-18
7+
Status of the repository as of 2025-07-25
88

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

1515
### Artifact definition source types
@@ -18,8 +18,8 @@ Identifier | Number
1818
--- | ---
1919
ARTIFACT_GROUP | 48
2020
COMMAND | 10
21-
FILE | 550
22-
PATH | 28
21+
FILE | 551
22+
PATH | 30
2323
REGISTRY_KEY | 57
2424
REGISTRY_VALUE | 116
2525
WMI | 27
@@ -28,8 +28,8 @@ WMI | 27
2828

2929
Identifier | Number
3030
--- | ---
31-
Darwin | 213
31+
Darwin | 214
3232
ESXi | 16
33-
Linux | 248
34-
Windows | 384
33+
Linux | 249
34+
Windows | 385
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 = 20241226
3+
version = 20250725
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)