From 23bd205d7427ff60acc1eea2b52164f8fafef4aa Mon Sep 17 00:00:00 2001
From: Mark McKinnon <mark.mckinnon@davenport.edu>
Date: Wed, 21 Apr 2021 10:13:18 -0400
Subject: [PATCH] Update artifact_catalog.dox

Add attributes to catalog for web_forms
---
 bindings/java/doxygen/artifact_catalog.dox | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox
index 8549dce2c..ef8144a00 100644
--- a/bindings/java/doxygen/artifact_catalog.dox
+++ b/bindings/java/doxygen/artifact_catalog.dox
@@ -750,6 +750,7 @@ Contains autofill data for a person's address. Form data is usually saved by a W
 - TSK_LOCATION (The address of the person, e.g., 123 Main St.)
 
 ### OPTIONAL ATTRIBUTES
+- TSK_COMMENT (Comment if the autofill data is encrypted)
 - TSK_COUNT (Number of times the Web form data was used)
 - TSK_DATETIME_ACCESSED (Last accessed timestamp of the Web form data, in seconds since 1970-01-01T00:00:00Z)
 - TSK_DATETIME_MODIFIED (Last modified timestamp of the Web form data, in seconds since 1970-01-01T00:00:00Z)
@@ -758,7 +759,6 @@ Contains autofill data for a person's address. Form data is usually saved by a W
 - TSK_PHONE_NUMBER (Phone number from the form data)
 
 
-
 ---
 ## TSK_WEB_FORM_AUTOFILL
 Contains autofill data for a Web form. Form data is usually saved by a Web browser. Each field value pair in the form should be stored in separate artifacts.
@@ -769,10 +769,11 @@ Contains autofill data for a Web form. Form data is usually saved by a Web brows
 - TSK_VALUE (Value of the autofill field)
 
 ### OPTIONAL ATTRIBUTES
+- TSK_COMMENT (Comment if the form autofill data is encrypted)
 - TSK_COUNT (Number of times this Web form data has been used)
 - TSK_DATETIME_CREATED (Datetime this Web form autofill data was created, in seconds since 1970-01-01T00:00:00Z)
 - TSK_DATETIME_ACCESSED (Datetime this Web form data was last accessed, in seconds since 1970-01-01T00:00:00Z)
-
+- TSK_PROG_NAME (The application that stored this form information)
 
 
 ---
-- 
GitLab