I have a client that recently completed a cyber in...
# suitescript
s
I have a client that recently completed a cyber insurance application and got dinged for lack of security training for developers. I am curious if anyone knows of any security training that is more applicable to NetSuite development or anything you have taken and would recommend?
a
not aware of anything netsuite specific, but there's plenty of good practice training out there for devs, generally based on this stuff
for NS specfic stuff I'd just think of correct usage of crypto modules, password fields, api credentials etc.
if its just to check a box on an audit, i don't think it really matters, just some legit web dev security practices training would be fine I assume
c
Suitelets that are available without login is typically frowned upon and probably abused the most along w/ just storing passwords in plain text
s
yeah, its pretty much just to check a box. In fact the client said in house created training would even be sufficient, but thought I would check for recommendations. Thanks for the feedback guys!