Quote:
Originally Posted by Publisher Bucks
Its easy yes, but not always secure, espeically when publishing code in the 'real world' and not locally.
Lately I've found myself having to direct it more and more to add CSRF on forms as well as making sure when it hashes passwords it does it properly instead of just using a basic salt.
|
I'm not publishing anything that requires that type of security yet but if so I'd ask the web version to lock it down then ask some other AI if it was secure or not.
I try to build in a way all my tools are local and anything published gets added to an existing CMS with their own brand of security. I'm sure there's some more complex things out there where I'll have to figure it out but so far I haven't needed to.