1128 Commits

Author SHA1 Message Date
Greg DiCristofaro
18ceef0ca5 updates for closeable 2020-12-09 11:07:32 -05:00
Greg DiCristofaro
6793bd7dc9 working through domain to sqlite 2020-12-08 16:23:32 -05:00
Greg DiCristofaro
fd5d759d2a public Core package 2020-12-07 16:35:35 -05:00
Greg DiCristofaro
8c7155c3a1 refactoring 2020-12-04 16:00:42 -05:00
Greg DiCristofaro
616c0d1956 updates 2020-12-04 13:51:39 -05:00
Greg DiCristofaro
90d8ad0726 updates to terminology 2020-12-04 13:26:00 -05:00
Greg DiCristofaro
219c4ba5f6 formatting 2020-12-03 13:40:50 -05:00
Greg DiCristofaro
3c36f1e39a formatting and bundle update 2020-12-03 13:36:28 -05:00
Greg DiCristofaro
03a23f636b commenting 2020-12-03 12:37:44 -05:00
Greg DiCristofaro
b7baa5e2c8 set icons and include message types csv 2020-12-02 16:43:17 -05:00
Greg DiCristofaro
25061a0b7c working through message url analyzer 2020-12-02 11:33:56 -05:00
Greg DiCristofaro
18bd3517e1 updating 2020-12-02 10:20:27 -05:00
Greg DiCristofaro
6a6262878f continuing to work through message analyzer 2020-12-02 08:21:11 -05:00
Greg DiCristofaro
a0e1b7a9b8 start on message url analyzer 2020-12-01 14:54:24 -05:00
Richard Cordovano
70b86cbebf
Merge pull request #6489 from markmckinnon/7043-clean-SRUM-path-before-resolving
7043-clean-SRUM-path-before-resolving
2020-11-30 11:50:35 -05:00
Mark McKinnon
d655402aeb Update ExtractPrefetch.java
Remove artifactExists call
2020-11-23 21:43:22 -05:00
Mark McKinnon
0f1e7cee0c Update ExtractSru.java
Cleaned up path displayed and make sure file is resolved.
2020-11-23 15:33:50 -05:00
Mark McKinnon
47af76bb1b Update ExtractPrefetch.java
Change Collection type from list to set avoid duplicate timestamps.  Added check to see if artifact already exists before tryng to add it back in, this will help with reruns of RA.
2020-11-22 15:01:48 -05:00
Kelly Kelly
a6ca1359e5 Handled review comments 2020-11-19 10:30:55 -05:00
Kelly Kelly
6ed5712d86 Switched addXXXType to getOrAddXXXType 2020-11-18 16:29:36 -05:00
Kelly Kelly
201f25ecfa Switched addArtifactAttributeType to getOrAddAttributeType 2020-11-16 17:15:14 -05:00
Richard Cordovano
0d85394008
Merge pull request #6341 from markmckinnon/6890-Additional-errors-when-ingesting-multi-user-case
6890-Additional-errors-when-ingesting-multi-user-case
2020-10-05 17:28:22 -04:00
apriestman
232b108545 Fix mistake where stateVal was being read twice. 2020-10-02 08:28:11 -04:00
Richard Cordovano
ed57503c50
Merge pull request #6362 from APriestman/6922_improveChromeCacheErrorHandling
6922 Error out more quietly for bad cache data.
2020-10-01 19:29:34 -04:00
Richard Cordovano
2acbfc2712 Revert quoting of ProcessBuilder arguments 2020-10-01 18:42:06 -04:00
Mark McKinnon
de62de9a8f Address reviewer comments
Address reviewer comments
2020-10-01 16:20:23 -04:00
apriestman
bb292ecc91 Error out more quietly for bad cache data. 2020-10-01 12:04:16 -04:00
rcordovano
81d726299f Update module dependencies and branding for release 4.17.0 2020-09-26 13:16:36 -04:00
Mark McKinnon
cf5ae91542 Update Chromium.java
Address Codacy Issues
2020-09-25 15:53:51 -04:00
Mark McKinnon
b8090150d3 Update Chromium.java
See what codacy will come back with
2020-09-25 15:09:03 -04:00
Mark McKinnon
f1aa3c3db5 Update Chromium.java
Added path to help narrow file search and removed wildcard's from browser files that do not need them.
2020-09-25 11:56:40 -04:00
Richard Cordovano
dce2fa42f8
Merge pull request #6324 from kellykelly3/6881-process-builder-double-quote
6881 & 6798 - Added double quotes around process builder paths.
2020-09-24 12:24:42 -04:00
Kelly Kelly
5fb9751c51 Add double quote to paths for varions ProcessBuilder commands 2020-09-22 16:04:11 -04:00
Richard Cordovano
61ed97adff
Merge pull request #6301 from wschaeferB/6871-UndocumentedFormatParameters
6871 document format parameters
2020-09-21 21:08:18 -04:00
William Schaefer
a2ff9d1121 6871 document format parameters 2020-09-21 10:52:53 -04:00
William Schaefer
65123b1a70 6866 add domain attribute to webcache artifacts 2020-09-21 09:56:06 -04:00
Richard Cordovano
945c0b70c2
Merge pull request #6257 from APriestman/6768_urlRole
6768 Extract role from URL
2020-09-17 16:40:50 -04:00
apriestman
6cbebfb33f Change to Bundle message.
Convert to lower case.
2020-09-17 15:29:14 -04:00
Mark McKinnon
7be9424332 Look for " [" instead of '[" in sam group name
Look for " [" instead of "[" in sam group name.
2020-09-14 21:34:49 -04:00
apriestman
95007b15d7 Codacy 2020-09-14 15:32:11 -04:00
apriestman
62733e0722 Renamed icon 2020-09-14 14:18:07 -04:00
apriestman
6a7daa5a97 Add extractor for web account role 2020-09-14 14:15:24 -04:00
Richard Cordovano
c2bd0710b9
Merge pull request #6238 from rcordovano/6798-use-global-process-timeout
6798 recent activity uses global process timeout
2020-09-10 16:06:44 -04:00
Richard Cordovano
ea93ac56eb
Merge pull request #6232 from APriestman/6694_improveSearchEngineSupport
6694 Test multiple matching search engines.
2020-09-09 10:21:56 -04:00
apriestman
880f29e868 Updated xml file name 2020-09-08 12:31:17 -04:00
apriestman
6ebb4fb3a7 Removed "uniquely" from domain description. 2020-09-08 10:28:23 -04:00
Richard Cordovano
4d7cca48ae Make recent activity use global timeout for processes 2020-09-04 12:17:16 -04:00
Richard Cordovano
ce13a7016c Make recent activity use global timeout for processes 2020-09-04 11:51:19 -04:00
Richard Cordovano
1b774c2906 Make recent activity use global timeout for processes 2020-09-04 11:28:24 -04:00
Richard Cordovano
f340fc825a Format recent activity module files 2020-09-03 18:59:20 -04:00