Commit Graph
245 Commits
Author SHA1 Message Date
Raman Arora 42d7b55504 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6425-new-validation-normalization 2020-07-08 18:12:02 -04:00
Raman Arora 953828a589 6425: CommunicationsManager is validating account identifiers too rigorously
6516: CentralRepo accounts should be created with a normalized account identifier.
6507: CR validation does not include a length check
2020-07-06 10:16:17 -04:00
Mark McKinnon c6400b5535 Update cachelocation.py
Check number of entries of cache files to see if it is greater then the file size, if it is then skip processing of the file, otherwise process the file.
2020-07-02 15:01:07 -04:00
Richard Cordovano e9fa9d2a47 Merge pull request #5773 from raman-bt/6219-validation-exceptions
6219: TskCoreException thrown from normalizePhoneNum
2020-04-07 12:53:38 -04:00
Raman Arora 70b65b15da 6219: TskCoreException thrown from normalizePhoneNum
Do not attempt to create account when we do not have a valid phone number or email address.
2020-04-03 09:45:02 -04:00
Richard Cordovano 528c0283a1 6217 Refactor geo json attr utils 2020-04-02 20:20:56 -04:00
Richard Cordovano c721a89f5f 6217 Refactor geo json attr utils 2020-04-02 17:40:08 -04:00
Raman Arora ebabdfd7a6 get rid of extra blank line. 2020-04-01 14:16:12 -04:00
Raman Arora 843f312c7c 6218: GoogleMapLocation.py does not work. 2020-04-01 14:14:33 -04:00
Raman Arora 588a9c5b2b Call TSK util methods to validate phone/email. 2020-03-26 07:28:48 -04:00
Raman Arora b378078cfb 6172: Validation of correlation attribute value not happening correctly 2020-03-25 11:43:45 -04:00
Mark McKinnon 491b74a0f5 Update oruxmaps.py
Update addPoint with correct parameters.
2020-03-23 10:56:08 -04:00
Mark McKinnon ab7335758f Merge remote-tracking branch 'upstream/develop' into 6050-Update-Android-OruxMaps-to-use-TSK_GPS_TRACK 2020-03-23 10:33:47 -04:00
Mark McKinnon 35f0eef4fa Update oruxmaps.py
Update what is passed to addPoint
2020-03-23 10:31:29 -04:00
Richard Cordovano 197a82a2ae Merge pull request #5715 from markmckinnon/6042-CacheLocation.py-is-using-TSK_GPS_TRACKPOINT
6042-CacheLocation.py-is-using-TSK_GPS_TRACKPOINT
2020-03-20 12:55:58 -04:00
Mark McKinnon da735c673e Update browserlocation.py
Change GPS_Trackpoint to GPS_Bookmark
2020-03-17 10:10:56 -04:00
Mark McKinnon 3b9036622f Update cachelocation.py
Change GPS_TRACKPOINT to GPS_BOOKMARK.  Change how cache file is processed and read.
2020-03-17 09:44:15 -04:00
Mark McKinnon af2842925f Update viber.py
Address comments, remove inner try block.
2020-03-15 21:07:08 -04:00
Mark McKinnon cb52b73fcf Update oruxmaps.py
Use new geoPointList with geoArtifactHelper along with changing point of interest from trackpoint to bookmark.
2020-03-14 11:17:26 -04:00
Mark McKinnon 276242d319 Update viber.py
Added check for only spaces, blanks and special characters.
2020-03-11 11:10:02 -04:00
Mark McKinnon d6bc88d0d4 Merge branch 'develop' into 6020-Viber-Parser-produces-an-IllegalArgumentException-from-CommHelper 2020-03-11 09:53:26 -04:00
Mark McKinnon 64d73e0434 Update viber.py
If contact does not have an email or phone number then create a TSK_Contact artifact outside of comms helper so we do not loose the contact.
2020-03-05 16:44:23 -05:00
Mark McKinnon bd5f846d24 Update viber.py
Added the coalesce sqlite function to the sql statement, this function will return the first column included in it that does not contain a null value.
2020-03-02 11:08:29 -05:00
Kelly Kelly 3dd98271da Merge branch 'develop' into 1408-add-waypoint-list-to-route-artifacts 2020-02-26 15:55:14 -05:00
Kelly Kelly bcf728f1b7 Updated to support GeoArtifactHelper changes 2020-02-26 15:53:26 -05:00
Kelly Kelly 57a6fdac69 Updated to based on jira and review comments 2020-02-18 09:41:35 -05:00
Richard Cordovano 88762e6838 Merge pull request #5628 from raman-bt/5907-update-legacy-py-modules
5907: Update legacy modules
2020-02-13 18:23:05 -05:00
Kelly Kelly abae579713 Merge branch 'develop' into 1408-add-waypoint-list-to-route-artifacts 2020-02-13 11:05:37 -05:00
Kelly Kelly 2542c75d74 Added support for TSK_GEO_WAYPOINTS attribute in TSK_GPS_ROUTE 2020-02-06 16:54:59 -05:00
Kelly Kelly 11e57e602c Removed ArtifactHelper calls from oruxmaps.py 2020-02-05 15:32:58 -05:00
Raman Arora 0ef999ade2 5907: Update legacy modules
- Removed getConnectionMetadata() api and added columnExists() & tableExists()
2020-02-03 13:29:46 -05:00
Raman Arora cacb7ea749 5907: Updated WWF parser to use CommunicationArtifactsHelper. 2020-01-31 08:42:17 -05:00
Raman Arora da016a0d34 5907: Update legacy Python modules to use Communication Artifacts helper. 2020-01-16 10:47:35 -05:00
Kelly Kelly 4338a9d7af Changed ArtifactsHelper to GeoArtifactsHelper 2020-01-09 15:05:09 -05:00
Raman Arora 29ff31059c 5949: Move Attachment classes into a new package. 2020-01-09 10:53:50 -05:00
Raman Arora 46aa62bcbc 5927: NPE while adding messages. 2020-01-03 15:09:13 -05:00
Richard Cordovano 96b8e29a02 Merge pull request #5471 from raman-bt/5848-keyerror
5848: Key error for non existent keys while accessing dictionary.
2019-12-06 17:00:46 -05:00
Raman Arora e332526ec2 5859: fix the message timestamp. 2019-12-06 10:16:11 -05:00
Raman Arora a197ad32b8 5848: Key error for non existent keys while accessing dictionary. 2019-12-05 16:18:32 -05:00
Richard Cordovano 9130076558 Merge pull request #5461 from raman-bt/5767-skype-attachments
5767: Add attachments to Skype messages.
2019-12-03 15:49:05 -05:00
Raman Arora cb06987057 Deleted commented out code. 2019-12-03 11:35:25 -05:00
Raman Arora 1275119c6b 5767: Add attachments to Skype messages. 2019-12-02 15:49:38 -05:00
Raman Arora 80610becfa 5770: add attachments to WhatsApp messages. 2019-12-02 11:05:31 -05:00
Richard Cordovano d73ae78e68 Merge pull request #5435 from markmckinnon/5769-collect-attachments-for-Viber
5769 collect attachments for viber
2019-11-27 13:30:05 -05:00
Richard Cordovano 77b5012e77 Merge pull request #5436 from markmckinnon/5766-collect-attachments-for-line
5766 collect attachments for line
2019-11-27 13:29:40 -05:00
Richard Cordovano 64c71ad1f2 Merge pull request #5433 from markmckinnon/5768-collect-attachments-for-TextNow
5768-collect-attachments-for-TextNow
2019-11-20 17:47:05 -05:00
Richard Cordovano 18ce51af9d Merge pull request #5429 from markmckinnon/5773-collect-attachments-for-ShareIt
5773-collect-attachments-for-ShareIt
2019-11-20 17:46:32 -05:00
Richard Cordovano 11a9ec422f Merge pull request #5428 from markmckinnon/5772-Collect-attachments-for-Zapya
5772-Collect-attachments-for-Zapya
2019-11-20 17:45:57 -05:00
Mark McKinnon 9a94e4e92a Update shareit.py
Remove attachment file name from message body.
2019-11-20 16:18:08 -05:00
Mark McKinnon 1c814475a7 Update xender.py
Remove attachment text from message body.
2019-11-20 16:01:28 -05:00