FreeBSD Bugzilla – Attachment 160348 Details for
Bug 202655
security/base: Correct snort URL in external_sig_link array
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to correct URL for snort SID lookup
patch-base__conf.php.dist (text/plain), 726 bytes, created by
Jeremy Baggs
on 2015-08-25 13:36:49 UTC
(
hide
)
Description:
Patch to correct URL for snort SID lookup
Filename:
MIME Type:
Creator:
Jeremy Baggs
Created:
2015-08-25 13:36:49 UTC
Size:
726 bytes
patch
obsolete
>--- base_conf.php.dist.orig 2015-05-06 15:09:09 UTC >+++ base_conf.php.dist >@@ -393,7 +393,7 @@ $external_port_link = array('sans' = > > /* Signature references */ > $external_sig_link = array('bugtraq' => array('http://www.securityfocus.com/bid/', ''), >- 'snort' => array('http://www.snort.org/search/sid/', ''), >+ 'snort' => array('http://www.snort.org/rule_docs/', ''), > 'cve' => array('http://cve.mitre.org/cgi-bin/cvename.cgi?name=', ''), > 'arachnids' => array('http://www.whitehats.com/info/ids', ''), > 'mcafee' => array('http://vil.nai.com/vil/content/v_', '.htm'),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202655
:
160348
|
175691