Commit Graph

209 Commits (309b767864a25e959e699dc82430a7212f9aefc2)

Author SHA1 Message Date
Raphaël Vinot a79c4ed9c2 chg: Use pydeep from pypi, add test 2019-05-08 12:16:43 +02:00
Raphaël Vinot 5a4c37d029 chg: Bump dependencies. 2019-05-07 11:04:25 +02:00
Raphaël Vinot 66f5154284 fix: Bump Test files because of new template version 2019-04-24 15:55:47 +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
Raphaël Vinot e545a7cbc1 new: test cases for attributes and proposals 2019-04-12 16:40:22 +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 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 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 7a146b684e chg: Reorganize some tests 2019-03-20 10:44:59 +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 b82d3c25de fix: Do not run PDF Export tests on python < 3.6 2019-03-12 16:05:03 +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 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
Raphaël Vinot c592bfcca9 fix: get_object_template_id was broken. Add test case.
Fix #361
2019-03-11 10:15:45 +01:00
Raphaël Vinot 35b4f3f852 new: Test update object in event 2019-03-11 09:39:08 +01:00
l3m0ntr33 2edc6eedca
Fix a type on function name. 2019-03-08 16:04:09 +01:00
hrifflet e91d4a7d2d Add new function PyMISP.change_disablecorrelation(attribute_uuid,disable_correlation) to be able to enable/disable correlation on attributes. 2019-03-08 11:33:33 +00:00
Falconieri 9d6585cd3a fix: [exportpdf] Custom path for fonts and font package 2019-03-05 11:37:01 +01:00
Raphaël Vinot b8759673b9 chg: Add i8n for pdfexport, without all the fonts in the main repo 2019-03-04 16:06:38 -08:00
Vincent-CIRCL 83ef1b851e
Merge branch 'master' into master 2019-03-01 09:07:45 +01:00
Falconieri a06c8cf5b8 fix: [reportlab] Galaxies and Clusters printing 2019-03-01 09:06:01 +01:00
Falconieri 9adff0b574 chg: [exportPDF] add basic handling of clusters 2019-02-28 10:58:49 +01:00
Raphaël Vinot c35a2aea55 fix: Hopefully last fix for python 2.7 & reportlab. 2019-02-27 23:53:47 -08:00
Raphaël Vinot ece54a942b fix: Bump tests relatively to the file template 2019-02-27 23:30:19 -08:00
Raphaël Vinot 0f56a306be chg: Enforce strict in object testing to ease debugging 2019-02-27 23:22:05 -08:00
Raphaël Vinot 227a6e8926 fix: Let's act as if python2 doesn't exists. 2019-02-27 22:02:12 -08:00
Falconieri a9c0ce4107 fix: [exportPDF] Adding facultative text description, sightings, tests cases 2019-02-27 11:48:56 +01:00
Falconieri 8194c534d7 add : [exportpdf] Objects handling, tests cases,
test files
2019-02-26 15:35:40 +01:00
Falconieri 029ca57b5f fix: [exportpdf] Refactoring, nicer code 2019-02-26 14:28:31 +01:00
Falconieri 29a1b05c1f add: [exportpdf] Handling pictures embedded as attributes 2019-02-26 14:03:25 +01:00
Falconieri cefcc3430c add : [exportpdf] Picture management, manual 2019-02-26 11:13:24 +01:00
Falconieri f36d8908a7 fix: [exportpdf] tests paths 2019-02-25 15:55:47 +01:00
Falconieri 2adac8f0d2 chg: [exportpdf] Add metadata, bugfixes cases (too long values, sanitization), links to misp instances 2019-02-25 15:49:53 +01:00
Falconieri ee2a2f4af7 fix: [exportpdf] Remove comment that codefactor doesn't like 2019-02-22 18:13:05 +01:00
Falconieri 37d3f2f613 fix & add: [exportpdf] Add metadata, fix special cases (too long values, sanitization) 2019-02-22 17:47:22 +01:00
Falconieri 76ef3d058f fix: [pdfexport] Fix tests paths, dependency in pipfile, imports, and 'file' name overwrite in test function 2019-02-22 11:34:41 +01:00
Falconieri 57eccfe7dc add: exportpdf tool working 2019-02-22 10:18:44 +01:00