Skip to content

Commit a03f032

Browse files
authored
Update security.md
1 parent 3befe91 commit a03f032

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

security.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# Introduction
1+
# Security Policy
22

3-
# Reporting Vulnerabilities
3+
## Supported Versions
4+
5+
Only new releases of this project will contain security updates. All clients should use the latest version of this project in their dependencies. There is no process in place to backport security fixes to previous releases. If you require a backport, please [create an issue](../../issues/new/choose) containing an explanation of why the latest version cannot be used.
6+
7+
## Reporting Vulnerabilities
48

59
Please report all potential security vulnerabilities using the [Report a vulnerability](../../security/advisories/new) button in the [Security](../../security) section of this repository.
610

7-
# Local Filesystem
11+
# Developer Notes
12+
13+
## Local Filesystem
814

915
The main use of the local file system for the core library (other than the validator - see below) is for the
1016
[NPM package cache](https://confluence.hl7.org/display/FHIR/FHIR+Package+Cache). The default location and content
@@ -29,7 +35,7 @@ Validator: The validator CLI also accesses local files as specified in the comma
2935
and runs in the user context. TODO: we are considering whether to support a command line parameter
3036
restricting path access to particular directories.
3137

32-
# Network access
38+
## Network access
3339

3440
The library will access the web to download needed collateral, or to access terminology resources or servers.
3541
All access is by http(s) using the httpok library, and is controlled by the class ManagedWebAccess. You can
@@ -46,15 +52,15 @@ of the use of these libraries is ongoing.
4652
Validator: The validator CLI accesses the web to download packages and make use of the
4753
terminology server, which defaults to https://tx.fhir.org.
4854

49-
# Logging
55+
## Logging
5056

5157
todo
5258

53-
# Terminology Server Access
59+
## Terminology Server Access
5460

5561
todo
5662

57-
# Cryptography
63+
## Cryptography
5864

5965
Other than the https client, the library doesn't have any crypto functions in it.
6066

0 commit comments

Comments
 (0)