mirror of https://github.com/MISP/misp-website
PyMISP updates
parent
2b11a17405
commit
4030f41db0
|
@ -7,14 +7,89 @@ Changelog
|
||||||
|
|
||||||
New
|
New
|
||||||
~~~
|
~~~
|
||||||
- Add edit_object, simplify add_object. [Raphaël Vinot]
|
- Add many comments in the jupyter notebook. [Raphaël Vinot]
|
||||||
|
- Return the new object in `add_object` [Raphaël Vinot]
|
||||||
|
- Add the ability to add Other attributes via the API. [Paul Stark]
|
||||||
|
- Tuto for MISPEvent. [Raphaël Vinot]
|
||||||
|
- Load Org and Orgc as MISPOrganisation. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Related to #239
|
||||||
|
|
||||||
|
Changes
|
||||||
|
~~~~~~~
|
||||||
|
- Moar jupyter. [Raphaël Vinot]
|
||||||
|
- Bump misp-objects. [Raphaël Vinot]
|
||||||
|
- Add full example. [Raphaël Vinot]
|
||||||
|
- Add few more calls. [Raphaël Vinot]
|
||||||
|
- Fix sample retrieval from new-style zips. [Xavier Mehrenberger]
|
||||||
|
- Bump misp-objects. [Raphaël Vinot]
|
||||||
|
- Raise an exception if the response is not in JSON. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Merge branch 'master' of github.com:MISP/PyMISP into
|
||||||
|
feature/feedgenerator_rework. [Alexandre Dulaunoy]
|
||||||
|
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
|
||||||
|
- Merge pull request #241 from cipherlock/master. [Raphaël Vinot]
|
||||||
|
|
||||||
|
new:Add the ability to add Other attributes via the API
|
||||||
|
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
|
||||||
|
- Merge pull request #238 from SHSauler/patch-3. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Added download_samples(..., unzip=True)
|
||||||
|
- Added unzip-flag. [Steffen Sauler]
|
||||||
|
|
||||||
|
added: download_samples(..., unzip=True)
|
||||||
|
- Merge pull request #235 from Lastpixl/master. [Raphaël Vinot]
|
||||||
|
|
||||||
|
chg: fix sample retrieval from new-style zips
|
||||||
|
- Merge branch 'master' of github.com:CIRCL/PyMISP into
|
||||||
|
feature/feedgenerator_rework. [Alexandre Dulaunoy]
|
||||||
|
- Update README.md. [Raphaël Vinot]
|
||||||
|
|
||||||
|
|
||||||
|
v2.4.92.1 (2018-06-05)
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
~~~~~~~
|
||||||
|
- Bump version. [Raphaël Vinot]
|
||||||
|
- Bump changelog. [Raphaël Vinot]
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
|
- Index out of range in add_object. [Raphaël Vinot]
|
||||||
|
|
||||||
|
|
||||||
|
v2.4.92 (2018-06-05)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
New
|
||||||
|
~~~
|
||||||
|
- Add edit_object, simplify add_object. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Changes
|
||||||
|
~~~~~~~
|
||||||
|
- Bump changelog. [Raphaël Vinot]
|
||||||
|
- Bump misp-objects. [Raphaël Vinot]
|
||||||
|
- Bump version. [Raphaël Vinot]
|
||||||
|
- Bump misp-objects. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Correct docstring of search method. [iso]
|
||||||
|
- Response data type mismatch in _send_attributes() [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix #206
|
||||||
- Decoding issue. [Raphaël Vinot]
|
- Decoding issue. [Raphaël Vinot]
|
||||||
|
|
||||||
Other
|
Other
|
||||||
~~~~~
|
~~~~~
|
||||||
|
- Merge pull request #232 from 0xiso/fix-docstring. [Alexandre Dulaunoy]
|
||||||
|
|
||||||
|
fix: Correct docstring of search method
|
||||||
|
- Fix issue when adding multiple attributes and the instance is too
|
||||||
|
slow. [Raphaël Vinot]
|
||||||
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
|
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue