Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/cisco_firepower_management_center/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "fc1a2854d99e3a337ff364244fae7f68",
"manifest": "4088fd1d05addd53db81cd2a09aa6462",
"setup": "fa3acf38a165f0ef633566b4c3d2962b",
"spec": "a212009a462d5c41baa1c023e0dea6ae",
"manifest": "ff3d1f6dbcf0800eb4f2fbf3e47925cf",
"setup": "16e9e14cc8b4129d77cb3e15f4d5bbeb",
"schemas": [
{
"identifier": "add_address_to_group/schema.py",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Cisco Firepower Management Center"
Vendor = "rapid7"
Version = "2.1.6"
Version = "2.1.7"
Description = "[Cisco Firepower Management Center](https://www.cisco.com/c/en/us/products/security/firepower-management-center/index.html) centralizes management of Cisco security solutions. The InsightConnect plugin can block URLs/hosts by adding address objects to a group tied to an existing deny-all rule; removing the object from that group unblocks. This plugin automates blocking via address object management actions"


Expand Down
1 change: 1 addition & 0 deletions plugins/cisco_firepower_management_center/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ Example output:

# Version History

* 2.1.7 - Updated dependencies
* 2.1.6 - Bumped `cryptography` to the latest version | Updated SDK to the latest version (6.6.0)
* 2.1.5 - SDK Bump to 6.4.3 | Bumped 'cryptography' package to latest version
* 2.1.4 - Bumped 'cryptography' package to latest version | SDK Bump to 6.2.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vendor: rapid7
support: community
status: []
description: "[Cisco Firepower Management Center](https://www.cisco.com/c/en/us/products/security/firepower-management-center/index.html) centralizes management of Cisco security solutions. The InsightConnect plugin can block URLs/hosts by adding address objects to a group tied to an existing deny-all rule; removing the object from that group unblocks. This plugin automates blocking via address object management actions"
version: 2.1.6
version: 2.1.7
connection_version: 2
supported_versions: ["6.6.0"]
sdk:
Expand Down Expand Up @@ -36,6 +36,7 @@ links:
references:
- "[Cisco Firepower Management Center](https://www.cisco.com/c/en/us/products/security/firepower-management-center/index.html)"
version_history:
- "2.1.7 - Updated dependencies"
- "2.1.6 - Bumped `cryptography` to the latest version | Updated SDK to the latest version (6.6.0)"
- "2.1.5 - SDK Bump to 6.4.3 | Bumped 'cryptography' package to latest version"
- "2.1.4 - Bumped 'cryptography' package to latest version | SDK Bump to 6.2.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# See: https://pip.pypa.io/en/stable/user_guide/#requirements-files
validators==0.35.0
parameterized==0.9.0
cryptography==49.0.0
cryptography==50.0.0
2 changes: 1 addition & 1 deletion plugins/cisco_firepower_management_center/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="cisco_firepower_management_center-rapid7-plugin",
version="2.1.6",
version="2.1.7",
description="[Cisco Firepower Management Center](https://www.cisco.com/c/en/us/products/security/firepower-management-center/index.html) centralizes management of Cisco security solutions. The InsightConnect plugin can block URLs/hosts by adding address objects to a group tied to an existing deny-all rule; removing the object from that group unblocks. This plugin automates blocking via address object management actions",
author="rapid7",
author_email="",
Expand Down
Loading