Commit Graph

1565 Commits (03a7de794a119e75900d2d34ad911fee67d84895)

Author SHA1 Message Date
Raphaël Vinot 921f414e0e chg: Bump dependencies
Fix CVE-2019-11324 (urllib3)
2019-04-19 22:32:33 +02:00
Raphaël Vinot c7446d5311 fix: Build on readthedocs 2019-04-16 14:51:59 +02:00
Raphaël Vinot a95ec9b774 Merge branch 'master' of github.com:MISP/PyMISP 2019-04-16 11:43:45 +02:00
Raphaël Vinot 6293d5b7db chg: Bump dependencies 2019-04-16 11:43:35 +02:00
Raphaël Vinot dac51fdec3 chg: Bump misp-objects 2019-04-16 11:42:58 +02:00
Raphaël Vinot b67d2e024c chg: Allow to pass an AbstractMISP to add_reference
Fix #379
2019-04-16 11:41:43 +02:00
Steve Clement 13445b5174
Merge pull request #382 from SteveClement/typo
fix: [typo] Fixed a small typo I noticed in the docs.
2019-04-16 09:08:54 +09:00
Steve Clement b6dc0a196b fix: [typo] Fixed a small typo I noticed in the docs. 2019-04-16 09:07:57 +09:00
Raphaël Vinot e545a7cbc1 new: test cases for attributes and proposals 2019-04-12 16:40:22 +02:00
Raphaël Vinot f002854e82 chg: Rework notebooks. 2019-04-11 23:14:16 +02:00
Raphaël Vinot 633f75db24 new: Improve python3.6+ lib 2019-04-11 23:13:15 +02:00
Raphaël Vinot e8334be9ca new Add test for ASNObject 2019-04-11 09:47:57 +02:00
Raphaël Vinot c37eabdaed chg: Bump dependencies 2019-04-11 09:47:28 +02:00
Raphaël Vinot 52402c2acf new: add_attributes method in MISPObject (for multiple attributes) 2019-04-09 17:54:12 +02:00
Raphaël Vinot b1b9f95501 new: Method to set the default role 2019-04-04 16:39:17 +02:00
Raphaël Vinot 3fb54e62b2 new: Default to "me" in the get_user method, update ExpandedPyMISP
Fix #377
2019-04-04 14:37:17 +02:00
Raphaël Vinot a68bd80ab9 fix: Add missing files for testing (CSV loader) 2019-04-04 10:53:28 +02:00
Raphaël Vinot 99b2052449 new: Add get_object to ExpandedPyMISP.
Fix #372
2019-04-04 10:42:37 +02:00
Raphaël Vinot 1de4c9d0b9 new: Test cases for CSV loader, add cleaner methods in ExpandedPyMISP 2019-04-03 17:46:52 +02:00
Raphaël Vinot e5a42b812f new: Add CSV loader
Fix #376
2019-04-03 16:28:31 +02:00
Raphaël Vinot 1e060f669f new: Helper to create MISP Objects for regcheck.org.uk 2019-04-02 17:13:07 +02:00
Raphaël Vinot 64bcaad0e5 fix: Properly test query ACLs 2019-03-25 16:12:01 +01:00
Raphaël Vinot a2d5a8a3a8 new: Test for ACLs in testlive 2019-03-25 15:41:11 +01:00
Raphaël Vinot c888af177f fix: Update all json submodules at one place in testlive 2019-03-25 10:57:12 +01:00
Raphaël Vinot 8940c09925 chg: Display an error on failure in testlive 2019-03-25 10:38:21 +01:00
Raphaël Vinot aeb0f913e4 new: Test for manual calls to add_object and add_object_reference 2019-03-22 12:51:20 +01:00
Raphaël Vinot cc35d81fa3 fix: Disable some tests for the run on travis. 2019-03-20 11:18:38 +01:00
Raphaël Vinot 6eab404eaa chg: Add tests for disable_tag 2019-03-20 11:13:38 +01:00
Raphaël Vinot dd236d9f8b chg: Bump misp-objects 2019-03-20 11:13:21 +01:00
Raphaël Vinot 8600626c85 Merge branch 'master' of github.com:MISP/PyMISP 2019-03-20 10:45:11 +01:00
Raphaël Vinot 7a146b684e chg: Reorganize some tests 2019-03-20 10:44:59 +01:00
Raphaël Vinot f53690f406 chg: Orders of tests in make_bool 2019-03-20 10:44:12 +01:00
Raphaël Vinot 97b159e88c chg: Bump dependencies 2019-03-20 10:43:11 +01:00
Steve Clement ed51c1e0d8
Update README.md
Added number of monthly PyPi downloads
2019-03-19 00:37:20 +06:00
Raphaël Vinot 1dddfd72e0 Merge branch 'master' of github.com:MISP/PyMISP 2019-03-15 10:57:55 +01:00
Raphaël Vinot 9f4cd243aa fix: Improper handling of to_ids passed as integer in MISPEvent
Fix #364
2019-03-15 10:53:00 +01:00
Raphaël Vinot 64bb50cd64
Merge pull request #370 from Vincent-CIRCL/master
fix: [exportpdf] Coding Style and doc update
2019-03-14 09:18:20 +01:00
Falconieri bdff7e635f fix: [exportpdf] Doc update 2019-03-14 08:11:30 +01:00
Falconieri ea4ed24f4f fix: [exportpdf] Coding Style 2019-03-14 08:02:45 +01:00
Raphaël Vinot 1ecdedb53c fix: Do not fail when importing the reportlab file 2019-03-12 16:22:36 +01:00
Raphaël Vinot 9902a6d79d fix: PDF Export requires python 3.6+. 2019-03-12 16:17:20 +01:00
Raphaël Vinot b82d3c25de fix: Do not run PDF Export tests on python < 3.6 2019-03-12 16:05:03 +01:00
Raphaël Vinot 9d2251cb38 chg: Initial set of refactoring on PDF generator 2019-03-12 15:14:44 +01:00
Raphaël Vinot 637af49b21
Merge pull request #362 from Vincent-CIRCL/master
fix: [exportpdf] Custom path for fonts and font package
2019-03-12 13:05:52 +01:00
Raphaël Vinot 2c8ab0aa1d
Merge pull request #366 from jaccol/patch-1
fix for "'NoneType' object has no attribute 'setdefault'"
2019-03-11 13:38:44 +01:00
Jacco Ligthart 00bce80bdb
fix for "'NoneType' object has no attribute 'setdefault'" 2019-03-11 13:12:29 +01:00
Raphaël Vinot ea6aeff4e1 fix: Allow to use global variables HTTP_PROXY and HTTPS_PROXY again
Fix #365
2019-03-11 11:56:56 +01:00
Raphaël Vinot c458a3df51 t push origin masterMerge branch 'l3m0ntr33-master' 2019-03-11 11:33:08 +01:00
Raphaël Vinot ec6439ce34 fix: Slight changes in new .change_disable_correlation method 2019-03-11 11:32:54 +01:00
Raphaël Vinot e73bdc765e Merge branch 'master' of https://github.com/l3m0ntr33/PyMISP into l3m0ntr33-master 2019-03-11 11:07:47 +01:00