Replies: 1 comment
-
this is a long & complicated topic. first, 110% cudos to automatic for creating this repo.
there is much more that can be said on this topic, i tried to be brief as possible here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@vladmandic
One of the things that bothers me about A1111's SD webUI is that it just doesn't seem to be very security focused.
There is only one anonymous code maintainer. You'd think a project this big and popular could use a couple more with a 2 person pull request review/approval. That would enhance security and reduce bugs.
I've seen security PR's sit for longer than they should.
There is nothing in the "Security Policy" section of the git with suggestions about what users and devs should and should not do.
Once you have a bunch of extensions that are being auto-updated, what's to stop a dev from slipping in something malicious?
Even though we have the safetensor format, there are places it seems like unsafe formats are still being used and I don't think the risk is properly prioritized (i.e. why aren't ti files safetensor?) I know this isn't specifically a webUI issue, but it could warn or push the issue and change perspective and adoption... At least make people opt into the risky behaviour rather than ignoring it.
This is a fairly technical/enthusiast project and there are a lot of non-technical users who are willing to blindly do just about anything anyone tells them to do to get things working, get a little bit more performance, add a new super feature, or use a particular model/lora/ti, etc. Ignorance is bliss... until it's not. ;) I'm seeing more anti-virus programs flag some things lately (most are, presumably, false-positives... but it tells me that they might actually be "looking" at these files more closely now. And that usually means that there is a growing threat profile.)
So, I was wondering, given your background with data protection... how do you rate the safety of this corner of SD? What do you think could be done better?
Beta Was this translation helpful? Give feedback.
All reactions