Hi @Ofir_Shikolski
I found an issue with the mapping of networks where a subnet will be mapped to a larger supernet if appears in the search result list before the subnet.
The debug output shows:
processing network: network_172.24.47.160_29
WARN: More than one object named 'network_172.24.47.160_29' exists.
WARN: More than one network has the same IP 172.24.47.160/255.255.255.248
REPORT: CP object network_172.16.0.0_12 is used instead of network_172.24.47.160_29
You can see a /29 subnet is mapped to a /12, which is undesirable.
I have submitted a pull request for a fix that I have tested on an import form a Cisco ASA
It adds an extra condition to match on both subnet and subnet-mask