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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jgfidelis
Copy link
Contributor

@jgfidelis jgfidelis commented May 20, 2019

@@ -32,6 +33,7 @@ export const catalog = async (ctx: Context) => {
'Authorization': authToken,
'Proxy-Authorization': authToken,
'User-Agent': process.env.VTEX_APP_ID,
VtexIdclientAutCookie: authToken,
Copy link
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