Commit Graph

14607 Commits (d48a013f3a06c740a03ac16cdd4e256f2f0763c7)

Author SHA1 Message Date
Andras Iklody 079ecc0b26
Merge pull request #5628 from JakubOnderka/patch-87
chg: [internal] Little bit faster ssdeep saving
2020-02-14 15:50:13 +01:00
Andras Iklody 35536267a2
Merge pull request #5631 from JakubOnderka/patch-90
fix: [pubsub] Do not fetch setting for every push
2020-02-14 15:49:41 +01:00
Andras Iklody d7a21e95cf
Merge pull request #5630 from JakubOnderka/patch-89
chg: [mispzmq] Do not create array every 0.1 sec
2020-02-14 15:48:50 +01:00
Andras Iklody f94f922eba
Merge pull request #5629 from JakubOnderka/patch-88
fix: [UI] UUID term should be uppercase
2020-02-14 15:47:58 +01:00
Jakub Onderka 8717c3f1c5
fix: [pubsub] Do not fetch setting for every push 2020-02-14 15:26:49 +01:00
Jakub Onderka 5ef92f5a3f
chg: [mispzmq] Do not create array every 0.1 sec
Should lead to little bit lower CPU usage
2020-02-14 15:23:57 +01:00
Jakub Onderka c1d1bd27d0
fix: [UI] UUID term should be uppercase 2020-02-14 15:18:46 +01:00
Jakub Onderka a730dbca66
chg: [internal] Little bit faster ssdeep saving 2020-02-14 15:16:10 +01:00
Andras Iklody ee0f708187
Merge pull request #5623 from stricaud/2.4
version 2.4.221 + ask about baseurl during package installation
2020-02-13 19:09:13 +01:00
Andras Iklody a312296403
Merge pull request #5625 from JakubOnderka/patch-86
fix: [internal] Remove unused function
2020-02-13 16:07:12 +01:00
Jakub Onderka 3770886bb8
fix: [internal] Remove unused function 2020-02-13 15:57:58 +01:00
Andras Iklody 385b777656
Merge pull request #5149 from JakubOnderka/update-composer
chg: [internal] Update composer.phar to version 1.9.0
2020-02-13 14:38:25 +01:00
Alexandre Dulaunoy 2309520508
chg: [objects] updated to the latest version 2020-02-13 13:13:17 +01:00
Sebastien Tricaud 6437d2d8f5 * Adding baseurl as a question when finalizing the package installation.
* bump to version 2.4.221
2020-02-12 14:46:22 -08:00
Andras Iklody 413399611e
Merge pull request #5616 from jay-carter/patch-1
chg: [version] bump
2020-02-11 14:31:24 +01:00
Andras Iklody f656a6d4d8
Merge pull request #5617 from stricaud/debian
Adding instructions to build a Debian Package
2020-02-11 09:44:24 +01:00
Sebastien Tricaud 50d9178662 Remove useless test 2020-02-11 00:40:25 -08:00
Sebastien Tricaud 894c7d28a3 Adding instructions to build a Debian Package
It does not build a Debian package that can be pushed to the distribution yet, but it provides
an easy way to have a Debian package for MISP for minimal configuration efforts.

It is installed in /usr/share/misp and there are too many things happening in that directory,
such as logs, instead of being in /var/log/misp/.

However it can be useful to a lot of people, and I will gradually improve it over time.

-- STR
2020-02-10 23:50:38 -08:00
jcarter 349ec58941
chg: [version] bump 2020-02-11 08:22:14 +01:00
iglocska 88894fc2e5
chg: [version] bump 2020-02-10 16:22:03 +01:00
iglocska 7fdbc8c750
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 16:14:11 +01:00
iglocska 5a29964924
chg: [cleanup] Taking out the trash
- old unused functions removed
2020-02-10 16:10:55 +01:00
iglocska af881189e5
new: [config load task] Added a task that will reload the settings on any console shell execution, fixes #5498
- helps with background workers being forced to fetch new settings whenever they start a new job
2020-02-10 15:15:59 +01:00
Andras Iklody 51e77b12f0
Merge pull request #5615 from JakubOnderka/patch-85
chg: [internal] mispzmqtest.py
2020-02-10 15:56:32 +02:00
Jakub Onderka ee5f1b1e5c
chg: [internal] mispzmqtest.py
- Also check if Redis Python library is installed
- Do not print "OK" if libraries doesn't exists
- Return error code 1 if library doesn't exists
2020-02-10 14:52:20 +01:00
iglocska 90009b963b
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 14:40:10 +01:00
iglocska 55385e6ca6
fix: [object] object deduplication fixed 2020-02-10 14:39:58 +01:00
mokaddem f7a0b1916e
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 14:35:54 +01:00
mokaddem 3d982d92fd
fix: [security] Correctly sanitize search string in Galaxy view
- As reported by Dawid Czarnecki
2020-02-10 14:35:09 +01:00
iglocska 8803f47a9e
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 14:33:39 +01:00
iglocska 4ea3612dfc
new: [objects] pass the /breakOnDuplicate:1 flag to the /objects/add endpoint to deduplicate
- returns an error if the object already exists
  - objects of the same template_uuid are compared
  - non deleted attributes only
  - type + category + value + object_relation tuple is compared
2020-02-10 14:30:34 +01:00
mokaddem 8e2da13e0e
Merge branch '2.4' into enforce-iso-datetime 2020-02-10 14:18:14 +01:00
mokaddem 9c22e02848
chg: [pgpPopover] Transformed text into i18n 2020-02-10 13:45:22 +01:00
mokaddem 2bdc11b5d4
Merge branch '2.4' of github.com:MISP/MISP into pr-5210 2020-02-10 13:41:26 +01:00
Andras Iklody 2dbd994cca
Merge pull request #5614 from JakubOnderka/patch-84
fix: [UI] Disable autocomplete for authkey
2020-02-10 14:30:19 +02:00
Jakub Onderka fc531dc5bc
fix: [UI] Disable autocomplete for authkey
To prevent saving it into browser cache
2020-02-10 13:03:12 +01:00
Andras Iklody 8147358e4c
Merge pull request #5607 from JakubOnderka/patch-83
fix: [internal] Remove unused lines
2020-02-10 14:00:43 +02:00
Alexandre Dulaunoy 0b31062d4c
chg: [warning-lists] updated to the latest version 2020-02-10 12:09:16 +01:00
iglocska 934c828192
fix: [security] Further fixes to the bruteforce handling
- resolved a potential failure of the subsystem when the MySQL and the webserver time settings are diverged
  - as reported by Dawid Czarnecki
- several tightenings of the checks to avoid potential foul play
2020-02-10 11:41:54 +01:00
mokaddem 6e66256f7a
Merge branch '2.4' of github.com:MISP/MISP into pr-5210 2020-02-10 11:09:14 +01:00
Alexandre Dulaunoy 8839770242
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-02-10 10:41:50 +01:00
Alexandre Dulaunoy 1d3fc2f799
chg: [misp-objects] updated to the latest version 2020-02-10 10:41:17 +01:00
iglocska 9400b8bc86
fix: [security] discussion thread ACL issues fixed
- as reported by Dawid Czarnecki
2020-02-08 10:34:23 +01:00
iglocska c1a0b3b280
fix: [security] brutefoce protection rules tightened
- as reported by Dawid Czarnecki
2020-02-08 09:35:37 +01:00
Jason Kendall e3b1e8c74a Ensure we only have the last line from the shell command 2020-02-07 13:43:11 -05:00
Jakub Onderka cdf578be4a
fix: [internal] Remove unused line 2020-02-07 17:57:59 +01:00
Raphaël Vinot 08fc1c77ed chg: Bump PyMISP 2020-02-07 13:26:33 +01:00
mokaddem 38cdd5477f
chg: [dbSchema] Removed log table from the whitelisted tables 2020-02-07 13:12:07 +01:00
mokaddem 5408bb14f8
fix: [indexes] Added SQL index for tag numerical_value 2020-02-07 12:56:27 +01:00
mokaddem 6e613cc54d
chg: [diagnostic:dbSchema] Added SQL queries to fix issues 2020-02-07 12:52:26 +01:00