File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed
org.hl7.fhir.publisher.cli
org.hl7.fhir.publisher.core Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1
- * Security fix: enforce correct paths when unpacking archives (HAPI Core SecurityAdvisory-1082, CVE TBA)
2
- * Loader: Allow to manually specify repo source when running in cloud
3
- * Loader: Add direct parsing for StructureMaps (still to be fully tested)
4
- * Validator: Update FHIRPath implementation for corrections to 'as' for R5
5
- * QA: Fix typo on counts
6
- * Publication Process: add support for hl7-eu
7
- * Publication Process: FTP Client upload and logging improvements
8
-
9
- ## Security Note
10
-
11
- The publisher unzips archive files to the local file system when it is
12
- installing packages, and when it is performing publication on the HL7
13
- website (internal HL7 process). These processes are now resistant to
14
- the zip-slip vulnerability.
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >org.hl7.fhir.publisher</artifactId >
7
7
<groupId >org.hl7.fhir.publisher</groupId >
8
- <version >1.2.29 </version >
8
+ <version >1.2.30-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hl7.fhir.publisher</groupId >
7
7
<artifactId >org.hl7.fhir.publisher</artifactId >
8
- <version >1.2.29 </version >
8
+ <version >1.2.30-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 21
21
<!-- <version>5.3.14</version>-->
22
22
<!-- </parent>-->
23
23
24
- <version >1.2.29 </version > <!-- See the note above -->
24
+ <version >1.2.30-SNAPSHOT </version > <!-- See the note above -->
25
25
26
26
<properties >
27
27
<core_version >5.6.92</core_version >
You can’t perform that action at this time.
0 commit comments