File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22"""ForensicArtifacts.com Artifact Repository."""
33
4- __version__ = '20260127 '
4+ __version__ = '20260207 '
Original file line number Diff line number Diff line change 1- artifacts (20260127 -1) unstable; urgency=low
1+ artifacts (20260207 -1) unstable; urgency=low
22
33 * Auto-generated
44
5- -- Forensic artifacts <forensicartifacts@googlegroups.com> Tue, 27 Jan 2026 05:51:24 +0100
5+ -- Forensic artifacts <forensicartifacts@googlegroups.com> Sat, 07 Feb 2026 09:23:07 +0100
Original file line number Diff line number Diff line change 11usr/lib/python3*/dist-packages/artifacts/*.py
2- usr/lib/python3*/dist-packages/artifacts*.egg -info/*
2+ usr/lib/python3*/dist-packages/artifacts*.dist -info/*
Original file line number Diff line number Diff line change 66.PHONY : override_dh_auto_test
77override_dh_auto_test :
88
9+
910.PHONY : override_dh_auto_install
1011override_dh_auto_install :
1112 dh_auto_install
12- mkdir -p debian/tmp/usr/share/artifacts/
13- mv debian/tmp/usr/lib/python* /dist-packages/artifacts/data/* debian/tmp/usr/share/artifacts/
13+ mkdir -p debian/tmp/usr/share/artifacts
14+ mv debian/tmp/usr/lib/python* /dist-packages/artifacts/data/* debian/tmp/usr/share/artifacts
1415 rmdir debian/tmp/usr/lib/python* /dist-packages/artifacts/data
15- find debian/tmp/usr/bin/ -type f -exec {} {}.py \;
16+ find debian/tmp/usr/bin/ -type f -exec mv {} {}.py \;
1617
Original file line number Diff line number Diff 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
55in detail in the [ Style Guide] ( https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html ) .
66
7- Status of the repository as of 2026-01-27
7+ Status of the repository as of 2026-02-07
88
99Description | Number
1010--- | ---
1111Number of artifact definitions: | 839
12- Number of file paths: | 2338
12+ Number of file paths: | 2339
1313Number of Windows Registry key paths: | 677
1414
1515### Artifact definition source types
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " artifacts"
7- version = " 20260127 "
7+ version = " 20260207 "
88description = " ForensicArtifacts.com Artifact Repository"
99maintainers = [
1010 { name = " Forensic artifacts" , email = " forensicartifacts@googlegroups.com" },
You can’t perform that action at this time.
0 commit comments