-
Notifications
You must be signed in to change notification settings - Fork 47
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
Vulnerable to CVE-2024-25110? #380
Comments
Add to this CVE-2024-27099 |
Merged
13 tasks
Ive gone ahead and pushed out a new update to pypi |
Thank you @kashifkhan ; Isn't Azure/azure-uamqp-c@2ca42b6 also needed? Specifically --- azure-uamqp-python.orig/src/vendor/azure-uamqp-c/src/link.c
+++ azure-uamqp-python/src/vendor/azure-uamqp-c/src/link.c
@@ -413,9 +413,9 @@
}
}
}
- }
- flow_destroy(flow_handle);
+ flow_destroy(flow_handle);
+ }
}
else if (is_transfer_type_by_descriptor(descriptor))
{ |
I'm not sure @mr-c , but Ill work on getting that added in as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
TTBOMK the embedded azure-uamqp- copy does not contain the fixes for CVE-2024-25110 (see: GHSA-c646-4whf-r67v).
Changes: Azure/azure-uamqp-c@30865c9
is this correct?
The text was updated successfully, but these errors were encountered: