Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions artifacts/files/applications/ark.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager.
Expand All @@ -8,18 +8,9 @@ artifacts:
name_pattern: ["ark_recentfiles"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager (Flatpak version).
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager (Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
name_pattern: ["ark_recentfiles"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["ark_recentfiles"]
exclude_nologin_users: true


22 changes: 4 additions & 18 deletions artifacts/files/applications/discord.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
version: 1.0
version: 1.1
artifacts:
-
description: Collect Discord cache and leveldb files.
description: Collect Discord cache and leveldb files (including Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.config/discord
path_pattern: ["*/Cache/*", "*/Local Storage/leveldb/*"]
exclude_nologin_users: true
-
description: Collect Discord cache and leveldb files (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app/com.discordapp.Discord
path_pattern: ["*/Cache/*", "*/Local Storage/leveldb/*"]
exclude_nologin_users: true
-
description: Collect Discord cache and leveldb files (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap/discord
path: /%user_home%/.config/discord /%user_home%/.var/app/com.discordapp.Discord /%user_home%/snap/discord
path_pattern: ["*/Cache/*", "*/Local Storage/leveldb/*"]
exclude_nologin_users: true
-
Expand All @@ -37,4 +23,4 @@ artifacts:
# Discord is a cloud-based application. All chats are in the cloud.
#
# References:
# https://www.champlain.edu/Documents/LCDI/ApplicationAnalysis_S17.pdf
# https://www.champlain.edu/Documents/LCDI/ApplicationAnalysis_S17.pdf
14 changes: 3 additions & 11 deletions artifacts/files/applications/dolphin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations.
Expand All @@ -8,17 +8,9 @@ artifacts:
name_pattern: ["dolphin_dolphin_dolphin"]
exclude_nologin_users: true
-
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations (Flatpak version).
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations (Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
name_pattern: ["dolphin_dolphin_dolphin"]
exclude_nologin_users: true
-
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["dolphin_dolphin_dolphin"]
exclude_nologin_users: true

14 changes: 3 additions & 11 deletions artifacts/files/applications/dragon_player.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect the paths to recently opened video files using the Dragon Player.
Expand All @@ -8,17 +8,9 @@ artifacts:
name_pattern: ["dragonplayerrc"]
exclude_nologin_users: true
-
description: Collect the paths to recently opened video files using the Dragon Player (Flatpak version).
description: Collect the paths to recently opened video files using the Dragon Player (Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
name_pattern: ["dragonplayerrc"]
exclude_nologin_users: true
-
description: Collect the paths to recently opened video files using the Dragon Player (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["dragonplayerrc"]
exclude_nologin_users: true

18 changes: 3 additions & 15 deletions artifacts/files/applications/geany.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect metadata about recently opened files in Geany text editor.
Expand All @@ -8,22 +8,10 @@ artifacts:
name_pattern: ["session.conf"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Geany text editor (Flatpak version).
description: Collect metadata about recently opened files in Geany text editor (Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
path_pattern: ["*/config/geany/*"]
name_pattern: ["session.conf"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Geany text editor (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
path_pattern: ["*/.config/geany/*"]
name_pattern: ["session.conf"]
exclude_nologin_users: true




17 changes: 3 additions & 14 deletions artifacts/files/applications/gedit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect metadata about recently opened files in Gedit text editor.
Expand All @@ -8,20 +8,9 @@ artifacts:
name_pattern: ["gedit-metadata.xml"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gedit text editor (Flatpak version).
description: Collect metadata about recently opened files in Gedit text editor (Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
name_pattern: ["gedit-metadata.xml"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gedit text editor (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["gedit-metadata.xml"]
exclude_nologin_users: true




14 changes: 3 additions & 11 deletions artifacts/files/applications/gnome_text_editor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect metadata about recently opened files in Gnome Text Editor.
Expand All @@ -8,17 +8,9 @@ artifacts:
name_pattern: ["session.gvariant"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gnome Text Editor (Flatpak version).
description: Collect metadata about recently opened files in Gnome Text Editor (Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
name_pattern: ["session.gvariant"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gnome Text Editor (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["session.gvariant"]
exclude_nologin_users: true

13 changes: 3 additions & 10 deletions artifacts/files/applications/google_earth.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
version: 1.0
version: 1.1
artifacts:
-
description: Collect Google Earth KML files.
supported_os: [linux]
collector: file
path: /%user_home%/.googleearth
name_pattern: ["*.kml"]
exclude_nologin_users: true
-
description: Collect Google Earth KML files (Flatpak version).
description: Collect Google Earth KML files (including Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.googleearth /%user_home%/snap
name_pattern: ["*.kml"]
exclude_nologin_users: true
-
Expand Down
12 changes: 2 additions & 10 deletions artifacts/files/applications/gwenview.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect the paths to recently viewed or edited images using Gwenview image viewer.
Expand All @@ -11,14 +11,6 @@ artifacts:
description: Collect the paths to recently viewed or edited images using Gwenview image viewer (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
name_pattern: ["gwenviewrc"]
exclude_nologin_users: true
-
description: Collect the paths to recently viewed or edited images using Gwenview image viewer (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["gwenviewrc"]
exclude_nologin_users: true

14 changes: 3 additions & 11 deletions artifacts/files/applications/katesession.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1
version: 1.2
artifacts:
-
description: Collect metadata about recently opened files in Kwrite and Kate text editors.
Expand All @@ -8,18 +8,10 @@ artifacts:
name_pattern: ["anonymous.katesession"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Kwrite and Kate text editors (Flatpak version).
description: Collect metadata about recently opened files in Kwrite and Kate text editors (Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path: /%user_home%/.var/app /%user_home%/snap
name_pattern: ["anonymous.katesession"]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Kwrite and Kate text editors (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["anonymous.katesession"]
exclude_nologin_users: true


22 changes: 3 additions & 19 deletions artifacts/files/applications/libreoffice_mru.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
version: 2.0
version: 2.1
artifacts:
-
description: Collect LibreOffice Most Recently Used.
supported_os: [linux]
collector: file
path: /%user_home%/.config/libreoffice
name_pattern: ["recently-used.xbel", "registrymodifications.xcu"]
ignore_date_range: true
exclude_nologin_users: true
-
description: Collect LibreOffice Most Recently Used (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app/org.libreoffice.LibreOffice
name_pattern: ["recently-used.xbel", "registrymodifications.xcu"]
ignore_date_range: true
exclude_nologin_users: true
-
description: Collect LibreOffice Most Recently Used (Snap version).
description: Collect LibreOffice Most Recently Used (including Flatpak and Snap versions).
supported_os: [linux]
collector: file
path: /%user_home%/snap/libreoffice
path: /%user_home%/.config/libreoffice /%user_home%/.var/app/org.libreoffice.LibreOffice /%user_home%/snap/libreoffice
name_pattern: ["recently-used.xbel", "registrymodifications.xcu"]
ignore_date_range: true
exclude_nologin_users: true
Expand Down
Loading