File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
### Changed
14
14
- Changed names of midmem.config and execute.config into F72.config and M64.config respectively.
15
15
- Rename bug report to "Issue report" and remove old node names from it
16
+ - Update GATK to 4.2.4.0 to address Log4j critical vulnerability (https://github.com/advisories/GHSA-jfh8-c2jp-5v3q )
16
17
17
18
## [ 7.2.1] - 2021-10-28
18
19
### Changed
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ params {
18
18
docker_image_picardtools = "blcdsdockerregistry/align-dna:picardtools-2.23.3"
19
19
docker_image_sha512sum = "blcdsdockerregistry/align-dna:sha512sum-1.0"
20
20
docker_image_validate_params = "blcdsdockerregistry/validate:2.1.5"
21
- docker_image_gatk = "broadinstitute/gatk:4.2.2 .0"
21
+ docker_image_gatk = "broadinstitute/gatk:4.2.4 .0"
22
22
}
23
23
24
24
if (!params.containsKey('check_node_config')) {
You can’t perform that action at this time.
0 commit comments