Skip to content

Releases: CheckPointSW/SmartMove

version 9.50

29 Nov 12:38
3d92745
Compare
Choose a tag to compare

What's Changed

  • SmartConnctor filter in order to remove irrelevant results

Full Changelog: v9.40...v9.50

version 9.40

25 Oct 09:37
8535716
Compare
Choose a tag to compare

What's Changed

  1. Added a pre-commit code

  2. Formating: dot net format

  3. Added new logic to optimize policy by comments for Cisco and Firepower

    /// Optimizes the security policy rulebase by merging several rules from the same sub-policy into a single rule.
    /// Two rules can be merged into one rule if:
    /// 1. CiscoASA and FirePower vendors: both rules can be merged if they have the same comments
    /// 2. both rules have the same action, and
    /// 3. both rules are enabled or disabled, and
    /// 4. both rules have source and destination columns negated or not, and
    /// 5. both rules have the same time objects, and
    /// 6. either one of the following is true:
    /// 6.1. both the source and destination columns match
    /// 6.2. both the source and service columns match
    /// 6.3. both the destination and service columns match

  4. adding a new command line to optimize by a comment: -obc | --optimize-by-comments

  5. Adding slicing of conversion comments (custom-fields.field-1) up to 250 characters

  6. fixing juniper crash

  7. adding an option to smartconnector to re-use groups by name, flag name: reuse-group-name true|false [default]

  8. JuniperSRX: parsing groups tag

Full Changelog: v9.20...v9.40

v9.20 Cisco Optimized NAT - Multithreading

01 Sep 06:58
8fd6800
Compare
Choose a tag to compare

What's Changed

  • Cisco fix: optimize MatchNATRulesIntoFirewallPolicy

Full Changelog: v9.19...v9.20

v9.19 - Cisco and PAN-OS fixes

01 Aug 13:22
53aec53
Compare
Choose a tag to compare

What's Changed

  • Updated deprecated NuGet : System.Windows.Interactivity.WPF to Microsoft.Xaml.Behaviors.Wpf
  • Updated smartconnector to use SDK : follow https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
  • Fixed Cisco network objects with class 32, converted to Check Point host
  • Cisco allow to use (.)
  • PAN-OS: fix the bug with infinite recursion
  • Cisco fix: add error message for topology errors

Full Changelog: v9.18...v9.19

memory and parsing time enhancements

13 Jul 07:14
41008bb
Compare
Choose a tag to compare

What's Changed

  • enhancement converting handling for large files
  • enhancement parsing time

Full Changelog: v9.17...v9.18

Change logo, fixes for : Cisco and Juniper, add service groups , filename length to 15 instead of 20

07 Jul 08:12
Compare
Choose a tag to compare

What's Changed

  • Fix logo and version
  • Enabled service groups
  • Juniper: fix parsing version
  • SmartAnalyze Fortinet: fix .conf file extension
  • Change filename length to 15 instead of 20, 11 lengths are added for _policy_opt + 4 lengths in case the object exists by smartconnector
  • SmartAnalyze Add for Cisco and Firepower file extensions .cfg and.txt same, same as SmartMove

Full Changelog: v9.16...v9.17

Quality version: Fortinet & Cisco

04 Jul 10:21
36ab664
Compare
Choose a tag to compare

What's Changed

  • Fortinet fix bug with creating config files
  • Cisco ASA: fixed issue with cisco_object
  • Fortinet: changing the logic for creating zones (VDOM mode)

Full Changelog: v9.15...v9.16

panorama parsing files

27 Jun 07:03
b372191
Compare
Choose a tag to compare

What's Changed

  • fix bug with parsing panorama files

Full Changelog: v9.14...v9.15

Cisco allowing special characters to be used as part of nameif

23 Jun 12:53
fe44f6c
Compare
Choose a tag to compare

What's Changed

  • Cisco ASA : allowing special characters to be used as part of nameif

Full Changelog: v9.13...v9.14

Fortinet and juniper Juno-OS fixes

22 Jun 12:34
bfe491c
Compare
Choose a tag to compare

What's Changed

  • (Fortinet) Fixes errors with config parsing
  • juniper Juno-OS add support for "any"

Full Changelog: v9.12...v9.13