Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Generated HTML graph loads unauthenticated scripts over plain HTTP #116

Open
v6ak opened this issue Jan 12, 2017 · 2 comments
Open

Generated HTML graph loads unauthenticated scripts over plain HTTP #116

v6ak opened this issue Jan 12, 2017 · 2 comments

Comments

@v6ak
Copy link

v6ak commented Jan 12, 2017

As a result, a network attacker can modify the scripts in order to:

  • obtain full path on local computer
  • load details about the projects

How to fix it:

a. Use subresource integrity (limited browser compatibility)
b. Use HTTPS
c. Use both

@jrudolph
Copy link
Member

jrudolph commented Jan 12, 2017

Thanks, good point, @v6ak. Couldn't we just include all of the scripts and serve them from the file system?

@v6ak
Copy link
Author

v6ak commented Jan 12, 2017

Yes, this is also an option. I wanted to be conservative :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants