Troy Ross
17ebfe86ab
Previously file object was reporting the libmagic description of a file
...
instead of the mimetype. According to [MISP DataModels](https://www.misp-project.org/datamodels/#types )
```
mime-type: A media type (also MIME type and content type) is a two-part identifier for file formats and format contents transmitted on the Internet
```
more precisely defined in [RFC2045](https://tools.ietf.org/html/rfc2045 ) and others.
The description returned by libmagic is more useful than the generic mime-type,
but I did not find a place to put the description in the current data model.
2020-06-14 10:48:29 -06:00
Raphaël Vinot
5d97d7ee0c
new: Add helper and test case for GitVulnFinderObject
2020-05-26 15:37:24 +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
b5b40ae2c5
fix: Strip every string in AbstractMISP
...
fix #546
2020-03-24 14:34:29 +01:00
Raphaël Vinot
8d294ff2ba
fix: Test cases & template version
2020-02-26 14:53:08 +01:00
Raphaël Vinot
94c2a644af
fix: do not skip data in add_attribute methods
2020-02-24 14:13:10 +01:00
Raphaël Vinot
35377399e8
new: Add uuid by default in MISPEvent, add F/L seen in feed output.
2020-02-21 14:12:36 +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
db9c54bb08
fix: first seen was after last seen, trigerring the exception
2020-01-29 11:19:10 +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
21fa4af863
chg: Add test cases in feed
2020-01-28 14:41:28 +01:00
Raphaël Vinot
d40b0a46bc
chg: Add test cases
2020-01-28 14:25:10 +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
acaf56b888
fix: Bump template_version in test cases
2020-01-17 15:20:56 +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
24a8f90ea8
new: Remove python < 3.6 support.
2019-12-18 14:45:14 +01:00
Raphaël Vinot
a26a8e450b
chg: Bump test files
2019-12-16 15:30:44 +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
24594a5aea
fix: Test case on reference
2019-12-11 23:38:41 +01:00
Raphaël Vinot
0d354b2032
fix: Update tests.
2019-11-29 16:33:17 +01:00
Raphaël Vinot
ca5e39e544
fix: Bump url template version in test cases
2019-11-19 12:39:14 +01:00
Raphaël Vinot
1f2b5f1329
fix: Python 2.7 tests
2019-11-15 14:30:39 +01:00
Raphaël Vinot
8163f8dd1d
new: Validate object templates
...
fix https://github.com/MISP/misp-objects/issues/199
2019-11-15 13:33:09 +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
880fb300ea
chg: Use default category from template
...
Fix #477
2019-10-18 14:44:57 +02: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
c80d35fa75
Merge branch 'perf'
2019-10-10 11:20:25 +02:00
Raphaël Vinot
2785d0027d
fix: [Python2] Use LRU cache decorator, fix call to describe_types in PyMISP
2019-10-10 10:15:23 +02:00
Raphaël Vinot
02659a5782
chg: Add support for rapidjson, refactoring and code cleanup.
2019-10-09 16:07:40 +02:00
Raphaël Vinot
f312f87072
fix: Objects helpers were broken, do not overwrite describe_types
2019-10-08 09:28:33 +02:00
Marc Hoersken
5cfe7e6b59
Add viper-test-files repository as Git submodule
2019-10-04 09:00:01 +02:00
Alexandre Dulaunoy
b67cec60a3
chg: [test] remove attribute field which was not foreseen in 2.4 branch
...
Signed-off: by the Hungarian leader
2019-09-16 15:06:05 +02:00
Raphaël Vinot
605cdc21ef
chg: Fix travis tests due to sighting_timestamp
2019-09-16 13:10:14 +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
Raphaël Vinot
b802e202e2
chg: Make sure delegation is enabled while testing
2019-08-26 20:34:27 +02:00
Raphaël Vinot
bfd57e7741
chg: [tests] Check the type of the response
2019-08-26 20:18:12 +02:00
Raphaël Vinot
1f74a943e6
chg: New local key in Org/Orgc
2019-08-26 19:40:14 +02:00
Raphaël Vinot
0b7314c474
new: Delegate Event
...
And more test cases
2019-08-26 16:24:48 +02:00
Raphaël Vinot
101ec5f9ed
chg: [tests] Do not run in fast mode by default.
2019-08-20 15:59:41 +02:00
Raphaël Vinot
e95948bcf6
chg: Better handling of sightings.
2019-08-20 15:34:21 +02:00
Raphaël Vinot
eba8b6df24
fix: [Travis] User cannot create tag, Travis was right.
2019-08-19 12:31:05 +02:00
Raphaël Vinot
7a2fdd7d24
chg: [Travis] Add more debug
2019-08-19 12:11:54 +02:00
Raphaël Vinot
b897dcf19c
fix: Invalid tests in last commit.
2019-08-19 11:58:37 +02:00
Raphaël Vinot
2841d56131
fix: [Travis] Slight changes to help debug on Travis.
2019-08-19 11:48:41 +02:00
Raphaël Vinot
4995ff731d
chg: Add test related to travis
2019-08-19 11:30:53 +02:00
Raphaël Vinot
f384d74049
chg: Improve test cases
2019-08-16 11:28:07 +02:00
Raphaël Vinot
2e84dd69fc
chg: Update and improve live testing
2019-08-16 10:48:06 +02:00
Raphaël Vinot
2d37c68bd7
chg: Add tests cases for sync, bump describeTypes
2019-08-12 14:12:40 +02:00
Raphaël Vinot
96576af02b
new: Helpers & testcases for syncing
2019-08-09 17:58:55 +02:00
Raphaël Vinot
783b84899d
new: Preliminaty setup for testing syncing
2019-08-07 18:22:28 +02:00
Raphaël Vinot
0cedf960e9
new: Add few tests for admin tasks
2019-08-07 18:21:46 +02:00
Raphaël Vinot
a3140f3773
new: Properly support attribute/add of multiple attributes (2.4.113+)
2019-08-06 16:50:09 +02:00
Raphaël Vinot
e993886dd7
fix: Exception when posting multiple attributes on attributes/add
...
Fix #433
Few cleanups in code.
2019-08-06 14:14:28 +02:00
Raphaël Vinot
549e3a5a84
chg: Enable more tests
2019-08-05 16:53:32 +02:00
Raphaël Vinot
9b7d547f14
chg: #4891 was fixed.
2019-08-05 15:59:24 +02:00
Raphaël Vinot
d160edce57
fix: Inconsistency in MISPEvent, reenable tests
2019-08-03 00:54:08 +02:00
Raphaël Vinot
1a0688ef6f
fix: Some test cases need more love.
2019-08-02 18:01:08 +02:00
Raphaël Vinot
66ccc7d082
new: [Search] Add a few new options in rest search
2019-08-02 17:08:25 +02:00
Raphaël Vinot
b1c79f939b
chg: [tests] Few improvements
2019-08-01 15:10:48 +02:00
Raphaël Vinot
1b85f73d89
chg: [tests] Add new test cases
2019-08-01 13:19:21 +02:00
Raphaël Vinot
0957399799
new: Allow to change the template on an object on-the-fly
...
Related: #425
2019-07-25 14:53:30 +02:00
Raphaël Vinot
a6a0fcd4fb
chg: Make pythonify=False default everywhere
...
Add a method to toggle pythonify globally
2019-07-22 11:28:31 +02:00
Raphaël Vinot
31499bdc7e
fix: [tests] Disable one of the test cases for now.
2019-07-21 02:26:24 +02:00
Raphaël Vinot
ff2dd4435d
chg: [tests] Update stats
2019-07-21 02:08:33 +02:00
Raphaël Vinot
3793fb1b3b
fix: [tests] By default, the workflow taxonomy isn't enabled.
2019-07-21 01:46:10 +02:00
Raphaël Vinot
1ec7ec37d9
chg: [tests] Remove travis exceptions.
2019-07-19 17:26:59 +02:00
Raphaël Vinot
55c2bff26b
fix: Properly handle fallbacks add/update/delete attributes
2019-07-19 16:26:28 +02:00
Raphaël Vinot
f5cbb417c8
new: [Sightings] Delete method
...
Fix #230
2019-07-19 11:42:05 +02:00
Raphaël Vinot
14e63d9ca8
new: [tests] non-exportable tags
2019-07-19 10:57:15 +02:00
Raphaël Vinot
60a2bdfd43
chg: Bump version
2019-07-18 14:55:48 +02:00
Raphaël Vinot
9d0be8d3f0
new: Add option to locally expand malware samples with LIEF
2019-07-18 14:05:08 +02:00
Raphaël Vinot
fca835dd22
chg: Remove legacy tests
2019-07-17 17:13:09 +02:00
Raphaël Vinot
ce4cb36d0d
chg: Reorganise ExpandedPyMISP methods, normalise the parameters
2019-07-17 15:37:14 +02:00