-
-
Notifications
You must be signed in to change notification settings - Fork 225
GHSA SYNC: 1 new advisory #947
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
base: master
Are you sure you want to change the base?
Conversation
kiskoza
commented
Jan 6, 2026
- gems/httparty/CVE-2025-68696.yml
|
Three references that can have cvss v2 to v4 are |
|
Two things you can do to hep @postmodern before pushing a PR is:
This probably needs to be added to README. |
ab85989 to
98b8cf1
Compare
|
Thanks for the feedback, I hope it looks better now |
|
Add "cvss_v4: 8.8" based on nvd.nist.gov reference. |
98b8cf1 to
a5541d0
Compare
postmodern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YAML formatting of description: is wrong. Should use inline block text for readability.
gems/httparty/CVE-2025-68696.yml
Outdated
| url: https://github.com/jnunemaker/httparty/security/advisories/GHSA-hm5p-x4rq-38w4 | ||
| title: httparty Has Potential SSRF Vulnerability That Leads to API Key Leakage | ||
| date: 2025-12-23 | ||
| description: "## Summary\n\nThere may be an SSRF vulnerability in httparty. This issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: should use inline block text:
description: |
Foo bar baz ...
quux ...You could copy/paste the text into irb to remove the YAML String encoding:
$ irb
>> puts("giant string here ...")
and then copy/paste the output back into the YAML.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you paste the full YAML advisory into this command it will reformat the description properly:
ruby -r yaml -e 'puts YAML.load(STDIN.read)["description"]'
Then indent each line by two spaces and copy/paste back into the advisory under description: |.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, I updated it
* gems/httparty/CVE-2025-68696.yml
a5541d0 to
c3957eb
Compare