intelowlproject / IntelOwl

IntelOwl: manage your Threat Intelligence at scale
https://intelowlproject.github.io
GNU Affero General Public License v3.0
3.79k stars 426 forks source link

Bump ioc-finder from 7.0.0 to 7.3.0 in /requirements #2432

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps ioc-finder from 7.0.0 to 7.3.0.

Changelog

Sourced from ioc-finder's changelog.

[7.3.0] - 2022.12.22

Changed

  • To speed URL parsing, we no longer parse URLs with userinfo "@" in the authority (see URL syntax guide for more details)
    • Our reasoning is that userinfo is rarely present
    • If you have concerns about this change or would like to see it added back in (it could be optionally enabled), please raise an issue

[7.2.4] - 2022.08.25

Fixed

  • URL boundary to better respect the conventions of human language regarding quotation marks and parentheses (#130)

[7.2.3] - 2022.07.14

Fixed

  • Update required version of ioc-fanger which fixes issues with non-http(s) URL schemes (#255)

[7.2.2] - 2022.07.08

Fixed

  • Poorly designed grammars which were SIGNIFICANTLY slowing down this project (#250)

[7.2.1] - 2022.07.05

Fixed

  • Removed duplicative function calls

[7.2.0] - 2022.06.20

Changed

  • Possible breaking change: Update required pyparsing version to v3
    • Although there are no public API changes associated with this version, this may be a breaking change if you are using ioc-finder and have pyparsing pinned to a version less than v3
    • I've chosen to release this as a new minor version b/c I think requirement version updates w/ no API changes and no system requirement changes constitute a minor version change
  • Updated parsing of Google Analytics Tracker IDs so that matched must be all lower-cased or all upper-cased (e.g. ua-... and UA-... will be matched, but uA-... will not) (this makes the parsing consistent with how Google Adsense Publisher IDs are parsed)

[7.1.0] - 2022.06.13

Added

  • included_ioc_types option to only parse specified IOC types (#218)

Changed

... (truncated)

Commits
  • a40f0fe Bump version: 7.2.4 → 7.3.0
  • 9634a00 Update changelog for new version
  • 5b3a55f chore(deps-dev): bump black from 22.10.0 to 22.12.0 (#277)
  • 1a34b76 chore(deps-dev): update pytest-benchmark requirement (#274)
  • ff4dd9f chore(deps-dev): update flake8 requirement from <6.0,>=4.0 to >=4.0,<7.0 (#275)
  • af739da feat(url grammar): improve performance of URL grammar by matching only common...
  • e8a846d docs(mitre): update copyright info for MITRE data (#272)
  • 90a406e Simplify readme and docs (#271)
  • 1311d91 chore(deps): update ioc-fanger requirement from <4.2,>=4.0 to >=4.0,<4.3 (#268)
  • 3127d64 chore: bump black from 22.8.0 to 22.10.0 (#270)
  • 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 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)
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.