author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
263,133
25.05.2020 15:28:53
0
dd95094844f8272059e2b6971b1aab3c13fb0e4b
Removing unused logger.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/analyzer.py", "new_path": "api_client/python/timesketch_api_client/analyzer.py", "diff": "@@ -16,13 +16,10 @@ from __future__ import unicode_literals\nimport datetime\nimport json\n-import logging\nfrom . import definiti...
Python
Apache License 2.0
google/timesketch
Removing unused logger.
263,178
26.05.2020 08:08:27
-7,200
036a1f866265318648fd90b953e4e49dba829781
Changed setup.py to not use pip internal-only API
[ { "change_type": "MODIFY", "old_path": "setup.py", "new_path": "setup.py", "diff": "@@ -25,15 +25,10 @@ import glob\nimport os\nimport sys\n+from pkg_resources import parse_requirements\nfrom setuptools import find_packages\nfrom setuptools import setup\n-try: # for pip >= 10\n- from pip._internal.d...
Python
Apache License 2.0
google/timesketch
Changed setup.py to not use pip internal-only API (#1224)
263,178
26.05.2020 10:23:59
-7,200
14e5fbc02409179f558c3928e9fb006cebadbb0e
Additional changes to setup.py to support older versions of setuptools
[ { "change_type": "MODIFY", "old_path": "setup.py", "new_path": "setup.py", "diff": "@@ -25,7 +25,8 @@ import glob\nimport os\nimport sys\n-from pkg_resources import parse_requirements\n+import pkg_resources\n+\nfrom setuptools import find_packages\nfrom setuptools import setup\n@@ -38,6 +39,25 @@ if...
Python
Apache License 2.0
google/timesketch
Additional changes to setup.py to support older versions of setuptools (#1225)
263,178
26.05.2020 13:09:30
-7,200
ec1ae5e030ae313dee8aaacdfb559d9d0e4d434c
Added Ubuntu 20.04 Python 3.8 Travis CI test
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "-matrix:\n- include:\n- - name: \"Ubuntu Bionic (18.04) (Docker) with Python 3.6\"\n- env: [MODE=\"pypi\", UBUNTU_VERSION=\"18.04\"]\n+version: ~> 1.0\n+language: generic\nos: linux\n- dist: xenial\n- sudo: req...
Python
Apache License 2.0
google/timesketch
Added Ubuntu 20.04 Python 3.8 Travis CI test (#1220)
263,178
27.05.2020 10:48:43
-7,200
20a356ad52b7c522e7e627528b216a1923c4ab30
Updated dependencies and test scripts
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -4,6 +4,13 @@ os: linux\ndist: bionic\njobs:\ninclude:\n+ - name: \"Ubuntu Bionic (18.04) (Docker) with Python 3.6 using GIFT PPA\"\n+ env: UBUNTU_VERSION=\"18.04\"\n+ group: edge\n+ language: python\n+ pyth...
Python
Apache License 2.0
google/timesketch
Updated dependencies and test scripts (#1222)
263,096
27.05.2020 20:31:41
-7,200
829fb28a2ebec11584f7bd4e89f156226d952691
Be a little verbose when to continue
[ { "change_type": "MODIFY", "old_path": "docker/dev/README.md", "new_path": "docker/dev/README.md", "diff": "@@ -8,6 +8,12 @@ You can run Timesketch on Docker in development mode.\ndocker-compose up -d\n```\n+If you see the folowing message you can continue\n+\n+```\n+Timesketch development server is...
Python
Apache License 2.0
google/timesketch
Be a little verbose when to continue (#1228)
263,178
27.05.2020 21:33:30
-7,200
ede05a2533629351542d834835692967803713f1
Added CI test for building prod Dockerfile
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -46,6 +46,9 @@ jobs:\npython: 3.8\nservices:\n- docker\n+ - name: \"Dockerfile-prod\"\n+ env: TARGET=\"dockerfile\"\n+ group: edge\ncache:\n- pip\ninstall:\n" }, { "change_type": "MODIFY", "old_p...
Python
Apache License 2.0
google/timesketch
Added CI test for building prod Dockerfile (#1232)
263,133
28.05.2020 09:33:29
0
e801ab6669f15d3bf4f40c0a953bf2e0b805e4c5
Adding the ability to create a view through the API client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -21,7 +21,7 @@ from setuptools import setup\nsetup(\nname='timesketch-api-client',\n- version='20200527',\n+ version='20200528',\ndescription='Timesketch API client',\nlicense='...
Python
Apache License 2.0
google/timesketch
Adding the ability to create a view through the API client.
263,178
28.05.2020 21:45:07
-7,200
1588c1c0fc5839d698eccb5a2c8d5221e60d1b59
Added CI tests for Ubuntu 20.04 with GIFT PPA
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -11,6 +11,13 @@ jobs:\npython: 3.6\nservices:\n- docker\n+ - name: \"Ubuntu Focal (20.04) (Docker) with Python 3.8 using GIFT PPA\"\n+ env: UBUNTU_VERSION=\"20.04\"\n+ group: edge\n+ language: python\n+ pyth...
Python
Apache License 2.0
google/timesketch
Added CI tests for Ubuntu 20.04 with GIFT PPA (#1237)
263,178
29.05.2020 09:11:25
-7,200
50558096c1a537885066d9ebf11a5e1e2524a277
Updated Linux installation script
[ { "change_type": "MODIFY", "old_path": "config/linux/gift_ppa_install.sh", "new_path": "config/linux/gift_ppa_install.sh", "diff": "# This file is generated by l2tdevtools update-dependencies.py any dependency\n# related changes should be made in dependencies.ini.\n-# Exit on error.\n-set -e\n-\n-# ...
Python
Apache License 2.0
google/timesketch
Updated Linux installation script (#1241)
263,178
29.05.2020 09:14:06
-7,200
b5e9e8f75f5ebc4dbe56766f173f8e4c15f3c539
Update Dockerfile-prod to install Timesketch from GIFT PPA
[ { "change_type": "MODIFY", "old_path": "docker/build/Dockerfile-prod", "new_path": "docker/build/Dockerfile-prod", "diff": "# Use the official Docker Hub Ubuntu 18.04 base image\nFROM ubuntu:18.04\n+MAINTAINER Timesketch <timesketch-dev@googlegroups.com>\n-# Setup install environment and Timesketch ...
Python
Apache License 2.0
google/timesketch
Update Dockerfile-prod to install Timesketch from GIFT PPA (#1233)
263,133
04.05.2020 16:30:26
0
1d50a062ab91b6449642f5afbdd1f4881acd54f7
Adding delete ability in API client for sketches, timelines and search indices, as well as adding checks to API
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/index.py", "new_path": "api_client/python/timesketch_api_client/index.py", "diff": "@@ -59,3 +59,11 @@ class SearchIndex(resource.BaseResource):\n\"\"\"\nsearchindex = self.lazyload_data()\nreturn searchindex['objects'][...
Python
Apache License 2.0
google/timesketch
Adding delete ability in API client for sketches, timelines and search indices, as well as adding checks to API
263,133
05.05.2020 10:16:51
0
002b4b9fdeb9e434e815677dc648cd89c55becdc
Adding the archieve API call, not implemented yet.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -411,6 +411,24 @@ class SketchListResource(ResourceMixin, Resource):\nreturn self.to_json(sketch, status_code=HTTP_STATUS_CODE_CREATED)\n+class SketchArchiveResource(Res...
Python
Apache License 2.0
google/timesketch
Adding the archieve API call, not implemented yet.
263,133
02.06.2020 11:39:16
0
41854dd0c9511692e2684635d2b77d3bb8937894
Forgot to include helper test last time.
[ { "change_type": "ADD", "old_path": null, "new_path": "importer_client/python/timesketch_import_client/helper_test.py", "diff": "+# Copyright 2019 Google Inc. All rights reserved.\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compli...
Python
Apache License 2.0
google/timesketch
Forgot to include helper test last time.
263,133
02.06.2020 13:02:56
0
4091ed05db43afe181486527dc27cdbf9fb3337d
Adding ability to archive/unarchive in export
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -112,7 +112,6 @@ from timesketch.models.user import Group\nlogger = logging.getLogger('api_resources')\nARCHIVE_LABEL = 'archived'\n-logger = logging.getLogger('api_reso...
Python
Apache License 2.0
google/timesketch
Adding ability to archive/unarchive in export
263,133
02.06.2020 15:58:52
0
f7c9f6f076e183fee39706bca535f5d6034a99e1
Adding an export story to the API client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -1141,3 +1141,39 @@ class Sketch(resource.BaseResource):\nreturn_status = response.status_code in definitions.HTTP_STATUS_CODE_20X\...
Python
Apache License 2.0
google/timesketch
Adding an export story to the API client.
263,096
03.06.2020 16:23:47
-7,200
42dc2013e91f294d558b95ccdf8370f33c81b496
Fix Docker Readme link (fixes During the Docker readme was moved to docker/e2e/ And while we do not have a general docker readme, it is better to link to the docker dir than 404. This was brought up in Should be a quick review
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -20,7 +20,7 @@ Timesketch is an open source tool for collaborative forensic timeline analysis.\n#### Installation\n* [Install Timesketch manually](docs/Installation.md)\n-* [Use Docker](docker/README.md)\n+* [Us...
Python
Apache License 2.0
google/timesketch
Fix Docker Readme link (fixes #1247) During https://github.com/google/timesketch/pull/1207/files the Docker readme was moved to docker/e2e/ And while we do not have a general docker readme, it is better to link to the docker dir than 404. This was brought up in https://github.com/google/timesketch/issues/1247 S...
263,133
05.06.2020 11:01:36
0
dd86d1cd5fe50e7a134463a96f2fded4bad88d13
Hot patching
[ { "change_type": "MODIFY", "old_path": "timesketch/__init__.py", "new_path": "timesketch/__init__.py", "diff": "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n+\n+\n+...
Python
Apache License 2.0
google/timesketch
Hot patching (#1255)
263,133
05.06.2020 14:15:39
0
d757ec10776eeb2c356fbf3467bb856308b81f20
Fixing an issue in the event tagging API call.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -21,7 +21,7 @@ from setuptools import setup\nsetup(\nname='timesketch-api-client',\n- version='20200603',\n+ version='20200605',\ndescription='Timesketch API client',\nlicense='...
Python
Apache License 2.0
google/timesketch
Fixing an issue in the event tagging API call.
263,133
08.06.2020 07:16:09
0
26b1574802f5ef82e5bcff69605964a36b30f92f
Adding labels.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/index.py", "new_path": "api_client/python/timesketch_api_client/index.py", "diff": "@@ -39,11 +39,32 @@ class SearchIndex(resource.BaseResource):\nsearchindex_name: Name of the searchindex (optional).\n\"\"\"\nself.id = ...
Python
Apache License 2.0
google/timesketch
Adding labels.
263,133
08.06.2020 07:40:59
0
60f510e58d0b397567bb2f112a6cc5997adfeadf
Changing the necessary permissions to call archive/export on sketches.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/index.py", "new_path": "api_client/python/timesketch_api_client/index.py", "diff": "\"\"\"Timesketch API client library.\"\"\"\nfrom __future__ import unicode_literals\n+import json\nimport logging\nfrom . import error\n...
Python
Apache License 2.0
google/timesketch
Changing the necessary permissions to call archive/export on sketches.
263,178
09.06.2020 08:12:46
-7,200
93ee9a3cc288466cd4fc9bf56f0c8cbd16040d4f
Pinned pylint to version 2.4.x and addressed linter issues
[ { "change_type": "MODIFY", "old_path": "test_requirements.txt", "new_path": "test_requirements.txt", "diff": "Flask-Testing >= 0.6.2\n-funcsigs >= 1.0.2 ; python_version < '3.0'\nmock >= 2.0.0\nnose >= 1.3.7\npbr >= 4.2.0\nbeautifulsoup4 >= 4.8.2\ncoverage >= 5.0.2\n-pylint >= 1.9.5 # Note: Last ver...
Python
Apache License 2.0
google/timesketch
Pinned pylint to version 2.4.x and addressed linter issues (#1252)
263,178
09.06.2020 09:05:33
-7,200
f5f0318594b7fb1dd44b46aa7b0f32c9c6b9f8f1
Added pylint support to tox configuration
[ { "change_type": "MODIFY", "old_path": "tox.ini", "new_path": "tox.ini", "diff": "[tox]\n-envlist = py3\n+envlist = py3{6,7,8},coverage,pylint\n[testenv]\npip_pre = True\n@@ -9,10 +9,17 @@ deps =\nCython\n-rrequirements.txt\n-rtest_requirements.txt\n+ # TODO: remove nose from test_requirements.txt\n...
Python
Apache License 2.0
google/timesketch
Added pylint support to tox configuration (#1258)
263,178
09.06.2020 09:19:33
-7,200
39b7c20d6606f4f42ef22a22dd5cd49250b41c10
Updated pytlint configuration file to version 2.4.x
[ { "change_type": "MODIFY", "old_path": ".pylintrc", "new_path": ".pylintrc", "diff": "-# Pylint 2.1.x - 2.2.x configuration file\n+# Pylint 2.4.x configuration file\n#\n-# This file is generated by l2tdevtools update-dependencies.py, any dependency\n-# related changes should be made in dependencies....
Python
Apache License 2.0
google/timesketch
Updated pytlint configuration file to version 2.4.x (#1253) Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,133
10.06.2020 10:06:50
0
2e704828617fb2080c6b69d1a42640af5643bc95
Making minor changes to the API client's behavior in tagging events
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/error.py", "new_path": "api_client/python/timesketch_api_client/error.py", "diff": "@@ -70,6 +70,7 @@ def get_response_json(response, logger):\nreturn response.json()\nexcept json.JSONDecodeError as e:\nlogger.error('Una...
Python
Apache License 2.0
google/timesketch
Making minor changes to the API client's behavior in tagging events
263,133
11.06.2020 15:31:34
0
5fc62f7d8e38997e005d52e0b5ac99e94f1e339a
Changing the behavior of the API
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -1109,12 +1109,14 @@ class Sketch(resource.BaseResource):\nresponse = self.api.session.post(resource_url, json=form_data)\nreturn e...
Python
Apache License 2.0
google/timesketch
Changing the behavior of the API
263,133
12.06.2020 07:14:35
0
5272d9a706d426186727e20cbaff3e7b4aa557b8
Adding a safety guard if no tags are there
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/event.py", "new_path": "timesketch/api/v1/resources/event.py", "diff": "@@ -407,6 +407,7 @@ class EventTaggingResource(resources.ResourceMixin, Resource):\ncontinue\ntag_df = pd.concat([tag_df, pd.DataFrame(tags)])\n+ if tag_df.shap...
Python
Apache License 2.0
google/timesketch
Adding a safety guard if no tags are there
263,133
12.06.2020 08:04:45
0
265d56f8170327a6e326f39d3b1d4fdf1495d5db
Adding some checks and balances
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/event.py", "new_path": "timesketch/api/v1/resources/event.py", "diff": "@@ -343,6 +343,22 @@ class EventTaggingResource(resources.ResourceMixin, Resource):\nevents = form.get('events', [])\nevent_df = pd.DataFrame(events)\n+\n+ for ...
Python
Apache License 2.0
google/timesketch
Adding some checks and balances
263,133
12.06.2020 10:55:25
0
971bd4c0745f91b52cf7dac185dc825d529589a6
Making changes to the search criteria
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/event.py", "new_path": "timesketch/api/v1/resources/event.py", "diff": "@@ -293,6 +293,9 @@ class EventTaggingResource(resources.ResourceMixin, Resource):\n# The maximum number of events to tag in a single request.\nMAX_EVENTS_TO_TA...
Python
Apache License 2.0
google/timesketch
Making changes to the search criteria
263,096
17.06.2020 14:43:42
-7,200
17dfc06762bcf26e2c3cdbbf2dbaae0af09817a1
Document location of frontend code on docker Mention the location of the frontend code in docker
[ { "change_type": "MODIFY", "old_path": "docs/Developers-Guide.md", "new_path": "docs/Developers-Guide.md", "diff": "@@ -23,7 +23,7 @@ Install Node.js and Yarn\n$ apt-get update && apt-get install nodejs yarn\n-Cd to timesketch repository root (folder that contains `package.json`)\n+Cd to timesketch ...
Python
Apache License 2.0
google/timesketch
Document location of frontend code on docker Mention the location of the frontend code in docker
263,096
17.06.2020 21:36:35
-7,200
c99ea848a39d22cb4347606b6cba97b98ce627fd
Fix method docstring (copy paste error) Guess there was a copy paste error in this PR: As the method does not return user info.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/information.py", "new_path": "timesketch/api/v1/resources/information.py", "diff": "@@ -30,7 +30,7 @@ class VersionResource(resources.ResourceMixin, Resource):\n\"\"\"Handles GET request to the resource.\nReturns:\n- List of usernam...
Python
Apache License 2.0
google/timesketch
Fix method docstring (copy paste error) Guess there was a copy paste error in this PR: https://github.com/google/timesketch/commit/64157452b7b8285ea928e4949434d46592791d47 As the method does not return user info.
263,093
25.06.2020 16:20:28
-7,200
a51b7e5e74d7d911cbfb134aa29f5ab78aa17211
Correct count
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/sketch.py", "new_path": "timesketch/api/v1/resources/sketch.py", "diff": "@@ -157,11 +157,18 @@ class SketchResource(resources.ResourceMixin, Resource):\n'Unable to find index in datastore, with error: '\n'{0!s}'.format(e))\n+ # Sta...
Python
Apache License 2.0
google/timesketch
Correct count
263,100
20.04.2020 14:15:34
0
76625d975997ec8911515bccdc5e3dd0cb21f422
Safe Browsing analyzer
[ { "change_type": "MODIFY", "old_path": "requirements.txt", "new_path": "requirements.txt", "diff": "@@ -15,6 +15,7 @@ flask_wtf==0.14.2\ngoogle-auth==1.7.0\ngoogle_auth_oauthlib==0.4.1\ngunicorn==19.10.0 # Note: Last version to support py2\n+httmock==1.3.0\nneo4jrestclient==2.1.1\nnumpy==1.17.5\noau...
Python
Apache License 2.0
google/timesketch
Safe Browsing analyzer
263,100
04.05.2020 12:16:44
0
f8127c955613916b05b2c90d52108e4c62b2189a
Addressing some of the issues
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -189,6 +189,19 @@ DOMAIN_ANALYZER_EXCLUDE_DOMAINS = ['ytimg.com', 'gstatic.com', 'yimg.com', 'akam\n# detected as 'timestomping'.\nNTFS_TIMESTOMP_ANALYZER_THRESHOLD = 10\n+# Safe Browsing A...
Python
Apache License 2.0
google/timesketch
Addressing some of the issues
263,100
29.06.2020 08:27:19
0
297a07fc732c0fe4a3ef69b5cbf7daacf1c8e26c
Added python3-httmock to dpkg config
[ { "change_type": "MODIFY", "old_path": "config/dpkg/control", "new_path": "config/dpkg/control", "diff": "@@ -18,7 +18,7 @@ Description: Data files for Timesketch\nPackage: python3-timesketch\nArchitecture: all\n-Depends: timesketch-data (>= ${binary:Version}), python3-alembic (>= 0.9.5), python3-al...
Python
Apache License 2.0
google/timesketch
Added python3-httmock to dpkg config
263,100
29.06.2020 09:45:47
0
e4703bb173599678df75fec9e4a8b50137227fe2
Fix comment - use allow list
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/safebrowsing.py", "new_path": "timesketch/lib/analyzers/safebrowsing.py", "diff": "@@ -26,9 +26,9 @@ class SafeBrowsingSketchPlugin(interface.BaseSketchAnalyzer):\n# Safe Browsing API documentation.\n_SAFE_BROWSING_BULK_LIMIT = 500\n- ...
Python
Apache License 2.0
google/timesketch
Fix comment - use allow list
263,100
29.06.2020 10:00:23
0
e0bc11762242217ec80ece178b9181585e8067b6
Key-value string with the attributes
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/safebrowsing.py", "new_path": "timesketch/lib/analyzers/safebrowsing.py", "diff": "@@ -258,9 +258,15 @@ class SafeBrowsingSketchPlugin(interface.BaseSketchAnalyzer):\n)\nevent.add_tags(tags)\n+\n+ threat_attributes = []\n+ for item in ...
Python
Apache License 2.0
google/timesketch
Key-value string with the attributes
263,100
29.06.2020 10:11:33
0
ff8ebe9a172cd1307b0a398c639f7ab7a56d9f48
Logging HTTP errors
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/safebrowsing.py", "new_path": "timesketch/lib/analyzers/safebrowsing.py", "diff": "@@ -116,7 +116,11 @@ class SafeBrowsingSketchPlugin(interface.BaseSketchAnalyzer):\njson=body,\n)\n+ try:\nresponse.raise_for_status()\n+ except request...
Python
Apache License 2.0
google/timesketch
Logging HTTP errors
263,100
29.06.2020 10:11:56
0
7ebd6a0e08d8d09f563b3163c15c7fd068fc7847
Only the actual URLs need to be looked at here
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/safebrowsing.py", "new_path": "timesketch/lib/analyzers/safebrowsing.py", "diff": "@@ -246,12 +246,12 @@ class SafeBrowsingSketchPlugin(interface.BaseSketchAnalyzer):\nexcept requests.HTTPError:\nreturn 'Couldn\\'t reach the Safe Brows...
Python
Apache License 2.0
google/timesketch
Only the actual URLs need to be looked at here
263,096
08.07.2020 15:20:34
-7,200
1a365d79f73fac1a7e331efc3c78bc2354e0184d
[Docker-doc] How to run tests How to run the timesketch tests in docker.
[ { "change_type": "MODIFY", "old_path": "docker/dev/README.md", "new_path": "docker/dev/README.md", "diff": "@@ -44,3 +44,10 @@ sudo docker exec -it $CONTAINER_ID gunicorn --reload -b 0.0.0.0:5000 --log-file\nYou now can access your development version at http://127.0.0.1:5000/\nLog in with user: dev...
Python
Apache License 2.0
google/timesketch
[Docker-doc] How to run tests (#1289) How to run the timesketch tests in docker.
263,178
09.07.2020 13:01:07
-7,200
25257915496e4b60593f2285817b5f8f95495316
Moved pylint CI checks to run in tox
[ { "change_type": "MODIFY", "old_path": ".pylintrc", "new_path": ".pylintrc", "diff": "@@ -67,6 +67,7 @@ confidence=\n# --disable=W\".\ndisable=assignment-from-none,\nbad-inline-option,\n+ cyclic-import,\ndeprecated-pragma,\nduplicate-code,\neq-without-hash,\n" }, { "change_type": "MODIFY", ...
Python
Apache License 2.0
google/timesketch
Moved pylint CI checks to run in tox (#1266)
263,178
09.07.2020 13:09:48
-7,200
e7b933abc72d556f1b257055640aa3488d390c41
Added update release script and updated versions
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/version.py", "new_path": "api_client/python/timesketch_api_client/version.py", "diff": "# limitations under the License.\n\"\"\"Version information for Timesketch API Client.\"\"\"\n-__version__ = '20200707'\n+__version_...
Python
Apache License 2.0
google/timesketch
Added update release script and updated versions (#1293) Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,133
09.07.2020 13:21:48
0
d15ffb2b7f9f1c44d69832f29ef54b9d4508b4eb
Updating test tools to reflect changes to interface, changing a bit error handling as well.
[ { "change_type": "ADD", "old_path": "test_tools/etc/timesketch/__init__.py", "new_path": "test_tools/etc/timesketch/__init__.py", "diff": "" }, { "change_type": "MODIFY", "old_path": "test_tools/timesketch/lib/analyzers/interface.py", "new_path": "test_tools/timesketch/lib/analyzers/...
Python
Apache License 2.0
google/timesketch
Updating test tools to reflect changes to interface, changing a bit error handling as well. (#1296)
263,093
09.07.2020 16:05:04
-7,200
bd4d50b2737e5ed8c8e379618d64be97f0deaebc
Update update_release.sh
[ { "change_type": "MODIFY", "old_path": "utils/update_release.sh", "new_path": "utils/update_release.sh", "diff": "@@ -10,8 +10,6 @@ VERSION=`date -u +\"%Y%m%d\"`\nDPKG_DATE=`date -R`\n# Update the Python module versions.\n-sed \"s/__version__ = '[0-9]*'/__version__ = '${VERSION}'/\" -i api_client/py...
Python
Apache License 2.0
google/timesketch
Update update_release.sh (#1297)
263,133
11.07.2020 20:39:42
0
e8c64343fd21e8adb2f6f531995f9756d8b8f9d0
Minor updates to the upload data doc.
[ { "change_type": "MODIFY", "old_path": "docs/UploadData.md", "new_path": "docs/UploadData.md", "diff": "@@ -16,14 +16,15 @@ Let's explore each of these ways a bit further.\n## Using the importer CLI Tool.\nIf the data that is to be imported is a single file then the importer tool\n-can be used. It u...
Python
Apache License 2.0
google/timesketch
Minor updates to the upload data doc.
263,178
13.07.2020 10:40:31
-7,200
2d3d0b994a14148141ec17e242f07358bea8a1a3
Updated dpkg files
[ { "change_type": "MODIFY", "old_path": "config/dpkg/changelog", "new_path": "config/dpkg/changelog", "diff": "-timesketch (20200709-1) unstable; urgency=low\n+timesketch (20200710-1) unstable; urgency=low\n* Auto-generated\n- -- Timesketch development team <timesketch-dev@googlegroups.com> Thu, 09 J...
Python
Apache License 2.0
google/timesketch
Updated dpkg files (#1302)
263,133
14.07.2020 13:43:01
0
d1f681dcfd5f64fca6f3f64633a0e3f7677bc6b3
Minor changes to test tools
[ { "change_type": "MODIFY", "old_path": "test_tools/timesketch/lib/analyzers/interface.py", "new_path": "test_tools/timesketch/lib/analyzers/interface.py", "diff": "@@ -46,7 +46,8 @@ def get_config_path(file_name):\nfile_name: String that defines the config file name.\nReturns:\n- The path to the con...
Python
Apache License 2.0
google/timesketch
Minor changes to test tools
263,095
15.07.2020 14:37:44
-7,200
3ab1fc53c08daa3e4c31d9457f0b18e926d5e8ba
Verify Sigma Rules test tool
[ { "change_type": "MODIFY", "old_path": "docs/UseSigmaAnalyzer.md", "new_path": "docs/UseSigmaAnalyzer.md", "diff": "@@ -83,3 +83,37 @@ If you want to test that feature, get some evtx files from the following\n- https://github.com/sbousseaden/EVTX-ATTACK-SAMPLES\n- https://github.com/sans-blue-team/D...
Python
Apache License 2.0
google/timesketch
Verify Sigma Rules test tool
263,095
15.07.2020 14:30:28
0
a060564d9f7050339b23479b5a04b8fbe9820df0
Fix an issue with unicode chars in sigma rules
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger.py", "new_path": "timesketch/lib/analyzers/sigma_tagger.py", "diff": "@@ -5,6 +5,7 @@ import logging\nimport os\nimport time\nimport elasticsearch\n+import codecs\nfrom sigma.backends import elasticsearch as sigma_elastics...
Python
Apache License 2.0
google/timesketch
Fix an issue with unicode chars in sigma rules
263,095
15.07.2020 16:35:43
-7,200
7cd05d741a0f74f203819c729d635286466b06fc
fix and print good rules
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -98,7 +98,8 @@ def run_verifier(rules_path, config_file_path):\nrule_file_path = os.path.abspath(rule_file_path)\nlogging.info('[sigma] Reading rules from {0!s}'.for...
Python
Apache License 2.0
google/timesketch
fix https://github.com/google/timesketch/pull/1308 and print good rules
263,095
15.07.2020 14:47:56
0
7c7e6de75bdf86060e77aa76aa731a4e1e06be51
timesketch/lib/analyzers/sigma_tagger.py:8:0: C0411: standard import "import codecs" should be placed before "import elasticsearch" (wrong-import-order)
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger.py", "new_path": "timesketch/lib/analyzers/sigma_tagger.py", "diff": "@@ -4,8 +4,8 @@ from __future__ import unicode_literals\nimport logging\nimport os\nimport time\n-import elasticsearch\nimport codecs\n+import elasticse...
Python
Apache License 2.0
google/timesketch
timesketch/lib/analyzers/sigma_tagger.py:8:0: C0411: standard import "import codecs" should be placed before "import elasticsearch" (wrong-import-order)
263,095
15.07.2020 17:27:42
-7,200
25813295d8b08c559d60d671b6482c5eeb6a0b7b
fix a logic bug that caused a lot of errors not beeing appended to the actual array of problematic rules
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -25,13 +25,14 @@ import argparse\nimport sys\nimport codecs\n+import sigma.parser.exceptions\n+\nfrom sigma.backends import elasticsearch as sigma_elasticsearch\nimp...
Python
Apache License 2.0
google/timesketch
fix a logic bug that caused a lot of errors not beeing appended to the actual array of problematic rules
263,095
15.07.2020 17:36:00
-7,200
73577eff907f48a0a61b3c4a30375257e965cb38
fix some feedback from reviewer
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -98,7 +98,7 @@ def run_verifier(rules_path, config_file_path):\ntag_name, _, _ = rule_filename.rpartition('.')\nrule_file_path = os.path.join(dirpath, rule_filename)...
Python
Apache License 2.0
google/timesketch
fix some feedback from reviewer
263,095
03.08.2020 15:08:57
0
2f24ec878480b560f6eb8bd8d14ce820ddecaeb0
refactoring, introducing --info and --debug
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -45,23 +45,47 @@ def get_codepath():\nreturn sys_path\nreturn dirname\n-def verify_rules_file(rule_file_path):\n+def verify_rules_file(rule_file_path, sigma_config, ...
Python
Apache License 2.0
google/timesketch
refactoring, introducing --info and --debug
263,095
03.08.2020 15:14:56
0
c08310e85aa2b33e8d0a8b66b35260647381a60a
pylint fixes[3~
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -72,17 +72,16 @@ def verify_rules_file(rule_file_path, sigma_config, sigma_backend):\nparser = sigma_collection.SigmaCollectionParser(\nrule_file_content, sigma_conf...
Python
Apache License 2.0
google/timesketch
pylint fixes[3~
263,095
04.08.2020 12:46:13
0
361b34b909c0958a9d7d2610f25ba1e42765313e
introduce rule_id and clear up debug / info output
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "\"\"\"A tool to test sigma rules.\nThis tool can be used to verify your rules before running an analyzer.\nIt also does not require you to have a full blown Timesketch ...
Python
Apache License 2.0
google/timesketch
introduce rule_id and clear up debug / info output
263,133
04.08.2020 16:32:28
0
0fa1ce36514caf49136a422b5711621637ee4027
Adding scrolling support into exports.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -1217,19 +1217,19 @@ class Sketch(resource.BaseResource):\n'Unable to search for labels in an archived sketch.')\nquery = {\n- \"ne...
Python
Apache License 2.0
google/timesketch
Adding scrolling support into exports.
263,133
05.08.2020 14:20:14
0
ffe48bd91bbbea2a56cfb5f993225ccb49d04779
Create APIClient.md
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/APIClient.md", "diff": "+# API Client\n+\n+The API client is a set of Python libraries that can be used to interact with the REST API of Timesketch from notebooks or scripts. It takes\n+care of setting up authentication, sending the API cal...
Python
Apache License 2.0
google/timesketch
Create APIClient.md
263,096
10.08.2020 13:50:13
-7,200
a6b23e083645555ed5596dc89a0efff8bf7a3799
Mention the minimal RAM needed
[ { "change_type": "MODIFY", "old_path": "docs/Installation.md", "new_path": "docs/Installation.md", "diff": "# Install Timesketch from scratch\n+NOTE: It is not recommended to try to run on a system with less than 8 GB of RAM.\n+\n#### Install Ubuntu\nThis installation guide is based on Ubuntu 18.04L...
Python
Apache License 2.0
google/timesketch
Mention the minimal RAM needed https://github.com/google/timesketch/issues/924
263,095
10.08.2020 14:41:59
-7,200
bd96fd625f466e4e07cd9cec62bccc3cd65bd64e
introduce unit tests
[ { "change_type": "ADD", "old_path": null, "new_path": "test_tools/sigma_verify_rules_test.py", "diff": "+\"\"\"Tests for Sigma Verify tool.\"\"\"\n+from __future__ import unicode_literals\n+\n+import unittest\n+\n+from sigma_verify_rules import *\n+\n+class TestSigmaVerifyRules(unittest.TestCase):\n...
Python
Apache License 2.0
google/timesketch
introduce unit tests
263,095
12.08.2020 14:45:06
-7,200
b73af73518e2f58948e286efd6693ab53fae0ce5
remove heatmap and manual events from userdoc
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "## Table of Contents\n-1. [Demo](#demo)\n-2. [tsctl](#tsctl)\n+- [Table of Contents](#table-of-contents)\n+- [Demo](#demo)\n+- [tsctl](#tsctl)\n- [Start timesketch](#start-timesketch)\n- [User m...
Python
Apache License 2.0
google/timesketch
remove heatmap and manual events from userdoc
263,095
14.08.2020 14:39:31
-7,200
ac01520faca6be759df2209b7d7d2a8dad36fc99
mention Analyzers
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Heatmap](#heatmap)\n- [Stories](#stories)\n- [Searching](#searching)\n+- [Analyzers](#analyzers)\n+\n## Demo\n@@ -316,3 +318,23 @@ Using the advances search, a JSON can be passed to Timesketc...
Python
Apache License 2.0
google/timesketch
mention Analyzers
263,095
14.08.2020 14:51:50
-7,200
e810c09b27d174d28fe178484ca03caddd76eb8d
cover the first few analyzers
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Searching](#searching)\n- [Analyzers](#analyzers)\n-\n-\n## Demo\nTo play with timesketch without any installation visit [demo.timesketch.org](https://demo.timesketch.org)\n@@ -338,3 +336,34 ...
Python
Apache License 2.0
google/timesketch
cover the first few analyzers
263,133
14.08.2020 13:43:58
0
748153e98ca5697f7b0896baa98b64cc88898578
Removing timestamp from the EVTX chart
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/win_evtxgap.py", "new_path": "timesketch/lib/analyzers/win_evtxgap.py", "diff": "@@ -244,6 +244,8 @@ class EvtxGapPlugin(interface.BaseSketchAnalyzer):\ndf_append = pd.DataFrame(rows_to_append)\nevent_count = event_count.append(df_appe...
Python
Apache License 2.0
google/timesketch
Removing timestamp from the EVTX chart (#1337)
263,095
14.08.2020 16:42:15
-7,200
1856933850a645a198beaae725f8528ce78c7303
more analyzers, linters and some re-ordering in the userdoc
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "## Table of Contents\n+\n- [Table of Contents](#table-of-contents)\n+- [Concepts](#concepts)\n+ - [Sketches](#sketches)\n+ - [Adding Timelines](#adding-timelines)\n+ - [Adding event](#adding-eve...
Python
Apache License 2.0
google/timesketch
more analyzers, linters and some re-ordering in the userdoc
263,133
18.08.2020 10:36:19
0
cfe6072c20e2b3b7c23496611e00e78a6a3cbeb8
Changing exports to export all events and include all columns
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/export.py", "new_path": "timesketch/api/v1/export.py", "diff": "@@ -113,6 +113,78 @@ def export_story(story, sketch, story_exporter, zip_file):\ndata=exporter.export_story())\n+def query_to_filehandle(\n+ query_string='', query_dsl='', query_...
Python
Apache License 2.0
google/timesketch
Changing exports to export all events and include all columns (#1342)
263,133
18.08.2020 12:58:15
0
c8ce85014bd5fffffd144d477c07e6884d61a03f
Removing 'from' keyword from query_filter
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/export.py", "new_path": "timesketch/api/v1/export.py", "diff": "@@ -138,6 +138,9 @@ def query_to_filehandle(\nquery_filter['terminate_after'] = 10000\nquery_filter['size'] = 10000\n+ if 'from' in query_filter:\n+ del query_filter['from']\n+\n...
Python
Apache License 2.0
google/timesketch
Removing 'from' keyword from query_filter (#1344)
263,093
18.08.2020 15:00:35
-7,200
71bdf608eb0c42fd1fd41fb5e379fd4113c86d2f
no stats if new sketch
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/sketch.py", "new_path": "timesketch/api/v1/resources/sketch.py", "diff": "@@ -210,6 +210,7 @@ class SketchResource(resources.ResourceMixin, Resource):\n'data_types': []\n}\n+ if sketch_indices:\ntry:\nes_stats = self.datastore.clien...
Python
Apache License 2.0
google/timesketch
no stats if new sketch (#1345)
263,095
20.08.2020 06:22:15
-7,200
87081e687c52b93e1c846de43106885e50f86aa4
Remove adding event ui stuff and adding mention of api client
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "@@ -58,10 +58,7 @@ There is a dedicated document to walk you through [Sketches](/docs/SketchOvervie\n### Adding event\n-*This feature is currently not implemented in the Web UI*\n-\n-~~To manual...
Python
Apache License 2.0
google/timesketch
Remove adding event ui stuff and adding mention of api client https://github.com/google/timesketch/pull/1336#discussion_r473312362
263,095
20.08.2020 06:25:21
-7,200
26e88b74a05c409ed51b4999fb4ae7b28f1baf2e
mention how to export stories
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "@@ -90,6 +90,8 @@ You can add saved views, aggregations and text in markdown format to a story.\nSome analyzers automatically generate stories to either highlight possible events of interest or ...
Python
Apache License 2.0
google/timesketch
mention how to export stories
263,095
20.08.2020 06:38:54
-7,200
3d3298094bcf6a572eb4614cab3da2d47e9a441d
explain what a view is
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Adding Timelines](#adding-timelines)\n- [Adding event](#adding-event)\n- [Views](#views)\n- - [Hiding events from a view](#hiding-events-from-a-view)\n- [Heatmap](#heatmap)\n- [Stories](#stor...
Python
Apache License 2.0
google/timesketch
explain what a view is
263,095
20.08.2020 06:39:10
-7,200
9e7cb9b1c56eef5d7acdb6fe8f404dfb0e5d0744
remove heatmaps
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Adding Timelines](#adding-timelines)\n- [Adding event](#adding-event)\n- [Views](#views)\n- - [Heatmap](#heatmap)\n- [Stories](#stories)\n- [Demo](#demo)\n- [Searching](#searching)\n@@ -47,12...
Python
Apache License 2.0
google/timesketch
remove heatmaps
263,095
20.08.2020 06:55:23
-7,200
81e4ba8a032349662a9d9e29fd2ab7941484f9f2
explain aggregations
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Table of Contents](#table-of-contents)\n- [Concepts](#concepts)\n+- [Login](#login)\n- [Sketches](#sketches)\n- [Adding Timelines](#adding-timelines)\n- [Adding event](#adding-event)\n+- [Add...
Python
Apache License 2.0
google/timesketch
explain aggregations
263,095
20.08.2020 07:00:44
-7,200
98300ba5dd92fa72521c5e1ee399fa835480c3f3
explain customize columns
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Insights / Aggegations](#insights--aggegations)\n- [Terms aggregation](#terms-aggregation)\n- [Filtered terms aggregation](#filtered-terms-aggregation)\n+- [Customize columns](#customize-colu...
Python
Apache License 2.0
google/timesketch
explain customize columns
263,095
20.08.2020 15:40:43
-7,200
351b85dc197a87049353abf78fda510c1329b832
some linter and mention analyzer_run.py
[ { "change_type": "MODIFY", "old_path": "docs/UseSigmaAnalyzer.md", "new_path": "docs/UseSigmaAnalyzer.md", "diff": "@@ -14,26 +14,28 @@ Timesketch deliberatly does not provide a set of Sigma rules, as those would add\nInstead we recommend to clone https://github.com/Neo23x0/sigma to /data/sigma.\nTh...
Python
Apache License 2.0
google/timesketch
some linter and mention analyzer_run.py
263,095
24.08.2020 16:58:59
-7,200
e67b0ef1a3d434504a63cc858e20cf3c9e3d793e
remove OS explanation
[ { "change_type": "MODIFY", "old_path": "docs/UseSigmaAnalyzer.md", "new_path": "docs/UseSigmaAnalyzer.md", "diff": "@@ -58,30 +58,6 @@ Some adjustments verified:\n- s/EventID/event_identifier\n- s/Source/source_name\n-## Adding a new Operating System to support Sigma TS\n-\n-To adda new operating sy...
Python
Apache License 2.0
google/timesketch
remove OS explanation
263,095
24.08.2020 17:13:47
-7,200
6beb3d311805b6060541a05f05986be86eb52d76
change logging setup
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -31,6 +31,7 @@ import sigma.configuration as sigma_configuration\nfrom sigma.backends import elasticsearch as sigma_elasticsearch\nfrom sigma.parser import collectio...
Python
Apache License 2.0
google/timesketch
change logging setup
263,095
24.08.2020 17:22:01
-7,200
ffd37ce2a9904b9372d88573e0f4972dfe288e71
remove empty line after function docstring
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -63,7 +63,6 @@ def verify_rules_file(rule_file_path, sigma_config, sigma_backend):\ntrue: rule_file_path contains a valid sigma rule\nfalse: rule_file_path does not ...
Python
Apache License 2.0
google/timesketch
remove empty line after function docstring
263,095
24.08.2020 17:24:59
-7,200
ee207f3d796e696689c0b3cad9814da538d6eb73
catch uppercase in deprecated
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -127,7 +127,7 @@ def run_verifier(rules_path, config_file_path):\nfor dirpath, dirnames, files in os.walk(rules_path):\n- if 'deprecated' in dirnames:\n+ if 'depreca...
Python
Apache License 2.0
google/timesketch
catch uppercase in deprecated
263,095
24.08.2020 17:27:54
-7,200
55720096d545ec47cf8b3a32117078aeec1949aa
move the RULE_EXTENSIONS outside of the loop
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -34,6 +34,8 @@ from sigma.parser import collection as sigma_collection\nlogger = logging.getLogger('timesketch.test_tool.sigma-verify')\nlogging.basicConfig(level=os...
Python
Apache License 2.0
google/timesketch
move the RULE_EXTENSIONS outside of the loop
263,133
25.08.2020 13:57:07
0
4d7d83550d81ee3fc21cb7ad56cd80898583feb9
Minor fixes in chain, making it possible for analyzers to aggregate in a specific index, changing browser analyzers to act only on a single index
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/aggregation.py", "new_path": "timesketch/api/v1/resources/aggregation.py", "diff": "@@ -390,6 +390,7 @@ class AggregationExploreResource(resources.ResourceMixin, Resource):\nfor t in sketch.timelines\nif t.get_status.status.lower() ...
Python
Apache License 2.0
google/timesketch
Minor fixes in chain, making it possible for analyzers to aggregate in a specific index, changing browser analyzers to act only on a single index
263,133
26.08.2020 13:22:20
0
d1bca77f40f537597ca6858c31bfab85e3b9b1e4
Adding the chrome download chain plugin
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/chain_plugins/__init__.py", "new_path": "timesketch/lib/analyzers/chain_plugins/__init__.py", "diff": "# -*- coding: utf-8 -*-\n\"\"\"Imports for the chain analyzer.\"\"\"\n+from timesketch.lib.analyzers.chain_plugins import chrome_dow...
Python
Apache License 2.0
google/timesketch
Adding the chrome download chain plugin
263,133
27.08.2020 09:54:06
0
c80e57ab5e8b17b7ec8aed9abffd96df6c842afc
Making changes to chain analyzer as well as changing tag behavior in importing.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/export.py", "new_path": "timesketch/api/v1/export.py", "diff": "@@ -207,6 +207,9 @@ def query_results_to_dataframe(result, sketch):\nline['_id'] = event['_id']\nline['_type'] = event['_type']\nline['_index'] = event['_index']\n+ if 'tag' in l...
Python
Apache License 2.0
google/timesketch
Making changes to chain analyzer as well as changing tag behavior in importing.
263,133
27.08.2020 11:32:40
0
15e80218c32e3362da11c193091aa573a4181bfe
Minor linter
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/chain_test.py", "new_path": "timesketch/lib/analyzers/chain_test.py", "diff": "\"\"\"Tests for Chain analyzer.\"\"\"\nfrom __future__ import unicode_literals\n-import mock\nimport uuid\n+import mock\n+\nfrom timesketch.lib import emoji...
Python
Apache License 2.0
google/timesketch
Minor linter
263,095
01.09.2020 11:10:47
-7,200
0f882cc6713f60c36883f8b1ca78b009817ddab0
refactor some variable naming
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger.py", "new_path": "timesketch/lib/analyzers/sigma_tagger.py", "diff": "@@ -56,14 +56,14 @@ class SigmaPlugin(interface.BaseSketchAnalyzer):\nint: number of events tagged.\n\"\"\"\nreturn_fields = []\n- tagged_events = 0\n+ ...
Python
Apache License 2.0
google/timesketch
refactor some variable naming
263,095
01.09.2020 12:19:51
-7,200
f20f95179e021996039be6bab55230f1c84b7fbe
be verbose how analyzer_run works
[ { "change_type": "MODIFY", "old_path": "docs/WriteAnalyzers.md", "new_path": "docs/WriteAnalyzers.md", "diff": "@@ -14,7 +14,8 @@ You do not have to install Timesketch or any docker for that.\nTo be able to run it, you need a python environment with some requirements\ninstalled.\n-A good guide to in...
Python
Apache License 2.0
google/timesketch
be verbose how analyzer_run works
263,093
02.09.2020 19:51:35
-7,200
e577724d5215c2a64ef38c282ad212419ec8f671
e2e testing framework
[ { "change_type": "MODIFY", "old_path": "docker/e2e/Dockerfile", "new_path": "docker/e2e/Dockerfile", "diff": "-FROM gcr.io/timesketch-build/release/timesketch:latest\n+# Use the official Docker Hub Ubuntu 18.04 base image\n+FROM ubuntu:18.04\n+\n+# Workaround for bug in setuptools v50.\n+# Ref: http...
Python
Apache License 2.0
google/timesketch
e2e testing framework
263,096
03.09.2020 09:58:18
-7,200
2d3c304be4ddb961c992002bf5727247ac591f97
Update analyzer_run.py
[ { "change_type": "MODIFY", "old_path": "test_tools/analyzer_run.py", "new_path": "test_tools/analyzer_run.py", "diff": "@@ -22,7 +22,7 @@ Example way of running the tool:\n$ python analyzer_run.py --test_file test_file.txt \\\n../timesketch/lib/analyzers/my_analyzer.py MyAnalyzerSketchPlugin\n-Remar...
Python
Apache License 2.0
google/timesketch
Update analyzer_run.py
263,133
03.09.2020 11:03:01
0
9acd9262f88270307b6d74781aa76884a9b444d2
Minor changes to the way date is parsed when a custom event is added
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -1268,7 +1268,8 @@ class Sketch(resource.BaseResource):\nArgs:\nmessage: A string that will be used as the message string.\n- date:...
Python
Apache License 2.0
google/timesketch
Minor changes to the way date is parsed when a custom event is added
263,133
03.09.2020 11:04:56
0
dc89dedc705c8da185729f77d663b184139e9437
Adding an error
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/event.py", "new_path": "timesketch/api/v1/resources/event.py", "diff": "@@ -129,7 +129,7 @@ class EventCreateResource(resources.ResourceMixin, Resource):\n# derive datetime from timestamp:\ntry:\ndate = dateutil.parser.parse(date_st...
Python
Apache License 2.0
google/timesketch
Adding an error
263,133
07.09.2020 13:32:27
0
839b91e1eb98e8920879d7479943a68f2b7e9e08
Adding data_type into the importer.
[ { "change_type": "MODIFY", "old_path": "importer_client/python/timesketch_import_client/importer.py", "new_path": "importer_client/python/timesketch_import_client/importer.py", "diff": "@@ -46,6 +46,7 @@ class ImportStreamer(object):\n# Define default values.\nDEFAULT_TEXT_ENCODING = 'utf-8'\nDEFAUL...
Python
Apache License 2.0
google/timesketch
Adding data_type into the importer.
263,133
07.09.2020 14:02:52
0
2a23202d62dc40d7274262099e3a7386e010fcb0
Making the data_type more explicit.
[ { "change_type": "MODIFY", "old_path": "importer_client/python/timesketch_import_client/importer.py", "new_path": "importer_client/python/timesketch_import_client/importer.py", "diff": "@@ -46,7 +46,6 @@ class ImportStreamer(object):\n# Define default values.\nDEFAULT_TEXT_ENCODING = 'utf-8'\nDEFAUL...
Python
Apache License 2.0
google/timesketch
Making the data_type more explicit.
263,133
09.09.2020 11:02:50
0
e3dd3b587be5051ade029ccec3ba520b0dce7dbf
Update interface.py Removed a comment that wasn't needed
[ { "change_type": "MODIFY", "old_path": "end_to_end_tests/interface.py", "new_path": "end_to_end_tests/interface.py", "diff": "@@ -61,7 +61,6 @@ class BaseEndToEndTest(object):\nfile_path = os.path.join(TEST_DATA_DIR, filename)\nprint('Importing: {0:s}'.format(file_path))\n- # Import using the import...
Python
Apache License 2.0
google/timesketch
Update interface.py Removed a comment that wasn't needed
263,133
09.09.2020 13:41:27
0
bd51a3b7055cafa7beead5549b861317f3909ef6
Adding more controls to search_by_label
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -1222,11 +1222,20 @@ class Sketch(resource.BaseResource):\nmeta['total_number_of_events_sent_by_client'] = len(events)\nreturn meta...
Python
Apache License 2.0
google/timesketch
Adding more controls to search_by_label
263,133
11.09.2020 09:27:04
0
dcf9c6ad4d7e901980fd614a4b5f7438763cd6ef
Update sigma_tagger.py Just changing the \ to make sure we don't break lines differently (consistency in codebase)
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger.py", "new_path": "timesketch/lib/analyzers/sigma_tagger.py", "diff": "@@ -128,12 +128,11 @@ class SigmaPlugin(interface.BaseSketchAnalyzer):\ntagged_events_counter = self.run_sigma_rule(\nsigma_rule, tag_name)\ntags_applie...
Python
Apache License 2.0
google/timesketch
Update sigma_tagger.py Just changing the \ to make sure we don't break lines differently (consistency in codebase)
263,139
11.09.2020 14:15:29
-7,200
6b41465a85e3b356b8dd100aadcf49c6a309ecd0
Documentation updates Updated development docs and docker development container readme
[ { "change_type": "MODIFY", "old_path": "docker/dev/README.md", "new_path": "docker/dev/README.md", "diff": "## Docker for development\nYou can run Timesketch on Docker in development mode.\n+Make sure to follow the docker [post-install](https://docs.docker.com/engine/install/linux-postinstall/) to r...
Python
Apache License 2.0
google/timesketch
Documentation updates (#1367) Updated development docs and docker development container readme Co-authored-by: Kristinn <kristinn@log2timeline.net> Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,108
21.09.2020 20:58:46
-7,200
a846dc9655190f60b18e2f7937fd1c0c92de0c88
Add button to remove story
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Sketch/StoryList.vue", "new_path": "timesketch/frontend/src/components/Sketch/StoryList.vue", "diff": "@@ -19,6 +19,11 @@ limitations under the License.\n<li style=\"padding:10px;border-bottom:none;\" v-for=\"story in sketch....
Python
Apache License 2.0
google/timesketch
Add button to remove story (#1372)
263,096
28.09.2020 22:19:21
-7,200
5928d2f4971120940cf2211be8ddab033d15186d
Update api doc * Update UploadDataViaAPI.md remove a ( that caused a link to not parse) * Update UploadDataViaAPI.md we are already in the right dir * Update UploadDataViaAPI.md be consistent with the examples, only the PCAP one had a fh instead of a file path.
[ { "change_type": "MODIFY", "old_path": "docs/UploadDataViaAPI.md", "new_path": "docs/UploadDataViaAPI.md", "diff": "# Create Timeline From Other Sources\nNot all data comes in a good [CSV or JSONL\n-format](docs/CreateTimelineFromJSONorCSV.md) that can be imported\n+format](CreateTimelineFromJSONorC...
Python
Apache License 2.0
google/timesketch
Update api doc (#1378) * Update UploadDataViaAPI.md remove a ( that caused a link to not parse) * Update UploadDataViaAPI.md we are already in the right dir * Update UploadDataViaAPI.md be consistent with the examples, only the PCAP one had a fh instead of a file path.
263,133
01.10.2020 13:27:13
0
117ac5bf89aa5cc6b91b6dcab3561214854cb7f8
Adding the ability to add labels to sketches.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -58,7 +58,6 @@ class Sketch(resource.BaseResource):\nself.id = sketch_id\nself.api = api\nself._archived = None\n- self._labels = [...
Python
Apache License 2.0
google/timesketch
Adding the ability to add labels to sketches.
263,133
01.10.2020 13:38:43
0
a32a9d3f18b2c3ead5998844f55184135fc8e265
Adding the ability to change name/description of a sketch.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -102,6 +102,26 @@ class Sketch(resource.BaseResource):\nself._sketch_name = sketch['objects'][0]['name']\nreturn self._sketch_name\...
Python
Apache License 2.0
google/timesketch
Adding the ability to change name/description of a sketch.