aquasecurity / aquasecurity/cloudsploit
Determine if the azure reference in plugins/google/pubsub/topicEncryption.js is correct
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 751
- Avg merge
- 11d 9h
- Merged PRs (30d)
- 3
Description
The new Google pubsub encryption check includes a reference to an azure helper:
`const { call } = require('../../../helpers/azure/auth');`
I haven't tried running without it, but it seems odd that azure is referenced in a google check.
Apologies if this is intended, but it triggered my anal retentive tendencies.
Contributor guide
Research direction
Open plugins/google/pubsub/topicEncryption.js and inspect why it requires ../../../helpers/azure/auth. Compare that dependency with the Google Pub/Sub encryption check and review the referenced Azure helper. Done means the reference is confirmed as intentional or corrected, with the check still loading and running successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cloud, security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100