ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
17 stars 8 forks source link

Bump rack from 1.6.13 to 2.1.4.2 #167

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 year ago

Bumps rack from 1.6.13 to 2.1.4.2.

Commits
  • 8b8efd9 Merge branch '2-1-sec' into 2-1-stable
  • 42d840b bump version
  • 1836716 Update changelog
  • 9b5fb5c Fix ReDoS vulnerability in multipart parser
  • f66ef5c Fix ReDoS in Rack::Utils.get_byte_ranges
  • 8291f50 Forbid control characters in attributes
  • ffcc4b3 Merge branch '2-1-sec' into 2-1-stable
  • 374f89a update changelog
  • b8722dc bump version
  • bbb1e85 Escape untrusted text when logging
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ncbo/ontologies_linked_data/network/alerts).
codecov[bot] commented 1 year ago

Codecov Report

Merging #167 (c84d613) into master (546b3a4) will increase coverage by 0.61%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   80.10%   80.72%   +0.61%     
==========================================
  Files          63       63              
  Lines        4851     4851              
==========================================
+ Hits         3886     3916      +30     
+ Misses        965      935      -30     
Flag Coverage Δ
unittests 80.72% <ø> (+0.61%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../ontologies_linked_data/models/mappings/mapping.rb 98.03% <0.00%> (+3.92%) :arrow_up:
lib/ontologies_linked_data/mappings/mappings.rb 81.94% <0.00%> (+6.65%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

alexskr commented 1 year ago

@mdorf, this PR is necessary to resolve a critical vulnerability in rack 1. Unit tests pass so would it be safe to merge?

syphax-bouazzouni commented 1 month ago

@mdorf, this PR is necessary to resolve a critical vulnerability in rack 1. Unit tests pass so would it be safe to merge?

Rack is already unpinned and using Rack 2 in production, it was done here https://github.com/ncbo/ontologies_linked_data/commit/3eda8225168e9924b6e943deacf9f67465e555e6;

So this PR is obsolete and can be closed.

dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.