From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] connections.cgi: Update links to SANS ISC
Date: Sun, 20 Mar 2022 10:48:46 +0000 [thread overview]
Message-ID: <8312296c-b78c-2d44-b66e-cd066acc3a95@ipfire.org> (raw)
[-- 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
reply other threads:[~2022-03-20 10:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8312296c-b78c-2d44-b66e-cd066acc3a95@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox