mirror of https://github.com/MISP/PyMISP
parent
3c2b93649d
commit
98bb5ebd49
|
@ -2,11 +2,77 @@ Changelog
|
|||
=========
|
||||
|
||||
|
||||
v2.4.162.2 (2022-11-02)
|
||||
-----------------------
|
||||
|
||||
New
|
||||
~~~
|
||||
- Add in ability to set a taxonomies required status. [Tom King]
|
||||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- Bump lief (CVEs), version. [Raphaël Vinot]
|
||||
- Bump deps. [Raphaël Vinot]
|
||||
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
|
||||
- [tests] fix the list name test following latest warning-list updates.
|
||||
[Alexandre Dulaunoy]
|
||||
- Bump deps. [Raphaël Vinot]
|
||||
- Add dependabot. [Raphaël Vinot]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
- Revert "chg: [tests] fix the list name test following latest warning-
|
||||
list" [Alexandre Dulaunoy]
|
||||
|
||||
This reverts commit be3715595bcf08d497303198fefdf91c735b3fb2.
|
||||
- Build(deps): bump actions/setup-python from 2 to 4. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
|
||||
- [Release notes](https://github.com/actions/setup-python/releases)
|
||||
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/setup-python
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
- Build(deps): bump actions/checkout from 2 to 3. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
|
||||
- [Release notes](https://github.com/actions/checkout/releases)
|
||||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/checkout
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
- Build(deps): bump codecov/codecov-action from 1 to 3.
|
||||
[dependabot[bot]]
|
||||
|
||||
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
|
||||
- [Release notes](https://github.com/codecov/codecov-action/releases)
|
||||
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: codecov/codecov-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
- Create codeql-analysis.yml. [Raphaël Vinot]
|
||||
|
||||
|
||||
v2.4.162.1 (2022-10-02)
|
||||
-----------------------
|
||||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- Bump changelog. [Raphaël Vinot]
|
||||
- Bump deps and version. [Raphaël Vinot]
|
||||
|
||||
Fix LIEF vuln.
|
||||
|
|
Loading…
Reference in New Issue