Skip to content

Releases: intentionet/netconan

Netconan 0.12.3

10 Nov 23:18
4f8ffa8
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Only require ipaddress for Python versions where it's not in the standard library (#171)
  • Updated reserved token list to match Batfish (#170)

Netconan 0.12.2

27 Apr 22:20
6976ed5
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Fixed IP-map dumping (-d) (#165), thanks @Yoo33!
  • Fixed de-anonymization (-u) (#160)
  • More Fortinet sensitive line support (#158), thanks @ryanmerolle!
  • More Arista and NXOS sensitive line support (#162)
  • IP addresses are anonymized in more contexts, e.g. object_name_10.10.10.10 (#159)
  • Updated reserved token list to match Batfish (#163, #166)

Netconan 0.12.1

20 Jan 18:07
46a1fff
Compare
Choose a tag to compare

Notable features and improvements added in this release:

  • Add password recognition for Fortinet password ENC <hash> (#152). Thanks, @ryanmerolle!

Netconan 0.12.0

19 Jan 19:09
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Host bits can now be preserved with the --preserve-host-bits option (#150)
    • This enables important network structure to be preserved like point-to-point IPv4 /30 links or NAT pools
    • This option is enabled by default and preserves the last 8 bits
    • Note: this changes netconan default behavior (previously the last octet was anonymized by default), this new behavior can be disabled by setting preserve host bits to 0: --preserve-host-bits 0
  • Reserved tokens list was updated to match current tokens used by Batfish (#149)
  • Sensitive words are now anonymized in a case-sensitive way (#148)
    • All cases still match and are considered sensitive, but different cases like Sensitive versus sensitive will be anonymized uniquely
  • netconan's version can be checked with the --version flag (#146)

Netconan 0.11.3

30 Nov 21:18
b514cfd
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • IP addresses are anonymized in more contexts, including PAN hierarchical format e.g. address 10.10.10.10; (#144)

Netconan 0.11.2

15 Jun 19:32
de122b6
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Reserved words are no longer anonymized when they contain sensitive words (#139)

Netconan 0.11.1

29 Jan 20:27
b62d488
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Removed dependency on regex package (#132, #133)

Netconan 0.11.0

25 Sep 17:42
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Support skipping user-specified addresses and networks when anonymizing IP addresses (#129)

Netconan 0.10.2

09 Jul 23:13
8a8f123
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Restrict use of backported dependency to appropriate version of Python (#125, #127)
  • Pin dependencies for more stable experience (#123, #124)

Netconan 0.10.1

18 Jun 23:38
0853b9a
Compare
Choose a tag to compare

Release Notes

Notable features and improvements added in this release:

  • Clearer help text for -c argument (#118)