Getting some help with dependency management#1272
Closed
antoniovazquezblanco wants to merge 1 commit intovanniktech:mainfrom
Closed
Getting some help with dependency management#1272antoniovazquezblanco wants to merge 1 commit intovanniktech:mainfrom
antoniovazquezblanco wants to merge 1 commit intovanniktech:mainfrom
Conversation
Contributor
|
Don't use @dependabot, there is a @renovate-bot setup. Okhttp has been updated by #1209. |
Author
|
Makes sense. Did not know about that. Closing. Maybe automatic dependency submission and private vuln reporting makes sense anyways to enable so that we can track those things directly from this repo. Thank you! |
Contributor
|
It's intended to avoid updating Okhttp, see more details in #1131. |
Author
|
I totally get that it is intended to avoid updating it. I will open a new issue to propose another topic. |
Contributor
|
Succeeded by #1282. |
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.
Hi there!
I've been using your plugin lately. I have some issues with some of your dependencies not being up to date and some of them having vulnerabilities...
Having a look at the repo it seems that you are managing the dependencies thing all by yourself and thought that maybe a little dependabot help would be reasonable...
For this to work, I think you have to go to your repo "Settings > Advanced Security > Dependabot" and enable dependabot there...
I would also recommend you enable 'Private vulnerability reporting' and the 'Dependency graph'.
If you are interested in me trying to setup some code scanning I can provide you with an adequate pipeline in another PR. Just let me know if you would like that...
This should help a little bit with security in general. Hope it helps :)