-
Notifications
You must be signed in to change notification settings - Fork 416
ruby3.2-protocol-http/0.37.0 package update #28831
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
Conversation
octo-sts
bot
commented
Sep 18, 2024
|
Open AI suggestions to solve the build error: fatal: detected dubious ownership in repository at '/github/home' git config --global --add safe.directory /github/home |
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
d5e4856 to
ac6aff0
Compare
|
Open AI suggestions to solve the build error: |
Package ruby3.2-protocol-http: Click to expand/collapsePackage ruby3.2-protocol-http:
(
"""
# Generated by melange
pkgname = ruby3.2-protocol-http
- pkgver = 0.36.0-r0
+ pkgver = 0.37.0-r0
arch = x86_64
- size = 182573
+ size = 182980
origin = ruby3.2-protocol-http
pkgdesc = Provides abstractions to handle HTTP protocols.
url =
- commit = 706c88a9e4fdeba1425d62246efda6929df519b9
- builddate = 1726565866
+ commit = 1e72e15529c40d95099caaf4157e293e5d3c97cb
+ builddate = 1728675549
license = MIT
depend = ruby-3.2
- datahash = 095ef1652050e42f7a721a4d838c530108d6af6bf49e7e9bd88190ecd6a92a23
+ datahash = f0485efbe7d737a17180265a6a9a52b3eaeea89f73f6658ad575b9edbd434c90
"""
)
Added: /usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/accept_encoding.rb malcontent found differences: Click to expand/collapseDeleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/url.rb [✅ LOW]
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/accept_encoding.rb [✅ LOW]
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/body/writable.rb [✅ LOW]
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/cookie.rb [
|
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/http/cookies | access HTTP resources using cookies | Cookie HTTP |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/headers.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/http/cookies | access HTTP resources using cookies | Cookie HTTP |
| -LOW | net/http/auth | makes HTTP requests with basic authentication | www-authenticate |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/header/authorization.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -LOW | encoding/base64 | Supports base64 encoded strings | base64 |
| -LOW | ref/words/password | references a 'password' | my_password |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/body/stream.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/http/post | submits content to websites | HTTP POST |
| -LOW | fd/write | writes to a file handle | output.write(buffer) |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/body/streamable.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/websocket | supports web sockets | WebSockets |
| -LOW | fd/write | writes to a file handle | input.write(chunk) |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/body/reader.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -LOW | fd/write | writes to a file handle | file.write(chunk) |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/response.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -LOW | net/http/request | makes HTTP requests | HTTP/1. |
| -LOW | net/http2 | Uses the HTTP/2 protocol | HTTP/2 |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/body/readable.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/upload | uploads files | upload |
| -LOW | fd/write | writes to a file handle | stream.write(chunk) |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/content_encoding.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -LOW | compression/gzip | works with gzip files | gzip |
| -LOW | ref/site/url | contains embedded HTTPS URLs | https://lists.w3.org/Archives/Public/ietf-http-wg/2014JanMar/1179.html |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/header/cache_control.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -LOW | ref/site/url | contains embedded HTTPS URLs | https://www.rfc-editor.org/rfc/rfc9111.html |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/request.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/http/post | submits content to websites | HTTP POST http |
| -LOW | net/http/request | makes HTTP requests | HTTP/1. |
| -LOW | net/http2 | Uses the HTTP/2 protocol | HTTP/2 |
| -LOW | ref/site/url | contains embedded HTTPS URLs | https://www.rfc-editor.org/rfc/rfc9110 |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/body/deflate.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -LOW | compression/gzip | works with gzip files | gzip |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/header/cookie.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/http/cookies | access HTTP resources using cookies | Cookie HTTP |
| -MEDIUM | ref/words/agent | references an 'agent' | agent |
Deleted: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.36.0/lib/protocol/http/methods.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/http/post | submits content to websites | HTTP POST http |
| -LOW | ref/site/url | contains embedded HTTPS URLs | https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/body/stream.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/http/post | submits content to websites | HTTP POST |
| +LOW | fd/write | writes to a file handle | output.write(buffer) |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/header/cache_control.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | ref/site/url | contains embedded HTTPS URLs | https://www.rfc-editor.org/rfc/rfc9111.html |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/body/deflate.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | compression/gzip | works with gzip files | gzip |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/header/authorization.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | encoding/base64 | Supports base64 encoded strings | base64 |
| +LOW | ref/words/password | references a 'password' | my_password |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/content_encoding.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | compression/gzip | works with gzip files | gzip |
| +LOW | ref/site/url | contains embedded HTTPS URLs | https://lists.w3.org/Archives/Public/ietf-http-wg/2014JanMar/1179.html |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/body/streamable.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/websocket | supports web sockets | WebSockets |
| +LOW | fd/write | writes to a file handle | input.write(chunk) |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/response.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | net/http/request | makes HTTP requests | HTTP/1. |
| +LOW | net/http2 | Uses the HTTP/2 protocol | HTTP/2 |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/url.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | ref/site/url | contains embedded HTTPS URLs | https://tools.ietf.org/html/rfc3986 |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/body/readable.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/upload | uploads files | upload |
| +LOW | fd/write | writes to a file handle | stream.write(chunk) |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/methods.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/http/post | submits content to websites | HTTP POST http |
| +LOW | ref/site/url | contains embedded HTTPS URLs | https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/request.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/http/post | submits content to websites | HTTP POST http |
| +LOW | net/http/request | makes HTTP requests | HTTP/1. |
| +LOW | net/http2 | Uses the HTTP/2 protocol | HTTP/2 |
| +LOW | ref/site/url | contains embedded HTTPS URLs | https://www.rfc-editor.org/rfc/rfc9110 |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/accept_encoding.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | compression/gzip | works with gzip files | gzip |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/body/reader.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | fd/write | writes to a file handle | file.write(chunk) |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/cookie.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/http/cookies | access HTTP resources using cookies | Cookie HTTP |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/header/cookie.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/http/cookies | access HTTP resources using cookies | Cookie HTTP |
| +MEDIUM | ref/words/agent | references an 'agent' | agent |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/headers.rb [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/http/cookies | access HTTP resources using cookies | Cookie HTTP |
| +LOW | net/http/auth | makes HTTP requests with basic authentication | www-authenticate |
Added: ruby3.2-protocol-http/usr/lib/ruby/gems/3.2.0/gems/protocol-http-0.37.0/lib/protocol/http/body/writable.rb [✅ LOW]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | fd/write | writes to a file handle | writable.write(chunk) |