-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add patched version for CVE-2013-1656 #702
base: master
Are you sure you want to change the base?
Add patched version for CVE-2013-1656 #702
Conversation
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.
Please add the commit URL and any other URLs to the related:
URLs list. That would be really useful to others!
@@ -22,3 +22,4 @@ patched_versions: | |||
related: | |||
url: | |||
- https://spreecommerce.com/blog/multiple-security-vulnerabilities-fixed | |||
- https://github.com/spree/spree/commit/70092eb55b8be8fe5d21a7658b62da658612fba7 |
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.
Extra newline.
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.
- https://github.com/spree/spree/commit/70092eb55b8be8fe5d21a7658b62da658612fba7 | |
- https://github.com/spree/spree/commit/70092eb55b8be8fe5d21a7658b62da658612fba7 |
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.
I think your editor is automatically adding the newline.
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.
@v0lck3r GitHub isn't allowing me to use the Suggested change. GitHub is claiming there is no difference between them, even though it's supposed to remove the last newline.
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.
@postmodern yeah I have no idea why is that !
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.
@postmodern tbh I see no extra line. the file is still 25 lines total after adding the new reference, compared to the 24 lines in the original file .
Can you double check please !
Based on the following commit, which was found here, the patched version is
2.0.0.rc1
.Aslo versions after
1.3.2
and before2.0.0.rc1
(aka1.3.3
,1.3.4
and1.3.5
) do not contain updates for the files concerned (See for example payment_methods_controller.rb where the last update dates back to 2012, i.e. before the vulnerability was patched). Thus, we can say that the patched version is2.0.0.rc1
with a certain confidence.