chore: bump cowlib to 2.18.0 in mix.lock to fix security advisories - #18
Draft
devin-ai-integration[bot] wants to merge 1 commit into
Draft
chore: bump cowlib to 2.18.0 in mix.lock to fix security advisories#18devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The LaunchDarkly SDK itself needs no change:
mix.exsdeclares{:ldclient, "~> 3.5", hex: :launchdarkly_server_sdk}and the committedmix.lockalready resolves to 3.11.0, the latest 3.x on Hex.The only real change is the committed lockfile pin of the transitive dep
cowlib(viagun→shotgun→ldclient).mix deps.getreportscowlib 2.17.1 VULNERABLE!:cow_http_struct_hd:escape_string/2cow_cookie:cookie/1gun's constraint is>= 2.15.0 and < 3.0.0, socowlib 2.18.0is compatible; only the lockfile entry changes.Verification
mix deps.get→ no advisories reported after the bumpmix compile→ clean, no warningshttps://stream.launchdarkly.com/all,Received event with 1 flags and 0 segments:ldclient.all_flags_state/1→%{flag_values: %{"hello-boolean" => true}}LDApi.get(pid, "sample-feature", false, "example-user-key")→false(unknown flag, correct fallback):ldclient.variation/3,:ldclient_context.new/1, and:ldclient_config.tls_basic_options/0are all current; nodeprecatedattributes in the SDK source.Link to Devin session: https://app.devin.ai/sessions/28d8171e3c604b52b7fafcb96df102a4