Skip to content

Commit 9038603

Browse files
authored
Merge pull request #37 from nextflow-io/fix-json-vulnerability
Fix org.json vulnerability
2 parents 52da183 + b66ba99 commit 9038603

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# nextflow-io/nf-schema: Changelog
22

3+
# Version 2.0.1 - Tsukemen
4+
5+
## Vulnerability fix
6+
7+
1. Updated the org.json package to version `20240303`.
8+
39
# Version 2.0.0 - Kagoshima
410

511
To migrate from nf-validation please follow the [migration guide](https://nextflow-io.github.io/nf-schema/latest/migration_guide/)

plugins/nf-schema/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
compileOnly "io.nextflow:nextflow:$nextflowVersion"
5555
compileOnly 'org.slf4j:slf4j-api:1.7.10'
5656
compileOnly 'org.pf4j:pf4j:3.4.1'
57-
implementation 'org.json:json:20230227'
57+
implementation 'org.json:json:20240303'
5858
implementation 'dev.harrel:json-schema:1.5.0'
5959

6060
// test configuration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Plugin-Id: nf-schema
3-
Plugin-Version: 2.0.0
3+
Plugin-Version: 2.0.1
44
Plugin-Class: nextflow.validation.ValidationPlugin
55
Plugin-Provider: nextflow
66
Plugin-Requires: >=22.10.0

0 commit comments

Comments
 (0)