Skip to content

check for api/catalog calls, dont add base path for them#3

Open
jgfidelis wants to merge 1 commit into
masterfrom
chore/api-catalog
Open

check for api/catalog calls, dont add base path for them#3
jgfidelis wants to merge 1 commit into
masterfrom
chore/api-catalog

Conversation

@jgfidelis

@jgfidelis jgfidelis commented May 20, 2019

Copy link
Copy Markdown
Contributor

Comment thread node/handlers/catalog.ts
'Authorization': authToken,
'Proxy-Authorization': authToken,
'User-Agent': process.env.VTEX_APP_ID,
VtexIdclientAutCookie: authToken,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! That's not safe at all - you're adding this app's token to communicate with an API, yet we have no idea what permissions the actual caller had. Why did you have to send this header? This might effectively make a private API public, through this proxy, if this app has sufficient permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants