org.hl7.fhir.core/RELEASE_NOTES.md

19 lines
700 B
Markdown
Raw Normal View History

## Validator Changes
2023-01-20 17:30:39 +11:00
* update FHIRPath implementation for corrections to 'as' (R5 only in validator)
2023-01-21 06:11:44 +11:00
* Critical Security fix: enforce correct paths when unpacking archives (SecurityAdvisory-1082, CVE TBA)
## Other code changes
2023-01-21 06:07:26 +11:00
* Update to latest FHIRPath for older versions
* Add new ElementModel based parser for StructureMaps
2023-01-20 17:30:39 +11:00
* go-publish related changes
2023-01-18 12:43:49 -05:00
* FTP Client upload and logging improvements
2023-01-21 06:07:26 +11:00
* Refactor base64 handling for Android compatibility
2023-01-21 06:19:06 +11:00
## Security Note
The validator unzips archive files to the local file system when
it is scanning zip files it has been asked to validate, and when it is
installing packages. These processes are now resistant to the zip-slip
vulnerability.