-
Notifications
You must be signed in to change notification settings - Fork 56
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
[bug] XSS use of ace.min.js #166
Comments
Good point yes it makes sense since I do for other externals. |
As mentioned, test before pulling. |
Thanks, given the nature of the PR (huge minified code..) I will do it myself. |
Fantastic.
…On Tue, Apr 2, 2024 at 1:46 AM Mel Massadian ***@***.***> wrote:
#167 <#167>
As mentioned, test before pulling.
Thanks, given the nature of the PR (huge minified code..) I will do it
myself.
I think it's also missing all the utility files (from cdn they are linked
properly)
I will quickly look into it now, and if there are no blockers it should be
solved soon
—
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC36LN7N34NIKSPZZHMV3KDY3JO5RAVCNFSM6AAAAABFOVEHK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZRGMYDEMJTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It was way more involving than planned since comfy preloads all the scripts in the web folder. |
Yeah, that should work. Now it isn't technically XSS exposed, and if we
scan the file it'll tell us what we need to know.
…On Tue, Apr 2, 2024 at 9:25 AM Mel Massadian ***@***.***> wrote:
It was way more involving than planned since comfy preloads all the
scripts in the web folder.
The trick was to add an extra static path to the server!
Let me know if it solves your security concerns
—
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC36LN44J7UWTLAWWCFZOHDY3LEX7AVCNFSM6AAAAABFOVEHK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZSGM2TSNBYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Describe the bug
Hi, I'm working on a project that involves examining a bunch of the ComfyUI nodes' JS.
Reproduction
The affected code is note_plus.js
Expected behavior
I would hope to see the ace.min.js call either localized to directory or removed altogether to prevent the possibility of the remote server being used as a vector of attack to other people's machines/browser experience/servers.
Operating System
Linux
Comfy Mode
Other (online services, containers etc..)
Console output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: