Commit Graph

281 Commits

Author SHA1 Message Date
2f232bbc15 Specify algorithm for jwt.decode
>>> jwt.decode(token, app.config["SECRET_KEY"])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/dist-packages/jwt/api_jwt.py", line 113, in decode
    decoded = self.decode_complete(jwt, key, algorithms, options, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/jwt/api_jwt.py", line 80, in decode_complete
    'It is required that you pass in a value for the "algorithms" argument when calling decode().'
jwt.exceptions.DecodeError: It is required that you pass in a value for the "algorithms" argument when calling decode().
2021-03-23 20:57:23 +01:00
a98679a923 Update whitelist.json 2021-03-11 20:40:05 +01:00
3ff29226b7 Merge pull request #60 from KasperskyLab/dev
Minor changes (loader link + iptables rule)
2021-03-11 10:26:21 +01:00
0d32a1d3c4 Minor changes (loader link + iptables rule) 2021-03-10 18:07:33 +01:00
6d5389370c Update iocs.json 2021-03-01 16:59:38 +01:00
6b29daad59 Update iocs.json 2021-03-01 16:52:31 +01:00
3bdac850b6 Merge pull request #58 from KasperskyLab/dev
Adding few features.
v0.4-test
2021-02-26 14:28:16 +01:00
885d67afd0 Adding few seconds before internet check 2021-02-26 14:26:50 +01:00
6de9f4aabe Change icon button to home button 2021-02-26 14:10:09 +01:00
c3b48f278d Add back button 2021-02-26 13:47:57 +01:00
e4d63a7ef5 Preventing the analyzed device to reach TinyCheck 2021-02-26 13:25:10 +01:00
672b8cf0c1 Merge pull request #57 from KasperskyLab/dev
Update install.sh with new node version.
2021-02-26 12:20:26 +01:00
4488a52631 Update install.sh 2021-02-26 12:15:45 +01:00
92b89b78cf Merge pull request #56 from KasperskyLab/main
Update dev branch
2021-02-26 12:13:27 +01:00
22c7cf1119 Merge pull request #54 from KasperskyLab/update-feature
Update from GUI feature
2021-02-19 16:45:41 +01:00
9ad538862e Changing FR translation 2021-02-19 16:42:07 +01:00
ee1f89e45f Changes for prod 2021-02-19 16:40:52 +01:00
79f6c09cc9 Changes for tests 2021-02-19 16:18:32 +01:00
b0869a94c9 Updating install script 2021-02-19 15:49:47 +01:00
a5f84f35de Removing update-feature branch 2021-02-19 15:46:33 +01:00
0b64402f74 Deleting unused translation var 2021-02-19 15:32:58 +01:00
c8d667f5c5 Adding few stuff related to updates 2021-02-19 15:31:30 +01:00
dc37b6a2da Color changes 2021-02-19 14:38:16 +01:00
8890ed1b26 Changing timeout 2021-02-19 14:33:23 +01:00
6b6c9bb368 Changing timeout 2021-02-19 14:18:32 +01:00
7acc61d80d Adding version info 2021-02-19 14:08:14 +01:00
ecf1281290 Adding version info 2021-02-19 13:56:21 +01:00
6350241a35 Issue with API URL corrected. 2021-02-19 13:33:02 +01:00
8d64b3bc9a Some changes for the GUI 2021-02-19 13:20:18 +01:00
6790b17f86 Changes to get the current version v0.3-test 2021-02-19 10:57:11 +01:00
5a133d0d17 No new line in the VERSION file 2021-02-19 10:46:29 +01:00
b2d153bb17 Changing some files related to the update process v0.2-test 2021-02-18 22:53:49 +01:00
9382a1fd9f Starting update interface implementation v0.1-test 2021-02-18 22:17:29 +01:00
67ac58ef46 Deleting Q&A. 2021-02-18 09:17:54 +01:00
5334f30edf Adding GUI update feature (server-side) 2021-02-17 20:16:39 +01:00
85228e77f7 Adding new IOCs 2021-02-16 19:52:36 +01:00
a53d10018d Merge pull request #53 from KasperskyLab/dev
Changes related to the update.sh script
2021-02-16 18:58:37 +01:00
efeaeccab6 Merge branch 'dev' of https://github.com/kasperskylab/TinyCheck into dev 2021-02-16 18:57:26 +01:00
dc48db88fc Adding active analysis to the config file 2021-02-16 18:57:10 +01:00
42c7254cc6 Merge pull request #52 from KasperskyLab/dev
Adding WHOIS record / active analysis
2021-02-16 18:52:20 +01:00
8ed216a089 Merge branch 'main' into dev 2021-02-16 18:52:11 +01:00
800f60619e Adding some comments 2021-02-16 18:13:07 +01:00
f0151c7195 Add the active analysis in the configuration options 2021-02-16 18:08:46 +01:00
33710ce010 Adding the active heuristic on recent domains 2021-02-16 18:01:08 +01:00
0a7e962e99 Adding python-whois 2021-02-16 17:10:23 +01:00
2095a1c3d6 Formatting changes 2021-02-16 16:55:34 +01:00
53620b6a0a Adding the possibility to delete elements/IOCs from watchers 2021-02-16 16:51:36 +01:00
af499f3cda Merge branch 'dev' of https://github.com/kasperskylab/TinyCheck into dev 2021-02-16 16:49:54 +01:00
045d07c94c Removing some whitespaces 2021-02-16 16:49:33 +01:00
f68ed73c1b Update iocs.json 2021-02-16 16:45:15 +01:00