PRP Veles for MongoDB Connection URL#1810
PRP Veles for MongoDB Connection URL#1810VickyTheViking wants to merge 3 commits intogoogle:mainfrom
Conversation
45a5a43 to
166f020
Compare
|
Thanks for the contribution, the PR looks good overall. I just have a doubt: Would it make sense to incorporate this into urlcreds.NewDetector instead? Since that detector already identifies URLs with embedded credentials, it should presumably catch connection strings (for In that case only the validation part should be added to the following function: cc @erikvarga for any additional context on this approach. Note: I'm not opposed to keeping this as a separate detector, just wanted to point out that urlcreds.NewDetector exists. |
|
Adding to Alessandro's comment, the main concern is that enabling both detectors (mongodburl and urlcreds) would find duplicate results. What I'd suggest is that we rewrite the |
|
Thanks for the changes, could you please also create a PR to https://github.com/google/security-testbeds containing a simple README on how to setup mongo and how to launch scalibr against it. Use google/security-testbeds#194 as a reference. |
#1016