EnableAutoUpdate() security

Discussion to talk about software related topics only.
Post Reply
dnishimura
Posts: 19
Joined: Fri Dec 19, 2014 3:07 pm

EnableAutoUpdate() security

Post by dnishimura »

Anyone with NBEclipse that's connected to the same local network as a Netburner can download a malicious application on to the Netburner. I understand that there's a password hook for EnableAutoUpdate(), but is there another way to disable it, preferably through something on the hardware?
User avatar
pbreed
Posts: 1088
Joined: Thu Apr 24, 2008 3:58 pm

Re: EnableAutoUpdate() security

Post by pbreed »

Your program can reject the updates...

see the features in the example: AutoUpdateFeatures...

Paul
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: EnableAutoUpdate() security

Post by rnixon »

You say "disable", so you could also just comment out the call to EnableAutoupdate() in your code. From that point you would have to have local access and do a serial update.
Post Reply