Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Signature verification checks

Hi Christian,

I have modified the patch [1] regarding verification of signature.

Here, any command of type URL will be treated as remote and File will be treated as local (out of workspace). IFile and dynamic code segments will be excluded from check.

In include method of EnvironmentModule, instead of passing url.openStream to inject method, now I am passing url so that we can get URL string during check for signature, so that we can distinguish it from dynamic code segments. I am not completely sure about all consequences of last step. It is working nicely for signature checks.

[1]: https://git.eclipse.org/r/#/c/79396/

cheers,
--
Varun Raval

Back to the top