From 714cb820357371b1db35adede11deb66add24bff Mon Sep 17 00:00:00 2001 From: Kelly Kelly <kelly@basistech.com> Date: Thu, 4 Feb 2021 14:24:08 -0500 Subject: [PATCH] Updated artifact catalog WEB_COOKIE entry --- bindings/java/doxygen/artifact_catalog.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox index 89fb7127c..076d4665e 100644 --- a/bindings/java/doxygen/artifact_catalog.dox +++ b/bindings/java/doxygen/artifact_catalog.dox @@ -776,8 +776,8 @@ A Web cookie found. - TSK_VALUE (The Web cookie value attribute) ### OPTIONAL ATTRIBUTES +- TSK_DATETIME_ACCESSED (Datetime the Web Cookie was last accessed, in seconds since 1970-01-01T00:00:00Z) - TSK_DATETIME_CREATED (Datetime the Web cookie was created, in seconds since 1970-01-01T00:00:00Z) -- TSK_DATETIME_START (Datetime the Web cookie session was started, in seconds since 1970-01-01T00:00:00Z) - TSK_DATETIME_END (Expiration datetime of the Web cookie, in seconds since 1970-01-01T00:00:00Z) - TSK_DOMAIN (The domain the Web cookie serves) - TSK_PROG_NAME (Name of the application or application extractor that stored the Web cookie) -- GitLab