File tree Expand file tree Collapse file tree
org.hl7.fhir.publisher.cli
org.hl7.fhir.publisher.core Expand file tree Collapse file tree 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 55 <parent >
66 <artifactId >org.hl7.fhir.publisher</artifactId >
77 <groupId >org.hl7.fhir.publisher</groupId >
8- <version >1.2.29 </version >
8+ <version >1.2.30-SNAPSHOT </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.hl7.fhir.publisher</groupId >
77 <artifactId >org.hl7.fhir.publisher</artifactId >
8- <version >1.2.29 </version >
8+ <version >1.2.30-SNAPSHOT </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2121<!-- <version>5.3.14</version>-->
2222<!-- </parent>-->
2323
24- <version >1.2.29 </version > <!-- See the note above -->
24+ <version >1.2.30-SNAPSHOT </version > <!-- See the note above -->
2525
2626 <properties >
2727 <core_version >5.6.92</core_version >
You can’t perform that action at this time.
0 commit comments