Skip to content

Bump rails-html-sanitizer from 1.4.3 to 1.4.4 #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2022

Bumps rails-html-sanitizer from 1.4.3 to 1.4.4.

Release notes

Sourced from rails-html-sanitizer's releases.

1.4.4 / 2022-12-13

Changelog

Sourced from rails-html-sanitizer's changelog.

1.4.4 / 2022-12-13

Commits
  • fd63dea version bump to v1.4.4
  • 48ae90a dep: bump dependency on loofah
  • 0713caf fix: escape CDATA nodes using Loofah's escaping methods
  • e6d52d3 revert 45a5c10
  • d1223a2 fix: use Loofah's scrub_uri_attribute method
  • f0e3347 fix: replace slow regex attribute check with Loofah method
  • df03f2f ci: pin system lib test to 20.04
  • 3e2a0f3 Merge pull request #145 from rails/flavorjones-get-14x-green
  • 11752a6 tests: handle libxml 2.10.0 incorrectly-opened comment parsing
  • See full diff 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.

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: rails-html-sanitizer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 14, 2022
@0crat
Copy link
Collaborator

0crat commented Dec 14, 2022

There is an unrecoverable failure on my side. Please, submit it here:

PID: 4@88330330-4a83-4329-9222-8059928e6fb8, thread: PQ-CT4L4490E
com.jcabi.xml.StrictXML[124] java.lang.IllegalArgumentException: 2 error(s) in XML document: -1:-1: cvc-pattern-valid: Value 'dependabot[bot]' is not facet-valid with respect to pattern '[a-z0-9\-]{3,}' for type 'login'.;-1:-1: cvc-type.3.1.3: The value 'dependabot[bot]' of element 'login' is not valid.

1.0-SNAPSHOT: CID: 94b6405b-f4be-4a50-a65f-b1437aa4b917, Type: "Job was added to WBS"

@0crat
Copy link
Collaborator

0crat commented Dec 14, 2022

@yegor256/z everybody who has role REV is banned at #185; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@yegor256
Copy link
Owner

@rultor please, try to merge

@rultor
Copy link
Collaborator

rultor commented Dec 15, 2022

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Dec 15, 2022

@rultor please, try to merge

@dependabot[bot] @yegor256 Oops, I failed. You can see the full log here (spent 15min)

D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT t.* FROM project AS t WHERE author=$1 AND deleter IS NOT NULL AND deleter != author) AS q WHERE q.created < $2 AND q.created > $3 : 0ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT t.* FROM project AS t WHERE author=$1 AND deleter IS NOT NULL AND deleter != author) AS q WHERE q.created < $2 AND q.created > $3 : 0ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM review AS t JOIN project ON project.id=t.id WHERE t.author=$1 AND t.deleter IS NOT NULL AND t.deleter != t.author) AS q WHERE q.created < $2 AND q.created > $3 : 0ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM review AS t JOIN project ON project.id=t.id WHERE t.author=$1 AND t.deleter IS NOT NULL AND t.deleter != t.author) AS q WHERE q.created < $2 AND q.created > $3 : 0ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT SUM(points) FROM withdrawal WHERE author=$1: 0ms / 8460
D: INSERT INTO author (login) VALUES ($1) ON CONFLICT DO NOTHING: 0ms / 8520
D: SELECT id FROM author WHERE login=$1: 0ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT * FROM project AS t WHERE author=$1 AND deleter IS NULL) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 0ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT project.id, project.coordinates, t.text, t.created FROM badge AS t JOIN project ON project.id=t.project WHERE t.author=$1 AND t.text LIKE 'L%') AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 1ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT project.id, project.coordinates, t.text, t.created FROM badge AS t JOIN project ON project.id=t.project WHERE t.author=$1 AND t.text LIKE 'L%') AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 0ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT DISTINCT t.id, t.coordinates, t.created FROM project AS t JOIN badge ON badge.project=t.id AND badge.text LIKE 'L%' WHERE t.author=$1 AND t.deleter IS NULL) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 1ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM review AS t JOIN project ON project.id=t.project WHERE t.author=$1 AND t.deleter IS NULL) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 0ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT DISTINCT t.id, t.created, t.project, project.coordinates FROM review AS t JOIN project ON t.project=project.id JOIN badge ON project.id=badge.project AND badge.text LIKE 'L%' WHERE t.author=$1 AND t.deleter IS NULL) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 1ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT t.* FROM (   SELECT review.*, project.coordinates,   (SELECT COUNT(*) FROM vote WHERE review.id=vote.review AND positive=true) AS votes   FROM review   JOIN project ON project.id=review.project   WHERE review.author=$1 AND review.deleter IS NULL ) AS t WHERE votes >= 10) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 1ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM vote AS t JOIN review ON t.review=review.id JOIN project ON project.id=review.project WHERE review.author=$1 AND positive=true) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 1ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM vote AS t JOIN review ON t.review=review.id JOIN project ON project.id=review.project WHERE review.author=$1 AND positive=true) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 1ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM vote AS t JOIN review ON t.review=review.id JOIN project ON project.id=review.project WHERE review.author=$1 AND positive=false) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 1ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT t.* FROM project AS t WHERE author=$1 AND deleter IS NOT NULL AND deleter != author) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 0ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT t.* FROM project AS t WHERE author=$1 AND deleter IS NOT NULL AND deleter != author) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 0ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM review AS t JOIN project ON project.id=t.id WHERE t.author=$1 AND t.deleter IS NOT NULL AND t.deleter != t.author) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 0ms / 8460
D: SELECT login FROM author WHERE id=$1: 0ms / 8520
D: SELECT COUNT(*) FROM (SELECT t.*, project.coordinates FROM review AS t JOIN project ON project.id=t.id WHERE t.author=$1 AND t.deleter IS NOT NULL AND t.deleter != t.author) AS q WHERE q.created < $2 AND q.created > $3 AND q.created < NOW() - INTERVAL '2 DAY': 0ms / 8500
D: SELECT login FROM author WHERE id=$1: 0ms / 8480
D: SELECT SUM(points) FROM withdrawal WHERE author=$1: 0ms / 8460
  test_karma                                                     \u001b[32m PASS\u001b[0m (0.08s)

Finished in 1.97076s
44 tests, 182 assertions, \u001b[31m1 failures, 1 errors, \u001b[0m\u001b[33m0 skips\u001b[0m
Coverage report generated for Unit Tests to /home/r/repo/coverage. 706 / 773 LOC (91.33%) covered.
rake aborted!
Command failed with status (1): [ruby -I"lib:lib:test" -I"/usr/local/rvm/gems/ruby-2.7.0/gems/rake-12.3.3/lib" "/usr/local/rvm/gems/ruby-2.7.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb" "test/test__helper.rb" "test/test_author.rb" "test/test_authors.rb" "test/test_badges.rb" "test/test_bots.rb" "test/test_codexia.rb" "test/test_karma.rb" "test/test_meta.rb" "test/test_project.rb" "test/test_projects.rb" "test/test_rank.rb" "test/test_review.rb" "test/test_reviews.rb" "test/test_sieve.rb" "test/test_withdrawals.rb" ]
/usr/local/rvm/gems/ruby-2.7.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-2.7.0/bin/ruby_executable_hooks:24:in `eval'
/usr/local/rvm/gems/ruby-2.7.0/bin/ruby_executable_hooks:24:in `<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
2022-12-15 02:00:00.803 UTC [10729] LOG:  received smart shutdown request
PostgreSQL killed in PID 10729
2022-12-15 02:00:00.808 UTC [10729] LOG:  background worker "logical replication launcher" (PID 10736) exited with exit code 1
2022-12-15 02:00:00.808 UTC [10731] LOG:  shutting down
container 954116e46cde59bfb43e343d6ff27fe5342a05e91ab066c659851c667278cb9a is dead
Thu 15 Dec 2022 03:11:07 AM CET

@0crat
Copy link
Collaborator

0crat commented Dec 19, 2022

@yegor256/z everybody who has role REV is banned at #185; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link
Collaborator

0crat commented Jan 18, 2023

@yegor256/z everybody who has role REV is banned at #185; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link
Collaborator

0crat commented Jan 23, 2023

@yegor256/z everybody who has role REV is banned at #185; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link
Collaborator

0crat commented Jan 28, 2023

@yegor256/z everybody who has role REV is banned at #185; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link
Collaborator

0crat commented Feb 2, 2023

@yegor256/z everybody who has role REV is banned at #185; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link
Collaborator

0crat commented Feb 7, 2023

@yegor256/z everybody who has role REV is banned at #185; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0crat/role/REV 0crat/scope dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants