Commit Graph

259 Commits (a4a6077c5ae1d7f2f7ee3a1432785ee76eb004ac)

Author SHA1 Message Date
Raphaël Vinot 6e8a7e1e53
Merge branch 'main' into test-sharing-group-fix 2021-08-05 09:23:55 +02:00
iglocska ee8e9398da
chg: [testlive_comprehensive] correct path to access sharing group releasability after edit 2021-07-27 13:47:14 +02:00
Jakub Onderka bcaa8e0429 fix: [test] test_sharing_groups again 2021-07-27 13:06:45 +02:00
Jakub Onderka 5c5c30b238 fix: [test] test_sharing_groups 2021-07-26 17:11:40 +02:00
iglocska 6f12d3a6af
chg: [authkey test] removed from testlive_comprehensive
- the default now enables advanced authkeys making the retriaval of keys impossible after the user creation
2021-07-26 16:42:12 +02:00
Raphaël Vinot 9db81ed052
Merge branch 'main' into update_sharing_group 2021-06-22 11:26:06 -07:00
Raphaël Vinot 4c003ca810
Merge pull request #760 from JakubOnderka/get-taxonomy-namespace
chg: `get_taxonomy` supports namespace
2021-06-22 11:24:15 -07:00
Jakub Onderka 77eeb10abb new: Method `update_sharing_group` 2021-06-22 17:48:53 +02:00
Jakub Onderka 3a92e343e5 chg: `get_taxonomy` supports namespace 2021-06-22 17:34:01 +02:00
Jakub Onderka 6842a2e2f4 new: Method `sharing_group_exists` 2021-06-22 17:20:30 +02:00
Raphaël Vinot db1ffe7be6 new: method to get the raw object template 2021-05-11 12:30:00 -07:00
Raphaël Vinot 18049212a5 new: Support for correlation exclusion list
Fix #732
2021-04-22 10:47:58 +02:00
Raphaël Vinot b471633acb fix: Enable/disable feeds 2021-04-20 15:36:11 +02:00
Raphaël Vinot 67457bec53 chg: Fix test suite. 2021-04-20 00:25:47 +02:00
Raphaël Vinot a0bda8736a chg: Add test case, fix mypy 2021-03-05 12:11:00 +01:00
Raphaël Vinot ef9efce5c3 fix: Typo in tests 2021-03-03 10:04:15 +01:00
Raphaël Vinot 8137389452 chg: Bump tests for galaxy cluster 2021-03-02 11:49:31 +01:00
Raphaël Vinot 2e05a1b24f new: soft delete object in MISPEvent
Fix #706
2021-02-27 14:53:15 +01:00
Raphaël Vinot 28fed5c778 fix: support text search again
Fix #705
2021-02-27 14:53:15 +01:00
Tom King 7d4cfc40b7 chg: Add in nosetests for MISP Galaxy functions, check default key as a dict attribute not MISPAbstract attribute 2021-01-30 15:34:29 +00:00
Raphaël Vinot 35ae9e00dd fix: Update testlive accordingly 2021-01-28 15:01:54 +01:00
Raphaël Vinot 86a5d3acc7 new: hard delete flag for objects
Related: https://github.com/MISP/PyMISP/issues/666
2021-01-28 14:45:36 +01:00
Raphaël Vinot 109e56928e chg: Add test case fir add_attribute and enforceWarninglist=True 2021-01-28 14:45:36 +01:00
Raphaël Vinot 670c145a79 chg: Add testcase with breakOnDuplicate in a MISPObject 2021-01-28 14:45:36 +01:00
Raphaël Vinot ae8b34f12f chg: add test case for page/limit in logs search 2021-01-28 14:45:36 +01:00
Raphaël Vinot e916b332f8 new: Fail if a duplicate object is added to an event. 2021-01-28 14:45:36 +01:00
Raphaël Vinot 8c09a5bbc9 chg: Use lief 0.11.0, generate authenticode entries 2021-01-28 14:45:36 +01:00
Tom King 07f00a68f1 chg: Allow response of delete to be pythonify, add in nosetest 2021-01-15 15:26:41 +00:00
Raphaël Vinot fe91e10ced chg: on-demand decryption of malware-binary, speeds up pythonify. 2020-11-26 13:31:10 +01:00
Raphaël Vinot ded44278af fix: Add attribute dict as proposal 2020-11-24 20:03:01 +01:00
Raphaël Vinot 35860b49bd chg: Improve add_attribute with a list
Related: #655
2020-11-24 13:50:14 +01:00
Raphaël Vinot e317b089b8 chg: Add search info field with "\"
Related: https://github.com/MISP/MISP/issues/6616
2020-11-19 14:54:52 +01:00
Raphaël Vinot 4e830a435b fix: Test suite for exists calls 2020-11-17 00:04:18 +01:00
Raphaël Vinot c5f8c653c4 chg: Force enable debug in test, test update tags 2020-11-16 13:39:07 +01:00
Raphaël Vinot b646f0c5da
Merge pull request #651 from JakubOnderka/new-api
New API
2020-11-09 10:53:34 +01:00
Jakub Onderka 6c1f476bdd new: Method to check attribute and object existence 2020-11-07 10:17:16 +01:00
Raphaël Vinot 0d67babea2 fix: last_seen has to be after first_seen, and it should habe been failing before. 2020-11-06 11:17:46 +01:00
Raphaël Vinot 70de680912 chg: Use REST search for the tags
Related to comments on a1326f2cf2
2020-11-05 16:51:58 +01:00
Jakub Onderka 5e4dd2b974 new: Allow to get just event metadata after add_event and edit_event 2020-11-03 12:10:38 +01:00
Jakub Onderka 495af1fd9c new: Method to check event existence 2020-11-03 12:10:37 +01:00
Raphaël Vinot a1326f2cf2 new: Add method to search for tags.
fix #648
2020-11-02 12:47:56 +01:00
Raphaël Vinot d428858f1e fix: Do now fail on requests returning plain text
Fix #639
2020-10-21 15:16:17 +02:00
Raphaël Vinot 1005a0fa5c chg: Bump test cases 2020-10-16 13:09:02 +02:00
Raphaël Vinot bdd8fe6782 chg: Add test for delete=True in get_event 2020-09-29 11:10:39 +02:00
Raphaël Vinot 50e5f156bd chg: Improve error message, add comments, rename whitelist->allowedlist 2020-09-15 12:31:22 +02:00
Raphaël Vinot 9f6f95be0e new: [test] Validate tag removal 2020-09-02 15:11:18 +02:00
Raphaël Vinot 918f841087 chg: Rename blacklist -> blocklist 2020-09-01 19:29:12 +02:00
Raphaël Vinot 821a4f5398 Merge branch 'main' of github.com:MISP/PyMISP into main 2020-08-04 12:21:19 +02:00
Raphaël Vinot be8c94e6e7 chg: Cleanup blocklist methods 2020-08-04 12:20:21 +02:00
Raphaël Vinot 2bbf888ca7 new: Blacklist methods 2020-08-03 15:59:54 +02:00
Raphaël Vinot 83273b6ce8 new: Add list of missing calls 2020-07-30 16:48:37 +02:00
mokaddem fd91bcb44e chg: [testlive_comprehensive] Updated generic tagging method to match
changes in MISP
2020-07-28 15:23:58 +02:00
Jakub Onderka 82aa3c815d
fix: test_get_non_exists_event 2020-07-28 12:26:15 +02:00
Raphaël Vinot c566892944 Merge branch 'main' of github.com:MISP/PyMISP into main 2020-07-28 11:27:52 +02:00
Raphaël Vinot ba4b22a303 fix: IP removed from the public DNS list 2020-07-28 11:27:26 +02:00
Jakub Onderka b10faa653f chg: New test_get_non_exists_event 2020-07-27 13:39:43 +02:00
Raphaël Vinot 2fb61d4b32 chg: Enable more tests. 2020-07-24 12:49:53 +02:00
Raphaël Vinot b2e8cffd0b fix: Add STIX XML output for the search
Use stix-xml as return_format.

Fix #600 https://github.com/MISP/MISP/issues/5618
2020-07-17 14:19:15 +02:00
Raphaël Vinot a127318a8e chg: Add a few test cases 2020-06-22 14:27:03 +02:00
Raphaël Vinot daf937a100 chg: Add test case for get event deleted 2020-06-19 13:38:11 +02:00
Raphaël Vinot c2e643c01b chg: Add test case for search deleted 2020-06-19 11:49:38 +02:00
Raphaël Vinot d7beed9f76 new: Test search with timestamp 2020-05-14 22:47:24 +02:00
Raphaël Vinot 14e3ecdfdc chg: Add test for feed partial update 2020-05-14 15:55:18 +02:00
Raphaël Vinot f1494125ae new: Add testcase for updating partial event 2020-05-14 12:45:04 +02:00
Raphaël Vinot 14d278fff2 fix: Properly load feeds, fix undefined variable 2020-05-12 11:24:47 +02:00
Raphaël Vinot c098981a40 new: Very simple test case for rest search on objects 2020-05-07 13:59:45 +02:00
Raphaël Vinot 4a060b3c07 new: Self registration, object level search (initial) 2020-05-07 12:17:31 +02:00
Raphaël Vinot 8980c2da3b fix: Typo, add test for extended event 2020-05-04 10:19:55 +02:00
VVX7 b08cf8b6a6 chg: [dev] remove duplicate line 2020-05-03 21:22:38 -04:00
VVX7 a76a85b616 chg: [dev] add extend_event() test. chg typo in get_event() 2020-05-03 20:58:33 -04:00
Raphaël Vinot 0faa75824f fix: Enable autoalert on admin user 2020-04-27 12:21:30 +02:00
Raphaël Vinot 4d7ed41602 fix: Properly handle timezone in tests 2020-04-10 14:54:47 +02:00
Raphaël Vinot 94c2a644af fix: do not skip data in add_attribute methods 2020-02-24 14:13:10 +01:00
mokaddem 52774769ac fix: [*-seen] Consider that `-` can also be in the date component while
parsing
2020-01-31 12:26:50 +01:00
Raphaël Vinot 7e29d41976 fix: Tests failing if local tz was not CET 2020-01-28 16:30:58 +01:00
Raphaël Vinot a8ff8f88fe chg: Test update last seen 2020-01-28 16:01:14 +01:00
Raphaël Vinot 32445973bd new: Support for first_seen/last_seen
Cleaner import of datetime
2020-01-27 19:07:52 +01:00
Raphaël Vinot b0e95fd5af chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
Raphaël Vinot d95aaf8c64 chg: Bump dependencies, add debug 2020-01-17 11:34:40 +01:00
Raphaël Vinot 3ee7d8c676 chg: Search with the STIX output returns a json STIX
Was XML before.
2020-01-07 15:30:23 +01:00
Raphaël Vinot 30a940c7f1 fix: Properly test custom objects 2019-12-16 15:24:04 +01:00
Raphaël Vinot 826fc21ace chg: Debug travis error message 2019-12-16 13:50:29 +01:00
Raphaël Vinot 637a9668c0 fix: Adding a sighting takes a little bit of time. 2019-12-12 11:47:03 +01:00
Raphaël Vinot 0d354b2032 fix: Update tests. 2019-11-29 16:33:17 +01:00
Raphaël Vinot c5dfa9b509 new: Test cases for restricted tags
Fix #483
2019-11-11 16:39:20 +01:00
Raphaël Vinot 8c2bbaa13c new: Get Database Schema Diagnostic
Fix #492
2019-11-11 14:28:17 +01:00
Alexandre Dulaunoy 204fd6ba8c
chg: [test] feed test updated as botvrij is now TLS by default 2019-11-05 10:52:34 +01:00
Raphaël Vinot 21c16c8c75 chg: Skip usersettings tests when emails are disabled 2019-10-17 12:42:59 +02:00
Raphaël Vinot c509b22beb new: Add support for UserSettings 2019-10-16 17:22:19 +02:00
Raphaël Vinot f312f87072 fix: Objects helpers were broken, do not overwrite describe_types 2019-10-08 09:28:33 +02:00
Raphaël Vinot 7324ae72e6 new: Better handling of delete(d) attributes
* Hard delete on attribute
* Get the deleted attributes within an event
2019-09-13 16:12:45 +02:00
Raphaël Vinot b800dcb4b4 chg: Dump dependencies, update tests 2019-09-11 14:20:55 +02:00
Raphaël Vinot daca32db36 fix: Event delegation was incorrect 2019-08-30 14:19:52 +02:00
Raphaël Vinot 5037810c4c chg: Temp disable tests for request_community_access 2019-08-30 12:15:39 +02:00
Raphaël Vinot 681c06cdd2 chg: Disable test for now 2019-08-30 12:03:52 +02:00
Raphaël Vinot 7bf6005576 new: [Community] Request access 2019-08-30 11:45:56 +02:00
Raphaël Vinot 7402e1b3b6 new: Initial support for communities 2019-08-29 18:08:53 +02:00
Raphaël Vinot a5d4910c1f new: Contact event reporter 2019-08-28 16:02:26 +02:00
Raphaël Vinot cebdc2ef3f fix: Automatically skip empty string in add_attribute at object level
Fix #439

Re-enable test cases.
2019-08-28 14:46:02 +02:00
Raphaël Vinot f133cb9477 chg: Re-enable a few test cases 2019-08-27 10:43:58 +02:00