Fix Dependabot security alerts: replace serde_yml, update npm deps#22
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
serde_ymlwithserde_yaml_ng— fixes Dependabot alerts Add release process with cross-platform binaries and Docker container #1 (high:libymlunsound/unmaintained) and feat: add SAM and CRAM input support #2 (medium:serde_ymlunsound/unmaintained).serde_yaml_ngis the actively maintained successor with a compatible API, making this a drop-in replacement.docs/— fixes alerts Add duplicate-marking validation for BAM files #3 and Add plot titles showing BAM filename and fix boxplot layout #4 (low:devalueprototype pollution / CPU amplification) and feat: support multiple BAM files with parallel processing #5 (high:rolluppath traversal).Changes
Cargo.tomlserde_yml = "0.0.12"→serde_yaml_ng = "0.10"src/config.rsserde_yml::from_str→serde_yaml_ng::from_str(9 call sites)Cargo.lockserde_yml+libyml, addsserde_yaml_ng+unsafe-libyaml)docs/package-lock.jsonVerification
cargo clippy -- -D warningscleancargo fmt --checkcleannpm auditreports 0 vulnerabilities