From fd3408dbacf07c1c249e71505c4afbc5e3b1f9e3 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Thu, 21 Sep 2023 20:33:25 -0400
Subject: [PATCH] tsk_malware doc

---
 bindings/java/doxygen/artifact_catalog.dox | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox
index 8bf2fcb69..c1d9ebb4a 100644
--- a/bindings/java/doxygen/artifact_catalog.dox
+++ b/bindings/java/doxygen/artifact_catalog.dox
@@ -98,6 +98,14 @@ Indication that the source artifact or file contains a keyword. Keywords are gro
 - TSK_KEYWORD_PREVIEW (Snippet of text around keyword)
 
 
+---
+## TSK_MALWARE
+Indicates the source file's malware status based on the score.  A notable score means that the file is malware. A score of none means it is not malware.
+
+### REQUIRED ATTRIBUTES
+None
+
+
 ---
 ## TSK_OBJECT_DETECTED
 Indicates that an object was detected in a media file. Typically used by computer vision software to classify images.
-- 
GitLab