A Method for Web Security Policies
draft-foudil-securitytxt-08
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-01-06
(latest revision 2019-11-19)
|
|
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
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Benjamin Kaduk
|
|
Send notices to |
|
(None)
|
IANA |
IANA review state |
|
IANA OK - Actions Needed
|
|
IANA expert review state |
|
Expert Reviews OK
|
Network Working Group E. Foudil
Internet-Draft
Intended status: Informational Y. Shafranovich
Expires: May 22, 2020 Nightwatch Cybersecurity
November 19, 2019
A Method for Web Security Policies
draft-foudil-securitytxt-08
Abstract
When security vulnerabilities are discovered by independent security
researchers, they often lack the channels to report them properly.
As a result, security vulnerabilities may be left unreported. This
document defines a format ("security.txt") to help organizations
describe the process for security researchers to follow in order to
report security 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 May 22, 2020.
Copyright Notice
Copyright (c) 2019 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 May 22, 2020 [Page 1]
Internet-Draft A Method for Web Security Policies November 2019
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. Hiring . . . . . . . . . . . . . . . . . . . . . . . 8
3.5.6. Policy . . . . . . . . . . . . . . . . . . . . . . . 8
3.5.7. Preferred-Languages . . . . . . . . . . . . . . . . . 8
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. Internal hosts . . . . . . . . . . . . . . . . . . . . . 10
4.4. Extensibility . . . . . . . . . . . . . . . . . . . . . . 10
5. File Format Description and ABNF Grammar . . . . . . . . . . 11
6. Security Considerations . . . . . . . . . . . . . . . . . . . 12
6.1. Compromised Files and Redirects . . . . . . . . . . . . . 12
6.2. Incorrect or Stale Information . . . . . . . . . . . . . 13
6.3. Intentionally Malformed Files, Resources and Reports . . 13
6.4. No Implied Permission for Testing . . . . . . . . . . . . 13
6.5. Multi-user Environments . . . . . . . . . . . . . . . . . 14
6.6. Protecting Data in Transit . . . . . . . . . . . . . . . 14
6.7. Spam and Spurious Reports . . . . . . . . . . . . . . . . 14
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 15
7.1. Well-Known URIs registry . . . . . . . . . . . . . . . . 15
7.2. Registry for security.txt Header Fields . . . . . . . . . 15
Show full document text