-
Notifications
You must be signed in to change notification settings - Fork 137
Removing explicit dependency on sslyze #224
Removing explicit dependency on sslyze #224
Conversation
@jsf9k I do love this one! But while we're doing this, do you have any suggestions on how to appropriately onboard users? We can add docs for each scanner saying what to do before using them, or we could add There is sort of an implied contract between the scanner and the tool they use, though - the What would be the ideal, for your workflow at least, and perhaps for others? |
For my workflow I greatly prefer handling the scanner dependencies myself depending on what scanner(s) I'm using. I definitely see what you're saying about new users, though. What about a |
dependencies for all scanners
requirements-scanners.txt
I took this a little further and split out requirements into:
So now |
This is good. I thought of separating out the gather requirements too, but I wasn't sure if that was something we wanted to do. I'm glad that it is 😃 |
Note that we'll want to replicate this splitting in the |
If you liked #223 then you'll love this one!