-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update rust crate openssl to v0.10.66 [security] #603
base: master
Are you sure you want to change the base?
Conversation
🚨 Rust Panic Audit: 342 Potential Panic Points Detected 🚨Crate: ``📊 Total Usages: 240
Crate:
|
🐋 This PR was built and pushed to the following Docker images: Docker Bake metadata{
"conductor": {
"buildx.build.provenance": {
"buildType": "https://mobyproject.org/buildkit@v1",
"materials": [
{
"uri": "pkg:docker/[email protected]?platform=linux%2Famd64",
"digest": {
"sha256": "a92ed51e0996d8e9de041ca05ce623d2c491444df6a535a566dabd5cb8336946"
}
},
{
"uri": "pkg:docker/[email protected]?platform=linux%2Famd64",
"digest": {
"sha256": "83101f6985c93e1e6501b3375de188ee3d2cbb89968bcc91611591f9f447bd42"
}
}
],
"invocation": {
"configSource": {
"entryPoint": "Dockerfile"
},
"parameters": {
"frontend": "dockerfile.v0",
"args": {
"label:org.opencontainers.image.authors": "The Guild <[email protected]>",
"label:org.opencontainers.image.description": "Conductor is a robust GraphQL Gateway.",
"label:org.opencontainers.image.docs": "https://the-guild.dev/graphql/gateway",
"label:org.opencontainers.image.licenses": "MIT",
"label:org.opencontainers.image.revision": "18004de405ffe2964ea55ba3248244ffc787e103",
"label:org.opencontainers.image.source": "https://github.com/the-guild-org/conductor",
"label:org.opencontainers.image.title": "Conductor",
"label:org.opencontainers.image.url": "https://the-guild.dev/graphql/gateway",
"label:org.opencontainers.image.vendor": "The Guild",
"label:org.opencontainers.image.version": ""
},
"locals": [
{
"name": "context"
},
{
"name": "dockerfile"
}
]
},
"environment": {
"platform": "linux/amd64"
}
}
},
"buildx.build.ref": "builder-72fa5405-52a3-48ef-88c6-aff0c0b81820/builder-72fa5405-52a3-48ef-88c6-aff0c0b818200/p8q6qz5alg6irz29t6d6gijfw",
"containerimage.config.digest": "sha256:f8fb08d1442401d6a42d02cfcba4d9bd46f84a5566227ea9db28b2541a9739f7",
"containerimage.descriptor": {
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"digest": "sha256:9b135d584bd02a3f72c5f5743b2bb7889a0678b8c41fc650e7e7975dce36b97b",
"size": 902,
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
"containerimage.digest": "sha256:9b135d584bd02a3f72c5f5743b2bb7889a0678b8c41fc650e7e7975dce36b97b",
"image.name": "ghcr.io/the-guild-org/conductor/conductor:18004de405ffe2964ea55ba3248244ffc787e103"
}
} |
✅ Benchmark Results
|
This PR contains the following updates:
0.10.63
->0.10.66
GitHub Vulnerability Alerts
GHSA-q445-7m23-qrmw
Previously,
MemBio::get_buf
calledslice::from_raw_parts
with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.Release Notes
sfackler/rust-openssl (openssl)
v0.10.66
Compare Source
What's Changed
MemBio::get_buf
with empty results by @alex in https://github.com/sfackler/rust-openssl/pull/2266Full Changelog: sfackler/rust-openssl@openssl-v0.10.65...openssl-v0.10.66
v0.10.65
Compare Source
What's Changed
pkgconf
package on some distros by @JonathanBrouwer in https://github.com/sfackler/rust-openssl/pull/2253New Contributors
Full Changelog: sfackler/rust-openssl@openssl-v0.10.64...openssl-v0.10.65
v0.10.64
Compare Source
What's Changed
Full Changelog: sfackler/rust-openssl@openssl-v0.10.63...openssl-v0.10.64
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.