* [PATCH] connections.cgi: Update links to SANS ISC
@ 2022-03-20 10:48 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-03-20 10:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2099 bytes --]
Fixes: #12783
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
html/cgi-bin/connections.cgi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi
index 7f06a5594..771728d88 100644
--- a/html/cgi-bin/connections.cgi
+++ b/html/cgi-bin/connections.cgi
@@ -589,7 +589,7 @@ foreach my $line (@conntrack) {
}
$sport_extra = "<span style='color:#FFFFFF;'>></span> ";
- $sport_extra .= "<a href='http://isc.sans.org/port_details.php?port=$sport_ret' target='top' title='$sserv_ret'>";
+ $sport_extra .= "<a href='https://isc.sans.edu/port.html?port=$sport_ret' target='top' title='$sserv_ret'>";
$sport_extra .= " <span style='color:#FFFFFF;'>$sport_ret</span>";
$sport_extra .= "</a>";
}
@@ -602,7 +602,7 @@ foreach my $line (@conntrack) {
}
$dport_extra = "<span style='color:#FFFFFF;'>></span> ";
- $dport_extra .= "<a href='http://isc.sans.org/port_details.php?port=$dport_ret' target='top' title='$dserv_ret'>";
+ $dport_extra .= "<a href='https://isc.sans.edu/port.html?port=$dport_ret' target='top' title='$dserv_ret'>";
$dport_extra .= " <span style='color:#FFFFFF;'>$dport_ret</span>";
$dport_extra .= "</a>";
}
@@ -617,7 +617,7 @@ foreach my $line (@conntrack) {
$sip_extra
</td>
<td style='text-align:center; background-color:$sip_colour;'>
- <a href='http://isc.sans.org/port_details.php?port=$sport' target='top' title='$sserv'>
+ <a href='https://isc.sans.edu/port.html?port=$sport' target='top' title='$sserv'>
<span style='color:#FFFFFF;'>$sport</span>
</a>
$sport_extra
@@ -632,7 +632,7 @@ foreach my $line (@conntrack) {
$dip_extra
</td>
<td style='text-align:center; background-color:$dip_colour;'>
- <a href='http://isc.sans.org/port_details.php?port=$dport' target='top' title='$dserv'>
+ <a href='https://isc.sans.edu/port.html?port=$dport' target='top' title='$dserv'>
<span style='color:#FFFFFF;'>$dport</span>
</a>
$dport_extra
--
2.34.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-20 10:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 10:48 [PATCH] connections.cgi: Update links to SANS ISC Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox