From patchwork Mon Apr 5 13:42:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 4105 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FDX0c6n4zz3x1r for ; Mon, 5 Apr 2021 13:42:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FDX0b6RZQz1VC; Mon, 5 Apr 2021 13:42:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FDX0b5KgCz2xhP; Mon, 5 Apr 2021 13:42:55 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FDX0b28wvz2xKk for ; Mon, 5 Apr 2021 13:42:55 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FDX0Z0ySZzZ7; Mon, 5 Apr 2021 13:42:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617630174; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=f0LAxegcZGntSEDFREpaLXgRWVdUeTgkplyzh3HdTaY=; b=ak/YTG4XuUo60+FsXcPUgcxbfjVv2MO+Sijiu7n5d3DB2vdIH6ldlkd7FATYw2tymfD2pX EzzCTcCH+OuNcTDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617630174; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=f0LAxegcZGntSEDFREpaLXgRWVdUeTgkplyzh3HdTaY=; b=VNUPJJxi8+e+oC+AbrIdLuhJzE3J3e1JKWK5BHy4DUM0uEWhyo0bRxDJ3IT5o+V7v8WHdv h7v0yD2iNpcmScx4IhU+NMZb4dKPk5qoWGO7nDj4ErSmaXwmYPud0mERon5MGrru/yk+0r xEnOTOtwmtYuzz5oArSp526tBU2Aiowzf5l1suF56EiET5qylCrLqnfiPDiySo2i3+OB3C i4H6V5Rw+zpqXMJcLLZRovpOSk4SLLfNSfO60Ld1KFbeeoFssKWoAPEuJMsThkVATEaAzL G0cmGZFp4bB5JSJaK+Op+K7BwqOVa9ayt0fOl3J6xFBuezBEbzwZNFSDpUzB9Q== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] logs.cgi/ids.dat: Change url to sid documentation site. Date: Mon, 5 Apr 2021 15:42:48 +0200 Message-Id: <20210405134248.3501-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes #12596. Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- 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\n"; } elsif ($sid >= 2000000 and $sid < 3000000) { # Link to emergingthreats if the rule sid is between 2000000 and 3000000. - print "$sid\n"; } else { # No external link for user defined rules