CactuseSecurity / firewall-orchestrator

Network Security data repository for automation, reporting and compliance of firewall rules
https://fwo.cactus.de
Apache License 2.0
33 stars 11 forks source link

Bump IPAddressRange from 6.0.0 to 6.1.0 in /roles #2665

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps IPAddressRange from 6.0.0 to 6.1.0.

Changelog

Sourced from IPAddressRange's changelog.

v.6.1.0

  • Add support for .NET 9.0

v.6.0.0

  • Update the target frameworks (Drop the support for .NET4.5.2)
  • Fix: Enumerating never breaks if the end of the IPv4 address range is "255.255.255.255" (Issue #80)

v.5.0.0

  • Update the target frameworks (Drop the support for .NET4.5)

v.4.2.0

  • Improved the performance of the "GetPrefixLength ()" method.

v.4.1.3

  • Fix: Rewriting the "Begin" and "End" properties did not apply to the "Contains()" operation.

v.4.1.2

  • Fix: "Contains()" method was broken when using the mask length constructor.

v.4.1.1

  • Fix: "Contains()" method of IPv6 range returns an invalid result in some cases.

v.4.1.0

  • Improved some operations (enumeration, and count it) performance.

v.4.0.0

  • Implement "IEquatable" interface and "GetHashCode()".

v.3.2.2

  • Fix: Parsing non-linear subnet mask should be failed.

v.3.2.1

  • Fix implementation problem (Remove useless GetAddressBytes)

v.3.2.0

  • Fix: Bits.GE/LE operations are reversed.(use GtE/LtE instead.)
  • Improve: Bts.GtE/LtE methods are more faster now.

v.3.1.1 - Fix: Error if parsing IP address includes some spaces.

v.3.1.0 - Support parsing for IPv4 mapped to IPv6 address range.

v.3.0.0 - Sign the assembly. (make it to strong-named assembly.)

v.2.2.0 - Enhance: IPv4 shortcut notation support (like "192.168.0.0-255").

v.2.1.1 - Fix: Error if parsing IP address with scope id in the end.

v.2.1.0 - Enhance: Add "IsEqual" and "Decrement" methods to "Bits" utility class.

... (truncated)

Commits
  • 5aaca50 v.6.1.0 release
  • f0d72ab Reconfigure .editorconfig and apply code cleanup for all
  • d446be4 Update package versions in the unit tests
  • See full diff 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)
SolidProgramming commented 1 week ago

will be closed with #2661

dependabot[bot] commented 1 week 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.