A File Format to Aid in Security Vulnerability Disclosure
draft-foudil-securitytxt-09
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual in sec area)
|
|
Authors |
|
Edwin Foudil
,
Yakov Shafranovich
|
|
Last updated |
|
2020-06-30
(latest revision 2020-02-25)
|
|
Stream |
|
Internet Engineering Task Force (IETF)
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
WG state
|
|
(None)
|
|
Document shepherd |
|
Kathleen Moriarty
|
|
Shepherd write-up |
|
Show
(last changed 2019-12-09)
|
IESG |
IESG state |
|
Waiting for Writeup::Revised I-D Needed
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Benjamin Kaduk
|
|
Send notices to |
|
(None)
|
IANA |
IANA review state |
|
Version Changed - Review Needed
|
|
IANA expert review state |
|
Expert Reviews OK
|
Network Working Group E. Foudil
Internet-Draft
Intended status: Informational Y. Shafranovich
Expires: August 28, 2020 Nightwatch Cybersecurity
February 25, 2020
A File Format to Aid in Security Vulnerability Disclosure
draft-foudil-securitytxt-09
Abstract
When security vulnerabilities are discovered by researchers, proper
reporting channels are often lacking. As a result, vulnerabilities
may be left unreported. This document defines a format
("security.txt") to help organizations describe their vulnerability
disclosure practices to make it easier for researchers to report
vulnerabilities.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on August 28, 2020.
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
Foudil & Shafranovich Expires August 28, 2020 [Page 1]
Internet-DraftA File Format to Aid in Security VulnerabilitFebruary 2020
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Motivation, Prior Work and Scope . . . . . . . . . . . . 3
1.2. Terminology . . . . . . . . . . . . . . . . . . . . . . . 4
2. Note to Readers . . . . . . . . . . . . . . . . . . . . . . . 4
3. The Specification . . . . . . . . . . . . . . . . . . . . . . 4
3.1. Scope of the File . . . . . . . . . . . . . . . . . . . . 5
3.2. Comments . . . . . . . . . . . . . . . . . . . . . . . . 5
3.3. Line Separator . . . . . . . . . . . . . . . . . . . . . 6
3.4. Digital signature . . . . . . . . . . . . . . . . . . . . 6
3.5. Field Definitions . . . . . . . . . . . . . . . . . . . . 6
3.5.1. Acknowledgments . . . . . . . . . . . . . . . . . . . 6
3.5.2. Canonical . . . . . . . . . . . . . . . . . . . . . . 7
3.5.3. Contact . . . . . . . . . . . . . . . . . . . . . . . 7
3.5.4. Encryption . . . . . . . . . . . . . . . . . . . . . 7
3.5.5. Expires . . . . . . . . . . . . . . . . . . . . . . . 8
3.5.6. Hiring . . . . . . . . . . . . . . . . . . . . . . . 8
3.5.7. Policy . . . . . . . . . . . . . . . . . . . . . . . 8
3.5.8. Preferred-Languages . . . . . . . . . . . . . . . . . 9
3.6. Example of an unsigned "security.txt" file . . . . . . . 9
3.7. Example of a signed "security.txt" file . . . . . . . . . 9
4. Location of the security.txt file . . . . . . . . . . . . . . 10
4.1. Web-based services . . . . . . . . . . . . . . . . . . . 10
4.2. Filesystems . . . . . . . . . . . . . . . . . . . . . . . 10
4.3. Extensibility . . . . . . . . . . . . . . . . . . . . . . 11
5. File Format Description and ABNF Grammar . . . . . . . . . . 11
6. Security Considerations . . . . . . . . . . . . . . . . . . . 12
6.1. Compromised Files and Redirects . . . . . . . . . . . . . 13
6.2. Incorrect or Stale Information . . . . . . . . . . . . . 13
6.3. Intentionally Malformed Files, Resources and Reports . . 13
6.4. No Implied Permission for Testing . . . . . . . . . . . . 14
6.5. Multi-user Environments . . . . . . . . . . . . . . . . . 14
6.6. Protecting Data in Transit . . . . . . . . . . . . . . . 14
6.7. Spam and Spurious Reports . . . . . . . . . . . . . . . . 15
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 15
7.1. Well-Known URIs registry . . . . . . . . . . . . . . . . 16
7.2. Registry for security.txt Fields . . . . . . . . . . . . 16
Show full document text