Skip to content

Commit

Permalink
add support for v1.9.1 (#93)
Browse files Browse the repository at this point in the history
* Add err_message to debug log when failing to update updatable objects repository

* Add error_message to debug_log if exists

* Don't export available-actions field

* Add option to export-import simple-cluster
Add to relevant lists and dictionaries fields that shouldn't be exported in simple-gateway since they caused failure in import

* Add option to export-import simple-cluster
Add to relevant lists and dictionaries fields that shouldn't be exported in simple-gateway since they caused failure in import

* Add Python version requirements

* support v1.9.1
  • Loading branch information
chkp-edenbr authored Apr 15, 2024
1 parent 06dfae5 commit 44fdbed
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions lists_and_dictionaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,64 @@
"https-section": "https-sections",
"https-rule": "https-rules"
},
"1.9.1": {
"access-role": "access-roles",
"threat-profile": "threat-profiles",
"host": "hosts",
"network": "networks",
"address-range": "address_ranges",
"multicast-address-range": "multicast-address-ranges",
"security-zone": "security-zones",
"time": "times",
"simple-gateway": "simple-gateways",
"simple-cluster": "simple-clusters",
"dynamic-object": "dynamic-objects",
"trusted-client": "trusted-clients",
"tags": "tags",
"dns-domain": "dns-domains",
"opsec-application": "opsec-applications",
"data-center": "data-centers",
"data-center-object": "data-center-objects",
"service-tcp": "services-tcp",
"service-udp": "services-udp",
"service-icmp": "services-icmp",
"service-icmp6": "services-icmp6",
"service-sctp": "services-sctp",
"service-rpc": "services-rpc",
"service-other": "services-other",
"service-dce-rpc": "services-dce-rpc",
"application-site": "applications-sites",
"application-site-category": "application-site-categories",
"application-site-group": "application-site-groups",
"vpn-community-meshed": "vpn-communities-meshed",
"vpn-community-star": "vpn-communities-star",
"placeholder": "placeholders",
"administrator": "administrators",
"group": "groups",
"group-with-exclusion": "groups-with-exclusion",
"service-group": "service-groups",
"time-group": "time-groups",
"application-group": "application-groups",
"threat-protection": "threat-protections",
"exception-group": "exception-groups",
"generic-object": "",
"access-layer": "access-layers",
"access-section": "access-sections",
"access-rule": "access-rules",
"nat-layer": "nat-layers",
"nat-section": "nat-sections",
"nat-rule": "nat-rules",
"threat-layer": "threat-layers",
"threat-rule": "threat-rules",
"threat-exception-section": "threat-exception-sections",
"threat-exception": "threat-exceptions",
"wildcard": "wildcards",
"updatable-object": "updatable-objects",
"https-layer": "https-layers",
"https-section": "https-sections",
"https-rule": "https-rules",
"central-license": "central-licenses"
},
}

unexportable_objects_map = {}
Expand Down

0 comments on commit 44fdbed

Please sign in to comment.