Pymisp

Latest version: v2.4.190

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

Scan your dependencies

Page 23 of 24

2.4.49

Not secure
--------------------
- Version bump. [Raphaël Vinot]
- Fix fetching method for tag_search and tags_count. [Raphaël Vinot]
- Caught exception on python3.4 where base64encode returns bytes and not
str, and bytes are not json encodable. This caused a failure in
upload_sample. [Kenneth Adam Miller]
- Fix PEP8. [Raphaël Vinot]
- Add support for proxies in the library. [Raphaël Vinot]

Fix 48
- Add a method to add a textual detection name under the 'Antivirus
detection' category. [Jessy Campos]
- Major refactoring of the SVG generator. [Raphaël Vinot]
- Initial refactoring, PEP8 and cleanup. [Raphaël Vinot]
- Update README.md. [Deborah Servili]
- Make printed date more consistent + update README.md. [Déborah
Servili]
- Fixes: expected bytes, got <class 'str'> in download_samples() [Nils]
- Added STIX retrieval - misp.get_stix(event_id=ID,
with_attachment=True/False, from_date=YYYY-MM-
DD, to_date=YYYY-MM-DD, tags=["tag1", "tag2"]
) [Hannah Ward]
- Update tools.py. [Deborah Servili]

Correct function isTagIn(dataframe, tag)
- Modify fetching method to use last. [Déborah Servili]
- Handling some NaN exceptions. [Déborah Servili]
- Rename examples/statistics/attribute_treemap.py to
examples/treemap/treemap.py. [Deborah Servili]
- Move files from examples/treemap to examples/situational-awareness/
[Déborah Servili]
- Rename examples/treemap/treemap.py to
examples/statistics/attribute_treemap.py. [Deborah Servili]

2.4.48.2

Not secure
----------------------
- Version bump. [Raphaël Vinot]
- Add remove tag method. [Raphaël Vinot]
- Use same variable names as testing environment. [Raphaël Vinot]
- Make scripts executable. [Raphaël Vinot]
- Random names for dummy files. [Déborah Servili]
- Add examples "create_dummy_event" and "create_massive_dummy_events"
[Déborah Servili]
- Update README.md with install instructions. [Antonio Sánchez]
- Added function to AV detection link. [Antonio S]
- Added add_domain_ip attribute function. [Antonio S]
- Remove useless comments. [Déborah Servili]
- Add example "create attributes distribution treemap" [Déborah Servili]
- Fix python3 compat. Make Pep8 happy. [Raphaël Vinot]
- Make pep8 happy. [Raphaël Vinot]
- Comment removed. [Alexandre Dulaunoy]

2.4.48.1

Not secure
----------------------
- Fix check MISP latest version. [Raphaël Vinot]
- Add tag script. [Raphaël Vinot]
- Make pep8 happy. [Raphaël Vinot]

2.4.48

Not secure
--------------------
- Tag version 2.4.48. [Raphaël Vinot]
- Add function get_tags_statistics. [Déborah Servili]
- File indention fixed. [Alexandre Dulaunoy]
- Add function get_sharing_groups. [Déborah Servili]
- Form. [ANSSI-BSO-D]
- Init for ioc-2-misp. [Tristan METAYER]
- Add Attribute by named category and type. [KevTheHermit]
- Add function for sighting using attribute id, uuid or a json file.
[Déborah Servili]
- More stats example. [Alexandre Dulaunoy]
- Debug print removed. [Alexandre Dulaunoy]
- Statistics test script added. [Alexandre Dulaunoy]
- Add function get_attributes_statistics. [Déborah Servili]
- Add 'add_yara' to upload yara rules, increase flexibility of config.
[Raphaël Vinot]

fix 38

2.4.36

Not secure
--------------------
- Update version to v2.4.36. [Raphaël Vinot]
- Add comment field in upload_sample. [Déborah Servili]
- Add function add filename. [Déborah Servili]
- Type-category association checking automated. [Déborah Servili]
- Removing some unnecessary checks. [Déborah Servili]
- Type-category association checking automated. [Déborah Servili]
- Add SSDEEP and FILENAME|SSDEEP support. [Nick Driver]
- Add internal reference attributes. [Nick Driver]
- Added the option to filter out attributes based on distribution level.
[Iglocska]
- Type-category association checking automated. [Déborah Servili]
- Add SSDEEP and FILENAME|SSDEEP support. [Nick Driver]
- Add internal reference attributes. [Nick Driver]
- Added the option to filter out attributes based on distribution level.
[Iglocska]
- Correct module help. [Déborah Servili]
- Capitalisation issues. [Iglocska]
- Ann missing categories in the authorized ones. [Raphaël Vinot]
- Revert "Add upload_attachment" [Raphaël Vinot]

This reverts commit 6db19ace9eb7d69aecd4708a000b13e9eba741aa.
- Revert "Use correct function to upload an attachment" [Raphaël Vinot]

This reverts commit 1b7877dd0652ff12a6fdef5b51d392a578f575e7.
- Make PEP8 happy. [Raphaël Vinot]
- Use correct function to upload an attachment. [Raphaël Vinot]

Fix 33
- Designed in same style as search, all attributes can be used. [=]
- Fix pep8. [Raphaël Vinot]
- Add upload_attachment. [Tristan METAYER]
- Improve examples. [Raphaël Vinot]
- Update version to 2.3. [Raphaël Vinot]
- Make pep8 happy. [Raphaël Vinot]
- Python 2/3 compatible, urllib module. [Thomas King]
- Added in searchable indexes, only brings back index and count etc, not
results within the index. [Thomas King]
- Add method change_threat_level. [Sébastien Larinier]
- Add threat actor through API, Create new tag. [Thomas King]
- Add add_tag method to an event and value 5 to distribution attribute.
[Sébastien Larinier]
- Add method to export txt all attributes by type. [Sébastien Larinier]
- Check if objectType exists in event. [Koen Van Impe]

Prevent failing when f.e. an event does not have a tag.
- Updated the feed generator. [Iglocska]

- only save fields that are actually necessary and don't reveal too much of unneeded information (such as correlation)
- add contextual fields to the manifest
- Remove a small bug introduced by previous commit. [Alexandre Dulaunoy]
- Update yara.py. [Alexander J]
- Update upload.py. [Alexander J]
- Update searchall.py. [Alexander J]
- Update get.py. [Alexander J]
- Update last.py. [Alexander J]
- Script for the upcoming feed generator. [Iglocska]

- also some minor modifications to the get_index api
- Update testcases for 2.4. [Raphaël Vinot]
- Initial Tags API. [Raphaël Vinot]
- Normalize error messages. [Raphaël Vinot]
- Add debug option. [Raphaël Vinot]
- Fix KeyError when no results in time period. [Will Urbanski]

Fix a KeyError when no results were found for the specified time period.
- Threat level id is from 1 to 4 (not from 0 to 3) [Alexandre Dulaunoy]

https://github.com/MISP/MISP/issues/729
- Reverted my previous commit that broke an assertion. [iglocska]
- Print the event so we can see what travis is trying to compare
against. [iglocska]

- should help with the debugw
- Fixed an invalid assertion. [iglocska]

- attribute count is None not u'0' when no attributes exist (should be fixed on MISP side in the long run)
- Fixed a typo causing the tests to fail. [iglocska]
- README updated including keys.py usage. [Alexandre Dulaunoy]
- Authentication parameters updated. [Alexandre Dulaunoy]
- Auth parameters updated. [Alexandre Dulaunoy]
- Updated auth parameters. [Alexandre Dulaunoy]
- Normalized auth parameters. [Alexandre Dulaunoy]
- Normalized auth parameters. [Alexandre Dulaunoy]
- Sample keys file added. [Alexandre Dulaunoy]
- Normalized auth parameters. [Alexandre Dulaunoy]
- Normalized auth parameters. [Alexandre Dulaunoy]
- Auth parameters normalized. [Alexandre Dulaunoy]

2.1.1

Not secure
-------------------
- Add add_ipsrc. [Raphaël Vinot]
- Add basic support for the proposal API. [Raphaël Vinot]
- Whitespace cleaned. [grolinet]
- Helper methods added. [grolinet]
- Missing types added. [unknown]
- Missing types added. [unknown]
- Missing types added. [unknown]
- [UnitTest] Add some functions, testing. [Raphaël Vinot]
- Improve error handling. [Raphaël Vinot]

Page 23 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.