Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pymisp from 2.5.2 to 2.5.4 in /requirements #1164

Open
wants to merge 1 commit into
base: new
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps pymisp from 2.5.2 to 2.5.4.

Release notes

Sourced from pymisp's releases.

v2.5.4

Add support for Analyst Data.

Full Changelog: MISP/PyMISP@v2.4.202...v2.5.4

v2.5.3

Add support for signing (mostly for feeds).

Full Changelog: MISP/PyMISP@v2.4.201...v2.5.3

Changelog

Sourced from pymisp's changelog.

v2.5.4 (2024-12-20)

Changes

- Update objects templates. [Raphaël Vinot]
- Make python 3.9 happy. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- [AnalystData] Flattening analyst data based on the recent changes on
  MISP standard format. [Christian Studer]
  • Adding a note or an opinion will always add the new analyst data object to the list of notes or opinions at the parent data layer level
  • from_dict on a JSON blob is also able to parse properly analyst data and generate flat lists regardless of whether the given data described in the new flat or previously nested format
  • Bump deps. [Raphaël Vinot]
  • Bump deps. [Raphaël Vinot]

Fix

- [tests] Removed typing. [Christian Studer]
- [MISPAnalystData] Added missing typing. [Christian Studer]
- [MISPAnalystData] Reverted the declaration of Analyst data objects
  lists back to the mixin parent class. [Christian Studer]
- [MISPAnalystData] Better handling of the different use cases.
  [Christian Studer]
  • Additional checks for parent to support both
    the standalone and attached analyst data objects
  • Standalone Analyst data objects with nested
    notes or opinions are defined with the nesting
    as they have no parent. When they are added to
    a parent data layer, the nested objects are then
    flattened
  • [AnalystData] Typo... [Christian Studer]
  • [AnalystData] Avoiding issues with analyst data objects. [Christian
    Studer]

Other

  • Chg; Bump version. [Raphaël Vinot]

  • Revert "fix: [tests] Removed typing" [Christian Studer]

    This reverts commit a7cf9dc3f03ffda5ee6c1b614792455fe43d8704.

  • Add: [tests] Testing Analyst Data in different scenarios. [Christian Studer]

</tr></table>

... (truncated)

Commits
  • 346bd95 chg: Bump changelog
  • aa46a80 chg; Bump version
  • 94d9b1c chg: Update objects templates
  • 3d3ee2b Merge branch 'chrisr3d-analyst_data_fix'
  • 17cac2b chg: Make python 3.9 happy
  • fb45f2a chg: Bump deps
  • e7403c1 chg: Bump deps
  • 23b5d3a Revert "fix: [tests] Removed typing"
  • a7cf9dc fix: [tests] Removed typing
  • 1e9258e add: [tests] Testing Analyst Data in different scenarios
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymisp](https://github.com/MISP/PyMISP) from 2.5.2 to 2.5.4.
- [Release notes](https://github.com/MISP/PyMISP/releases)
- [Changelog](https://github.com/MISP/PyMISP/blob/main/CHANGELOG.txt)
- [Commits](MISP/PyMISP@v2.5.2...v2.5.4)

---
updated-dependencies:
- dependency-name: pymisp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants