A Method for Web Security Policies
draft-foudil-securitytxt-04
|
| Document |
Type |
|
Active Internet-Draft (individual)
|
|
Last updated |
|
2018-07-16
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Informational
|
|
Formats |
|
plain text
pdf
html
bibtex
|
| Stream |
WG state
|
|
(None)
|
|
Document shepherd |
|
Kathleen Moriarty
|
|
Shepherd write-up |
|
Show
(last changed 2018-08-23)
|
| IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Benjamin Kaduk
|
|
Send notices to |
|
Kathleen Moriarty <Kathleen.Moriarty.ietf@gmail.com>
|
Network Working Group E. Foudil
Internet-Draft
Intended status: Informational Y. Shafranovich
Expires: January 16, 2019 Nightwatch Cybersecurity
July 15, 2018
A Method for Web Security Policies
draft-foudil-securitytxt-04
Abstract
When security risks are discovered by independent security
researchers, they often lack the channels to disclose them properly.
As a result, security issues may be left unreported. This document
defines a standard ("security.txt") to help organizations describe
the process for security researchers to follow in order to disclose
security vulnerabilities securely.
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 January 16, 2019.
Copyright Notice
Copyright (c) 2018 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 January 16, 2019 [Page 1]
Internet-Draft A Method for Web Security Policies July 2018
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 and Prior Work . . . . . . . . . . . . . . . . 3
1.2. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3
2. Note to Readers . . . . . . . . . . . . . . . . . . . . . . . 4
3. The Specification . . . . . . . . . . . . . . . . . . . . . . 4
3.1. Scope . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.2. Comments . . . . . . . . . . . . . . . . . . . . . . . . 5
3.3. Separate Fields . . . . . . . . . . . . . . . . . . . . . 5
3.4. Field Definitions . . . . . . . . . . . . . . . . . . . . 5
3.4.1. Acknowledgments . . . . . . . . . . . . . . . . . . . 5
3.4.2. Contact . . . . . . . . . . . . . . . . . . . . . . . 6
3.4.3. Encryption . . . . . . . . . . . . . . . . . . . . . 6
3.4.4. Hiring . . . . . . . . . . . . . . . . . . . . . . . 7
3.4.5. Permission . . . . . . . . . . . . . . . . . . . . . 7
3.4.6. Policy . . . . . . . . . . . . . . . . . . . . . . . 8
3.4.7. Signature . . . . . . . . . . . . . . . . . . . . . . 8
3.5. Example of a "security.txt" file . . . . . . . . . . . . 8
4. Location of the security.txt file . . . . . . . . . . . . . . 9
4.1. Web-based services . . . . . . . . . . . . . . . . . . . 9
4.2. Filesystems . . . . . . . . . . . . . . . . . . . . . . . 9
4.3. Internal hosts . . . . . . . . . . . . . . . . . . . . . 10
4.4. Extensibility . . . . . . . . . . . . . . . . . . . . . . 10
5. File Format Description and ABNF Grammar . . . . . . . . . . 10
6. Security considerations . . . . . . . . . . . . . . . . . . . 12
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 12
7.1. Well-Known URIs registry . . . . . . . . . . . . . . . . 12
7.2. Registry for security.txt Header Fields . . . . . . . . . 12
8. Contributors . . . . . . . . . . . . . . . . . . . . . . . . 14
9. References . . . . . . . . . . . . . . . . . . . . . . . . . 15
9.1. Normative References . . . . . . . . . . . . . . . . . . 15
9.2. Informative References . . . . . . . . . . . . . . . . . 16
Appendix A. Note to Readers . . . . . . . . . . . . . . . . . . 17
Appendix B. Document History . . . . . . . . . . . . . . . . . . 17
B.1. Since draft-foudil-securitytxt-00 . . . . . . . . . . . . 17
B.2. Since draft-foudil-securitytxt-01 . . . . . . . . . . . . 17
B.3. Since draft-foudil-securitytxt-02 . . . . . . . . . . . . 18
Show full document text