Skip to content

Commit

Permalink
Merge pull request #37 from nextflow-io/fix-json-vulnerability
Browse files Browse the repository at this point in the history
Fix org.json vulnerability
  • Loading branch information
nvnieuwk authored Jul 4, 2024
2 parents 52da183 + b66ba99 commit 9038603
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextflow-io/nf-schema: Changelog

# Version 2.0.1 - Tsukemen

## Vulnerability fix

1. Updated the org.json package to version `20240303`.

# Version 2.0.0 - Kagoshima

To migrate from nf-validation please follow the [migration guide](https://nextflow-io.github.io/nf-schema/latest/migration_guide/)
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
compileOnly "io.nextflow:nextflow:$nextflowVersion"
compileOnly 'org.slf4j:slf4j-api:1.7.10'
compileOnly 'org.pf4j:pf4j:3.4.1'
implementation 'org.json:json:20230227'
implementation 'org.json:json:20240303'
implementation 'dev.harrel:json-schema:1.5.0'

// test configuration
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-schema/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Id: nf-schema
Plugin-Version: 2.0.0
Plugin-Version: 2.0.1
Plugin-Class: nextflow.validation.ValidationPlugin
Plugin-Provider: nextflow
Plugin-Requires: >=22.10.0

0 comments on commit 9038603

Please sign in to comment.