You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: security.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
-
# Introduction
1
+
# Security Policy
2
2
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
4
8
5
9
Please report all potential security vulnerabilities using the [Report a vulnerability](../../security/advisories/new) button in the [Security](../../security) section of this repository.
6
10
7
-
# Local Filesystem
11
+
# Developer Notes
12
+
13
+
## Local Filesystem
8
14
9
15
The main use of the local file system for the core library (other than the validator - see below) is for the
10
16
[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
29
35
and runs in the user context. TODO: we are considering whether to support a command line parameter
30
36
restricting path access to particular directories.
31
37
32
-
# Network access
38
+
##Network access
33
39
34
40
The library will access the web to download needed collateral, or to access terminology resources or servers.
35
41
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.
46
52
Validator: The validator CLI accesses the web to download packages and make use of the
47
53
terminology server, which defaults to https://tx.fhir.org.
48
54
49
-
# Logging
55
+
##Logging
50
56
51
57
todo
52
58
53
-
# Terminology Server Access
59
+
##Terminology Server Access
54
60
55
61
todo
56
62
57
-
# Cryptography
63
+
##Cryptography
58
64
59
65
Other than the https client, the library doesn't have any crypto functions in it.
0 commit comments