Pymisp-async

Latest version: v2.4.182a3

Safety actively analyzes 638681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 22

2.4.137

---------------------

New
~~~
- Allow to pass an object template to MISPObject.__init__ [Raphaël
Vinot]

MISPObject part of 6670

Changes
~~~~~~~
- Bump version. [Raphaël Vinot]
- Show size when the json is not loadable. [Raphaël Vinot]
- Add authenticode support in generate_file_objects. [Raphaël Vinot]
- Use lief 0.11.0, generate authenticode entries. [Raphaël Vinot]
- Bump objects. [Raphaël Vinot]
- Bump deps, add 3.9 in GH. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- Bump deps, objects templates. [Raphaël Vinot]
- Add controller argument to get_csv script. [Raphaël Vinot]
- [test] file object template are now 24. [Alexandre Dulaunoy]
- [test] file object template is now at version 24. [Alexandre Dulaunoy]
- [misp-objects] updated. [Alexandre Dulaunoy]
- [type] favicon-mmh3 is the murmur3 hash of a favicon as used in
Shodan. [Alexandre Dulaunoy]
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
- Clarify misp_objects_template_custom. [Raphaël Vinot]
- Add docstring for misp_objects_template_custom. [Raphaël Vinot]
- Trigger GH actions on PR. [Raphaël Vinot]
- Improve documentation of MISPAttribute.malware_binary. [Raphaël Vinot]
- Remove trailing space. [Raphaël Vinot]
- On-demand decryption of malware-binary, speeds up pythonify. [Raphaël
Vinot]
- Force a few packages versions. [Raphaël Vinot]

Fix
~~~
- [dev mode only] force older jedi to avoid ipython exception. [Raphaël
Vinot]
- Add python 3.9 in GH Actions. [Raphaël Vinot]
- Do not fail if extract_msg is missing. [Raphaël Vinot]
- Properly decode the body depending on the encoding of the email.
[Raphaël Vinot]

Fix 671
- Properly match IO in load event. [Raphaël Vinot]
- Typing on recent mypy. [Raphaël Vinot]
- Typing edge case. [Raphaël Vinot]
- Add attribute dict as proposal. [Raphaël Vinot]

Other
~~~~~
- Noticed that test data mail_5.msg was malformatted. Replaced with
working test msg. [seamus tuohy]
- Updated emailobject. [seamus tuohy]

Email object no longer requires extra php libraries for install.
Tests have been expanded to improve coverage.
RTF encapsulated HTML and Plain Text will now be de-encapsulated.
The raw MSG binary will now be included in the extracted email object.
- Adding check if "from" is in the "received" header row. [nighttardis]
- Update `vmray_automation` to stay compatible with the changes made to
`vmray_import` MISP modules. [Jens Thom]
- Update mispevent.py. [Raphaël Vinot]

2.4.135.3

-----------------------

Changes
~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Improve typing. [Raphaël Vinot]
- Improve add_attribute with a list. [Raphaël Vinot]

Fix
~~~
- Do not fail on PyMISP import when mail-parser is not present. [Raphaël
Vinot]

2.4.135.2

-----------------------

New
~~~
- Add Github workflow. [Raphaël Vinot]

Changes
~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Improve error message if a type in missing. [Raphaël Vinot]
- [type] process-state added. [Alexandre Dulaunoy]
- Bump misp-objects. [Raphaël Vinot]
- [misp-objects] updated. [Alexandre Dulaunoy]
- Add path to CSV sample files. [Raphaël Vinot]
- [types] jarm-fingerprint added. [Alexandre Dulaunoy]

Fix
~~~
- Remove python 3.9 from action (lief not supported yet) [Raphaël Vinot]
- Initialize submodules in gh action. [Raphaël Vinot]
- Make mail-parser really optional. [Raphaël Vinot]

2.4.135.1

-----------------------

Changes
~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump version, travis install. [Raphaël Vinot]
- Make mail-parser an optional dependency. [Raphaël Vinot]

2.4.135

---------------------

New
~~~
- Test parsing just email header. [Jakub Onderka]
- Test parsing outlook message format. [Jakub Onderka]
- Add tests for EmailObject. [Jakub Onderka]
- Refactored emailobject generator. [Jakub Onderka]
- Export display name from email. [Jakub Onderka]
- Parse date from email. [Jakub Onderka]
- Method to check attribute and object existence. [Jakub Onderka]
- Allow to get just event metadata after add_event and edit_event.
[Jakub Onderka]
- Method to check event existence. [Jakub Onderka]
- Add method to search for tags. [Raphaël Vinot]

fix 648

Changes
~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- Add search info field with "\" [Raphaël Vinot]
- Improve documentation of search_index. [Raphaël Vinot]
- Improve error handling for Outlook emails. [Raphaël Vinot]
- Bump object templates. [Raphaël Vinot]
- Bump dependencies. [Raphaël Vinot]
- Update gitignore. [Raphaël Vinot]

fix 613
- Do not split a string into a list in complex query builder. [Raphaël
Vinot]

fix 597
- Force enable debug in test, test update tags. [Raphaël Vinot]
- Use REST search for the tags. [Raphaël Vinot]

Related to comments on a1326f2cf2bcfd6e285188e0661b12076fe92747
- Add typing meta. [Raphaël Vinot]

Fix
~~~
- [emailobject] Correctly parse multiple addresses. [Jakub Onderka]
- Test suite for exists calls. [Raphaël Vinot]
- Path for event creating and editing. [Jakub Onderka]
- Object_uuid could be None. [Raphaël Vinot]

Fix 640
- Last_seen has to be after first_seen, and it should habe been failing
before. [Raphaël Vinot]
- Missing f-string marker. [Raphaël Vinot]
- Fix: Docstring improvment based on chrisinmtown's feedback. [Raphaël
Vinot]

Other
~~~~~
- We can now upload stix object directly. File is not necessary. [Remy
Dewailly]
- We can now upload stix object directly. File is not necessary. [Remy
Dewailly]

2.4.134

---------------------

Changes
~~~~~~~
- Bump Changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Keep connection alive between requests. [Jakub Onderka]
- Bump deps. [Raphaël Vinot]
- Format docstrings in mispevent.py. [Lott, Christopher (cl778h)]

Add ":param " prefix to parameters to improve ReadTheDocs output.
Fix some minor typos in docstrings.
- Bump deps. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- Bump changelog. [Raphaël Vinot]

Fix
~~~
- Remove duplicate check if debug logging is enabled. [Jakub Onderka]
- Do now fail on requests returning plain text. [Raphaël Vinot]

Fix 639

Other
~~~~~
- Revert "Update .travis.yml" [Raphaël Vinot]

lief isn't compatible with python 3.9

This reverts commit e10843fa33c9a08b7da4ef24cbce457be53a7459.
- Update .travis.yml. [Raphaël Vinot]

Add python 3.9
- Drop `encoding=` in Python 3.9. [Friedrich Lindenberg]

Page 9 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.