mirror of https://github.com/MISP/misp-website
PyMISP changelog updated
parent
f83e8b4efc
commit
daad32dccc
|
@ -7,12 +7,38 @@ Changelog
|
|||
|
||||
New
|
||||
~~~
|
||||
- Add get CSV method. [Raphaël Vinot]
|
||||
- Proper debug system. [Raphaël Vinot]
|
||||
|
||||
Make it easy to investigate the json blobs sent to the server.
|
||||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- Allow to pass a proxy to query VT. [Raphaël Vinot]
|
||||
- Bump misp-objects. [Raphaël Vinot]
|
||||
- Bump version to 2.4.83. [Raphaël Vinot]
|
||||
- Do not get the event from the server before publishing if
|
||||
PyMISP.publish gets an ID. [Raphaël Vinot]
|
||||
- Add live tests for recommended pymisp version and describeTypes up-to-
|
||||
date. [Raphaël Vinot]
|
||||
- Add a way to check if the ACL is up-to-date. [Raphaël Vinot]
|
||||
- Add validators for describeTypes on the live instance. [Raphaël Vinot]
|
||||
- Update PDF link to doc. [Raphaël Vinot]
|
||||
- Add example file to push OpenIOC file to MISP. [Raphaël Vinot]
|
||||
|
||||
chg: Add some imports in the tool's init file
|
||||
- Bump misp-objects. [Raphaël Vinot]
|
||||
- Change version number to master in the doc. [Raphaël Vinot]
|
||||
- Add new objects: MISPUser and MISPOrganisation. [Raphaël Vinot]
|
||||
- Add a generic MISP object generator. [Raphaël Vinot]
|
||||
- Allow to add multiple attribute of the same type. [Raphaël Vinot]
|
||||
- Add fast publish method. [Raphaël Vinot]
|
||||
|
||||
Fix #86
|
||||
- Improve documentation. [Raphaël Vinot]
|
||||
|
||||
Fix #121
|
||||
- Bump PyMISP version. [Raphaël Vinot]
|
||||
- Bump CHANGELOG. [Raphaël Vinot]
|
||||
- Bump misp-objects. [Raphaël Vinot]
|
||||
- Update readme for new logging system. [Raphaël Vinot]
|
||||
|
@ -25,6 +51,11 @@ Changes
|
|||
|
||||
Fix
|
||||
~~~
|
||||
- Typo in the tests. [Raphaël Vinot]
|
||||
- Typo in live tests. [Raphaël Vinot]
|
||||
- Bump describeTypes.json. [Raphaël Vinot]
|
||||
|
||||
Add testing
|
||||
- Typo loger -> logger. [Raphaël Vinot]
|
||||
- Let load unknown object relations in known templates. [Raphaël Vinot]
|
||||
|
||||
|
@ -46,6 +77,39 @@ Fix
|
|||
|
||||
Other
|
||||
~~~~~
|
||||
- Merge pull request #146 from c-goes/lief_integrity_exception. [Raphaël
|
||||
Vinot]
|
||||
|
||||
Make FileObject creation work if lief parsing fails
|
||||
- Make FileObject creation work if lief parsing fails. [c-goes]
|
||||
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
|
||||
- Merge pull request #144 from c-goes/objects_delete. [Raphaël Vinot]
|
||||
|
||||
allow deletion of objects and object references
|
||||
- Allow deletion of objects and object references. [c-goes]
|
||||
- Update doc badge links. [Raphaël Vinot]
|
||||
- Merge pull request #143 from 3c7/feature/send_attributes. [Raphaël
|
||||
Vinot]
|
||||
|
||||
Adding multiple named attributes (without proposal) require a single POST request now
|
||||
- Adding multiple named attributes require a single POST request now.
|
||||
[3c7]
|
||||
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
|
||||
- Merge pull request #142 from c-goes/master. [Raphaël Vinot]
|
||||
|
||||
replaced is_digit() with isdigit()
|
||||
- Fixed typo. [c-goes]
|
||||
- Merge remote-tracking branch 'upstream/master' [c-goes]
|
||||
- Merge pull request #141 from SteveClement/master. [Raphaël Vinot]
|
||||
|
||||
Remove CIRCL repo references from README.md & fix epydoc
|
||||
- - Remove CIRCL reference from README.md - Updated 2 bad indentations
|
||||
where epydoc was Warning. [Steve Clement]
|
||||
- Merge remote-tracking branch 'upstream/master' [c-goes]
|
||||
- Merge branch 'master' of https://github.com/MISP/PyMISP into
|
||||
messageidtype. [c-goes]
|
||||
- Added default_category for email-message-id. [c-goes]
|
||||
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
|
||||
- Merge branch 'feature/feedgenerator_rework' [iglocska]
|
||||
- Merge branch 'master' of https://github.com/MISP/PyMISP into
|
||||
feature/feedgenerator_rework. [iglocska]
|
||||
|
|
Loading…
Reference in New Issue