-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update artifactory detector with basic auth support #4605
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
base: main
Are you sure you want to change the base?
Update artifactory detector with basic auth support #4605
Conversation
amanfcp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution @zacharyyun
This seems like a suitable case for a V2. See this
|
V1/V2 added, thanks @amanfcp |
shahzadhaider1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this, thanks!
I have a couple of design-related suggestions around how the detector is structured that I’d like to discuss.
…e artifactory does not have one
Hey, I don’t think this addresses the issue I was referring to. What I was trying to highlight is that the reported detector type for these findings is Could you double-check whether the basic auth credentials detected in the screenshot match the format this new detector expects?
|
Hi @shahzadhaider1, I double checked and confirm the credentials in your SS match the format the detector expects. I looked further into the issue and found that it looks like the new detector picks up the patterns correctly, but is placing them in the filtered_unverified bucket. If you add I haven't been able to figure out why my results are being put into the filtered_verification bucket after testing, if you can shed some light on how the actual filtering takes place, thanks! |



Description:
Enhance artifactory detector with basic auth detection and verification
Checklist:
make test-community)?make lintthis requires golangci-lint)?