Commit Graph

9831 Commits (d9118d86206a00e203dfa18ff046485b2774b055)

Author SHA1 Message Date
Steve Clement d9118d8620 chg: [docs] Symlink to rhel7 guide
chg: [docs] Made the index a little less messy
chg: [docs] A minor (but not automated) change to Changelog
2018-10-23 07:43:33 +09:00
Alexandre Dulaunoy 835dd3be15
chg: [misp-objects] updated to the latest version 2018-10-22 21:05:06 +02:00
chrisr3d 90fd773fb6 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-10-22 15:48:52 +02:00
chrisr3d 4803c3223c
fix: [stix framing] Fixed Related Package(s) xml field typo 2018-10-22 15:47:36 +02:00
chrisr3d 51dca41fbe
fix: [stix export] Fixed xml package string replacement 2018-10-22 14:58:10 +02:00
chrisr3d 58e8ea82cf
fix: [stix2 import] Avoiding errors when the imported file name is not specified 2018-10-22 14:11:21 +02:00
Alexandre Dulaunoy 264dcde45d
chg: [misp-galaxy] updated to the latest version 2018-10-22 14:06:17 +02:00
Alexandre Dulaunoy af8d44819b
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-10-22 14:05:56 +02:00
chrisr3d 337de16004 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-10-22 10:35:51 +02:00
Steve Clement 66057efdc4
Merge pull request #3784 from SteveClement/guides
new: [docs] Move INSTALL guides formatting to mkdocs
2018-10-22 17:31:40 +09:00
chrisr3d e0deb68d7a
fix: [stix2 import] Fixed GalaxyCluster description
- Since description is optionnal in some STIX 2.0
  objects, we test if the field is there before
  trying to use its value
2018-10-22 10:30:15 +02:00
Steve Clement cd04c0d41b Merge branch '2.4' into guides 2018-10-22 15:44:16 +09:00
iglocska 5d6b7f564b fix: [routes] Added route for .csv parsing 2018-10-22 05:20:09 +02:00
Steve Clement dd9d831bce chg: [docs] More general info about xINSTALL in index. Minor formatting touch-up in license. Added missing sections to mkdocs.yml and adapted it to reflect official MISP repo. 2018-10-22 10:39:31 +09:00
Steve Clement 40949b4fb2 chg: [docs] Adapted rhel7/Ubuntu18.04/Centos7/UPDATE_Notes to be mkdocs compliant 2018-10-22 10:38:31 +09:00
Steve Clement 1193cf8771 chg: [tools] Added sed to gen_misp_install_docs.sh to replace some formatting tildes which mkdocs does not really understand
chg: [docs] Minor touch-up to Changelog.md to correct for formatting issues.
chg: [config] Added correct paths to .gitignore for mkdocs
2018-10-22 10:32:58 +09:00
Steve Clement e941964655 chg: [docs] Adapted Debian 9/testing install to mkdocs
new: [docs] Added old version of Debian + postgresql guide, needs updating
2018-10-22 10:11:19 +09:00
Steve Clement fc3d89a0c4 chg: [docs] Added symlinks to new .md to preserve old style for a while.
chg: [docs] More details in README.md
2018-10-22 09:55:09 +09:00
Steve Clement bb615b92bf new: [tools] Added tool to create MISP INSTALL Docs and push to gh-page, plus it fetche latest Changelog.txt 2018-10-22 09:52:55 +09:00
iglocska 702d4360f6 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-10-21 22:47:59 +02:00
iglocska 1187fb2a27 new: [API] Added CSV as return format for event index 2018-10-21 22:47:22 +02:00
Steve Clement 5c8216c81c chg: [docs] Added some symlinks to migrated files. 2018-10-21 21:53:42 +09:00
Steve Clement 2aecfb7e0e chg: [docs] Remove some migrated INSTALL guides, move FreeBSD to old, will not be supported in the future. 2018-10-21 21:52:40 +09:00
Steve Clement 6d7b830c75 chg: [docs] Typo in UPGRADE.md 2018-10-21 18:57:41 +09:00
Steve Clement dac594dc02 chg: [docs] Added an old upgrade doc, 2.3 -> 2.4, more as an example then anytyhing else.
chg: [docs] Added UPGRADE.md notice for future upgrade steps.
2018-10-21 18:54:21 +09:00
Steve Clement 4ea2345436 chg: [docs] Minor formating chage 2018-10-21 15:11:02 +09:00
Steve Clement a7e9bbae98 chg: [docs] Removed old Debian stable install guide 2018-10-21 00:18:17 +09:00
Steve Clement a693d4063d chg: [docs] Updated Debian install guide 2018-10-21 00:17:14 +09:00
iglocska 572b0d13a4 new: [API description] Describe how to run diagnostics on MISP via the API 2018-10-20 15:58:43 +02:00
Alexandre Dulaunoy 288b075a39
Merge pull request #3771 from P4rs3R/patch-3
Update INSTALL.rhel7.txt
2018-10-20 09:44:58 +02:00
Alexandre Dulaunoy 0a7bde6d50
Merge pull request #3779 from MISP/att&ckMatrixFix
fix: #3769 Att&ck matrix now render multiple kill_chain by column.
2018-10-20 09:44:26 +02:00
Andras Iklody 04fe1c0cf6
Merge pull request #3778 from tomking2/2.4
Fixes Issue #3633 - Returned XML has application/json Content-Type header
2018-10-19 14:46:42 +02:00
Sami Mokaddem 8ce06f7351 fix: #3769 Att&ck matrix now render multiple kill_chain by column. 2018-10-19 12:28:59 +02:00
iglocska 4f4737d22a new: [upgrade] Preparing the data for recovery after the object reference sync fix
- update the timestamps of all events / objcts that are affected and are locked = 0
2018-10-19 11:25:55 +02:00
Tom King 8925e88581 fix: Check if the format is xml or application/xml on __sendResponse 2018-10-19 09:54:51 +01:00
iglocska e5e9701fbb Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-10-19 10:12:59 +02:00
iglocska bc06f07848 fix: [cleanup] Removed debug from the bug fixing session 2018-10-19 10:10:34 +02:00
Steve Clement e900493e5c chg: [docs] Version bump of OpenBSD to 6.4 2018-10-19 12:50:59 +09:00
Steve Clement ab30c15018 chg: [docs] Added misp-dashboard instruction, but not really working yet. 2018-10-19 12:45:49 +09:00
Steve Clement dd1b102285 chg: [docs] Another small unattentive typo 2018-10-19 12:03:22 +09:00
Steve Clement 603de74386 chg: [docs] Small misp-modules virtualenv typo 2018-10-19 12:02:25 +09:00
Steve Clement 1d8baf0c48 chg: [docs] Removed old OpenBSD Docs 2018-10-19 12:00:29 +09:00
Steve Clement 03e1b46a19 chg: [docs] More or less finalized the Apache2 install. 95% working. 2018-10-19 11:59:43 +09:00
Steve Clement cebca8bcb7 chg: [tools] Added x-sharedlib clause in testForBinExec if on OpenBSD. 2018-10-19 08:53:10 +09:00
iglocska 0b0432536a chg: [warninglist] warninglists updated, fixes #3775 2018-10-18 20:18:06 +02:00
iglocska 6b60f3fa5c Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-10-18 20:13:27 +02:00
iglocska e419c80e9e fix: [internal] Sharing group capturing fixed, fixes #3573
- As reported by @eCrimeLabs
2018-10-18 20:12:24 +02:00
iglocska 6f9551e202 fix: [internal] Unneeded model initialisation for getDefaultAttachments_dir() 2018-10-18 20:10:11 +02:00
chrisr3d 91807f5052
fix: [stix2 import] Fixed MISP event info field when importing STIX2 without report object 2018-10-18 15:13:19 +02:00
chrisr3d f20b4f70cd
fix: [stix2 import] Fixed json dict monkey syntax error 2018-10-18 15:12:21 +02:00