forked from the-tcpdump-group/tcpdump-htdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
security.html
140 lines (128 loc) · 6.13 KB
/
security.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Created by : Luis MartinGarcia <http://www.aldabaknocking.com>
Original design : "Collaboration" by Free CSS Templates <http://www.freecsstemplates.org>
Original license : Creative Commons Attribution 2.5 License
-->
<html>
<!-- HEAD -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Security | TCPDUMP/LIBPCAP public repository</title>
<meta name="keywords" content="tcpdump, libpcap, pcap, packet capture, sniffer, security, eavesdrop">
<meta name="description" content="Web site of Tcpdump and Libpcap">
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
<link rel="canonical" href="https://www.tcpdump.org">
</head>
<!-- END OF HTML HEAD -->
<!-- BODY -->
<body>
<!-- TOP MENU -->
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current_page_item"><a href="security.html">Security</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="linktypes.html">Link-Layer Header Types</a></li>
<li><a href="related.html">Related Projects</a></li>
<li><a href="license.html">Licenses</a></li>
<li><a href="old_releases.html">Old Releases</a></li>
<li><a href="mirrors.html">Mirrors</a></li>
</ul>
</div>
<!-- END OF TOP MENU -->
<!-- PAGE HEADER -->
<div id="splash">
<br><img src="images/logo.png" alt="">
</div>
<div id="logo">
<hr>
</div>
<!-- END OF PAGE HEADER -->
<!-- PAGE CONTENTS -->
<div id="page">
<!-- RIGHT HAND SIDE PAGE CONTENTS -->
<div id="content">
<div class="post">
<h2 class="title">
<a name="intro">Security Contacts and Vulnerability Disclosure Policy</a>
</h2>
<div class="entry">
<p>
Vulnerabilities reported to The Tcpdump Group via
[email protected] will be disclosed to the
public at the next release of tcpdump.
</p>
<p>
As a volunteer run open source organization, The
Tcpdump Group can not promise to release within a set
period like 90 days.
</p>
<p>
The Tcpdump Group aims to release twice a year,
usually in March and November of each year. This
is a best effort commitment. We will attempt to
ship more often but this will depend upon
availability of volunteer time.
</p>
<p>
Each release will do its best to credit the
reporter with the identifying of the vulnerability.
Each reported issue will be given a CVE number at
the time of reporting.
</p>
<p>
Bug reports should include a sample pcap (or
pcapng) file that demonstrates the problem.
An effort will be made to keep the sample file
confidential until the bug has been fixed. Once
fixed, the sample file is expected to be released
publicly as part of a test case.
</p>
<p>
Vulnerabilities found in unreleased public branches
may be reported and patched publicly on GitHub.
Vulnerabilities found in released code SHOULD be
communicated with <a href="mailto:[email protected]">[email protected]</a>
For reasons of <a href="https://wiki.list.org/DEV/DMARC">DMARC</a>, this is a moderated mailing list to which the
public can not subscribe, but submissions will be
moderated and responded to on weekly basis.
</p>
</div>
</div>
</div>
<!-- RIGHT HAND SIDE PAGE CONTENTS -->
<!-- LEFT SIDEBAR -->
<div id="sidebar">
<ul>
<li>
<h2>Contents</h2>
<ul>
<li><a href="index.html#documentation">Documentation</a></li>
<li><a href="index.html#latest-releases">Latest Releases</a></li>
<li><a href="index.html#source">Current Development Version</a></li>
<li><a href="index.html#mailing-lists">Mailing List</a></li>
<li><a href="index.html#patches">Patches, Bug Reports and Feature Requests</a></li>
<li><a href="index.html#contribute">How to Contribute</a></li>
</ul>
</li>
</ul>
</div>
<!-- END OF LEFT SIDEBAR -->
</div>
<!-- END OF PAGE CONTENTS -->
<!-- FOOTER -->
<div id="footer">
<p>
© 2010-2021 The Tcpdump Group. Designed by
<a href="http://www.aldabaknocking.com/">Luis MartinGarcia</a>;
based on a template by <a href="https://templated.co/">TEMPLATED</a>.
<a href="https://validator.w3.org/check?uri=referer">[Valid HTML
4.01]</a> <a href="https://jigsaw.w3.org/css-validator/check/referer">
[Valid CSS]</a>
</p>
</div>
<!-- END OF FOOTER -->
</body>
<!-- END OF HTML BODY -->
</html>