logs.cgi/ids.dat: Change url to sid documentation site.
Commit Message
Fixes #12596.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
html/cgi-bin/logs.cgi/ids.dat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
> Fixes #12596.
>
> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
> ---
> html/cgi-bin/logs.cgi/ids.dat | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/html/cgi-bin/logs.cgi/ids.dat b/html/cgi-bin/logs.cgi/ids.dat
> index 8918bc6da..74cad6267 100644
> --- a/html/cgi-bin/logs.cgi/ids.dat
> +++ b/html/cgi-bin/logs.cgi/ids.dat
> @@ -351,7 +351,7 @@ END
> print "target='_blank'>$sid</a></td>\n";
> } elsif ($sid >= 2000000 and $sid < 3000000) {
> # Link to emergingthreats if the rule sid is between 2000000 and 3000000.
> - print "<a href='http://doc.emergingthreats.net/$sid' ";
> + print "<a href='https://threatintel.proofpoint.com/sid/$sid' ";
> print "target='_blank'>$sid</a></td>\n";
> } else {
> # No external link for user defined rules
>
@@ -351,7 +351,7 @@ END
print "target='_blank'>$sid</a></td>\n";
} elsif ($sid >= 2000000 and $sid < 3000000) {
# Link to emergingthreats if the rule sid is between 2000000 and 3000000.
- print "<a href='http://doc.emergingthreats.net/$sid' ";
+ print "<a href='https://threatintel.proofpoint.com/sid/$sid' ";
print "target='_blank'>$sid</a></td>\n";
} else {
# No external link for user defined rules