Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [GSoC] Sign and Verify Scripts

Hi Varun,

have a look at AbstractScriptEngine.inject(). Everything to be executed has to pass through this gate. This is a good place to check for foreign code.

Christian

On 03/25/2016 04:11 PM, Varun Raval wrote:
Hi Christian,

Thanks for the feedback on my proposal.

We would also need to add to the EASE library, the methods to call Verify Signature methods during call to remote scripts. So I wanted to know the different types of procedures through which remote scripts can be called. For e.g. one is you said using ' include("http://www.xyz.com/script.js") '. Is there any detailed documentation that would help? I am asking so that I would start digging the source code and become more familiar with it.

Thanking you,
Varun Raval
--
Varun Raval

_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top