Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.0)
loofah (2.19.1)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

json 1.8.6 / Gemfile.lock

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-10663 HIGH7.5-Open

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rack 2.2.3 / Gemfile.lock

Total vulnerabilities: 2

Critical: 1High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-30123 CRITICAL10-Open
CVE-2022-30122 HIGH7.5-Open

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

activerecord 5.2.4.5 / Gemfile.lock

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-32224 CRITICAL9.8-Open

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

activestorage 5.2.4.5 / Gemfile.lock

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-21831 CRITICAL9.8-Open

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actionview 5.2.4.5 / Gemfile.lock

Total vulnerabilities: 1

Critical: 0High: 0Medium: 1Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-27777 MEDIUM6.1-Open

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rdoc 4.3.0 / Gemfile.lock

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-31799 HIGH7-Open

Copy link

@bridgecrew bridgecrew bot Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actionpack 5.2.4.5 / Gemfile.lock

Total vulnerabilities: 4

Critical: 0High: 2Medium: 2Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-22885 HIGH7.5-Open
CVE-2021-22904 HIGH7.5-Open
CVE-2022-23633 MEDIUM5.9-Open
CVE-2022-22577 MEDIUM6.1-Open

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tzinfo 1.2.9 / Gemfile.lock

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-31163 HIGH8.1-Open

crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -73,19 +73,19 @@ GEM
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
mini_portile2 (2.8.0)
minitest (5.14.3)
msgpack (1.4.2)
nio4r (2.5.5)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.5.2)
racc (1.6.1)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -105,8 +105,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (5.2.4.5)
actionpack (= 5.2.4.5)
activesupport (= 5.2.4.5)
Expand Down