VPN IKE policies exported CSV contains HTML code #9585

Closed
opened 2025-12-29 21:19:18 +01:00 by adam · 1 comment
Owner

Originally created by @igsh667 on GitHub (May 6, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v3.7.7

Python Version

3.8

Steps to Reproduce

Export to CSV of IKE policies contains HTML code "<a href=..." in Proposals column.

Expected Behavior

Should not contain HTML code in exported file.

Observed Behavior

Contains HTML code in exported file.

Originally created by @igsh667 on GitHub (May 6, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v3.7.7 ### Python Version 3.8 ### Steps to Reproduce Export to CSV of IKE policies contains HTML code "<a href=..." in Proposals column. ### Expected Behavior Should not contain HTML code in exported file. ### Observed Behavior Contains HTML code in exported file.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:19:18 +01:00
adam closed this issue 2025-12-29 21:19:18 +01:00
Author
Owner

@jeremystretch commented on GitHub (May 6, 2024):

There are a few instances where this happens because we're using the stock ManyToManyColumn instead of our own, which causes this issue:

  • Interface inventory_items
  • IPAddress nat_outside
  • IKEPolicy proposals
  • IPSecPolicy proposals
  • TunnelTermination ip_addresses
@jeremystretch commented on GitHub (May 6, 2024): There are a few instances where this happens because we're using the stock ManyToManyColumn instead of our own, which causes this issue: * Interface `inventory_items` * IPAddress `nat_outside` * IKEPolicy `proposals` * IPSecPolicy `proposals` * TunnelTermination `ip_addresses`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9585