Skip to content

Possible Unauthorized Data Exfiltration #11

Closed Answered by Ornithopter-pilot
akiramicrobots asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for raising this concern! Those AWS S3 and Bitbucket references are actually coming from the electron-updater library (v6.3.9) which we use for application updates.

While the security scanner is flagging these URLs, they're not actually used in our application. Our update system is configured to use GitHub exclusively, as you can see in the package.json:

"publish": [
{
"provider": "github",
"owner": "ibttf",
"repo": "interview-coder"
}
]

The S3 URLs like "${options.bucket}.s3.amazonaws.com" are template strings in electron-updater's unused code paths that support multiple update providers (S3, Bitbucket, etc.) but we don't use those providers.

If you examine our ProcessingHelper.ts…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@akiramicrobots
Comment options

Answer selected by Ornithopter-pilot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants