PyMISP changelog updated to the latest version (including unreleased

updates)
pull/3/head
Alexandre Dulaunoy 2018-01-28 18:17:20 +01:00
parent 19dc30390b
commit ff19e07498
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 86 additions and 18 deletions

View File

@ -5,8 +5,19 @@ Changelog
%%version%% (unreleased) %%version%% (unreleased)
------------------------ ------------------------
New
~~~
- Add bindings for Galaxies and Taxonimies. [Raphaël Vinot]
- Add bindings to PyMISPWarninglists. [Raphaël Vinot]
Changes Changes
~~~~~~~ ~~~~~~~
- Skip sample upload test on python 3.4. [Raphaël Vinot]
- Re-enable python3.4 on travis... [Raphaël Vinot]
- Bump misp-object & describeTypes. [Raphaël Vinot]
- Cleanup new sbsignature generator. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Use defaultdict when possible. [Raphaël Vinot]
- Raise an exception when distribution is sharing group, but the ID is - Raise an exception when distribution is sharing group, but the ID is
missing. [Raphaël Vinot] missing. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot] - Bump misp-objects. [Raphaël Vinot]
@ -14,6 +25,81 @@ Changes
- Allow to pass a directory with custom object templates. [Raphaël - Allow to pass a directory with custom object templates. [Raphaël
Vinot] Vinot]
- Remove old warning. [Raphaël Vinot] - Remove old warning. [Raphaël Vinot]
Fix
~~~
- Sys.api_version -> sys.version_info. [Raphaël Vinot]
- Allow to pass value, UUID, or ID to a sighting. [Raphaël Vinot]
- Do not use basicConfig in __init__ [Raphaël Vinot]
Fix #170
- Add_hashes was broken. [Raphaël Vinot]
Fix #174
- Make python2 happy. [Raphaël Vinot]
- Download old samples was broken. [Raphaël Vinot]
Other
~~~~~
- Revert "chg: Re-enable python3.4 on travis..." [Raphaël Vinot]
Lief doesn't support python 3.4
This reverts commit 35a8d92acecd7a313bedcf197539eaa82176bcc7.
- Add: Allow to fetch warninglists. [Raphaël Vinot]
Fix #180
- Merge pull request #181 from LOUISLCE/feat-add-tests. [Raphaël Vinot]
Add and refactor some tests
- Add tag test. [Louis LCE]
- Add a simple test for uploading samples. [Louis LCE]
- Add warning when failing to import dependencies. [Louis LCE]
- Improve and refactor attributes tests. [Louis LCE]
- Merge branch 'LDO-CERT-master' [Raphaël Vinot]
- Sb-signature library. [garanews]
Created sb-signature library with relative example for testing.
Thanks @dadokkio
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
- Merge pull request #178 from CenturyLinkCIRT/master. [Raphaël Vinot]
Change in add_attachment. Allow explicit attachment naming.
- Linting. [Kory Kyzar]
- Bug fix. [Kory Kyzar]
- Change in add_attachment. Allow explicit attachment naming. [Kory
Kyzar]
- Merge pull request #1 from MISP/master. [Kory Kyzar]
Syncing with upsteam
- Merge pull request #177 from kirzaks/master. [Raphaël Vinot]
Change in new_tag function. Added attributie 'hide_tag'
- Change in new_tag function. Added attributie 'hide_tag' [Armīns Palms]
- Merge pull request #176 from kirzaks/master. [Raphaël Vinot]
Change the comment of attribute
- Change the comment of attribute. [Armīns Palms]
- Merge pull request #175 from LOUISLCE/fix-add-hashes-test. [Raphaël
Vinot]
Fix add_hashes online test function parameters
- Fix add_hashes test function parameters. [Louis LCE]
- Merge branch 'neok0-add-objects-template-file-path' [Raphaël Vinot]
- Merge branch 'add-objects-template-file-path' of
https://github.com/neok0/PyMISP into neok0-add-objects-template-file-
path. [Raphaël Vinot]
- Added misp object templates path argument. [Tobias Mainka]
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
- Update settings.default.py. [Andras Iklody]
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
v2.4.85.1 (2018-01-10)
----------------------
Changes
~~~~~~~
- Bump Changelog. [Raphaël Vinot] - Bump Changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot] - Bump version. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot] - Bump misp-objects. [Raphaël Vinot]
@ -40,11 +126,6 @@ Changes
Fix Fix
~~~ ~~~
- Add_hashes was broken. [Raphaël Vinot]
Fix #174
- Make python2 happy. [Raphaël Vinot]
- Download old samples was broken. [Raphaël Vinot]
- Edited method works as expected, add tests. [Raphaël Vinot] - Edited method works as expected, add tests. [Raphaël Vinot]
- Forgotten test files in last commit... [Raphaël Vinot] - Forgotten test files in last commit... [Raphaël Vinot]
- Disable_correlation from template not properly used. [Raphaël Vinot] - Disable_correlation from template not properly used. [Raphaël Vinot]
@ -62,19 +143,6 @@ Fix
Other Other
~~~~~ ~~~~~
- Merge pull request #175 from LOUISLCE/fix-add-hashes-test. [Raphaël
Vinot]
Fix add_hashes online test function parameters
- Fix add_hashes test function parameters. [Louis LCE]
- Merge branch 'neok0-add-objects-template-file-path' [Raphaël Vinot]
- Merge branch 'add-objects-template-file-path' of
https://github.com/neok0/PyMISP into neok0-add-objects-template-file-
path. [Raphaël Vinot]
- Added misp object templates path argument. [Tobias Mainka]
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
- Update settings.default.py. [Andras Iklody]
- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
- Merge pull request #164 from MISP/refactor. [Raphaël Vinot] - Merge pull request #164 from MISP/refactor. [Raphaël Vinot]
chg: Multiple changes chg: Multiple changes