-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Is Theia interested in expanding their ESLint config to include XSS sink scanning #8398
Comments
If it doesn't slow down too much linting I think it's always nice to have something more secure directly in upstream |
Yes, it sounds great. I thought @caseyflynn-google was looking into it: #7954 (comment) |
Ah cool - yeah I didn't realize Casey had already commented here. I will get a commit ready. |
LukeWood
added a commit
to LukeWood/theia
that referenced
this issue
Sep 8, 2020
These eslint rules attempt to surface XSS sinks from eslint. This commit is a first pass on eclipse-theia#8398 Change-Id: I142bbba9785c4567dfbea1380f5a980560cf7413
1 task
LukeWood
added a commit
to LukeWood/theia
that referenced
this issue
Sep 8, 2020
These eslint rules attempt to surface XSS sinks from eslint. This commit is a first pass on eclipse-theia#8398 Change-Id: I142bbba9785c4567dfbea1380f5a980560cf7413
LukeWood
added a commit
to LukeWood/theia
that referenced
this issue
Sep 8, 2020
These eslint rules attempt to surface XSS sinks from eslint. This commit is a first pass on eclipse-theia#8398 Change-Id: I142bbba9785c4567dfbea1380f5a980560cf7413 Signed-off-by: LukeWood <lukewoodcs@gmail.com>
LukeWood
added a commit
to LukeWood/theia
that referenced
this issue
Sep 8, 2020
These eslint rules attempt to surface XSS sinks from eslint. This commit is a first pass on eclipse-theia#8398 Change-Id: I142bbba9785c4567dfbea1380f5a980560cf7413 Signed-off-by: LukeWood <lukewoodcs@gmail.com>
LukeWood
added a commit
to LukeWood/theia
that referenced
this issue
Sep 14, 2020
These eslint rules attempt to surface XSS sinks from eslint. This commit is a first pass on eclipse-theia#8398 Change-Id: I142bbba9785c4567dfbea1380f5a980560cf7413 Signed-off-by: LukeWood <lukewoodcs@gmail.com>
marcdumais-work
pushed a commit
that referenced
this issue
Sep 15, 2020
These eslint rules attempt to surface XSS sinks from eslint. This commit is a first pass on #8398 Change-Id: I142bbba9785c4567dfbea1380f5a980560cf7413 Signed-off-by: LukeWood <lukewoodcs@gmail.com>
There was a fix for this issue: #8481, so closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description:
I work on Cloud Shell (ide.cloud.google.com). We use Theia to build our editor. We have created an eslint config that has generated a list of XSS sinks in Theia (which I am currently sending fixes out for).
Are you all potentially interested in having this upstreamed?
The text was updated successfully, but these errors were encountered: