Skip to content
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

Detect secrets inside vuejs ref() #256

Open
devidw opened this issue Jun 3, 2022 · 1 comment
Open

Detect secrets inside vuejs ref() #256

devidw opened this issue Jun 3, 2022 · 1 comment
Labels
type:feature Feature request

Comments

@devidw
Copy link

devidw commented Jun 3, 2022

Is your feature request related to a problem? Please describe.
Scanning a vuejs repo for secrets doesn't detect, when a secret is written inside the ref() function.

The following gets detected:

const apiKey = 'THE-API-KEY'

But this doesn't:

const apiKey = ref('THE-API-KEY')

Describe the solution you'd like
Also detect those secrets, that are stored within ref('…')

Describe alternatives you've considered
no alternatives

Additional context
In case it's relevant, which API keys were used, this behaviour was detected using API-Keys from Deta.

@devidw devidw added the type:feature Feature request label Jun 3, 2022
@agateau-gg
Copy link
Collaborator

Thanks for your report. We are going to investigate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants