Security concerns when bridging programming languages.

Posted by The Rook on Stack Overflow See other posts from Stack Overflow or by The Rook
Published on 2010-03-31T04:58:24Z Indexed on 2010/03/31 5:03 UTC
Read the original article Hit count: 255

What security concerns are there when you create a hybrid of languages? For instance using python and java code together with jython, or creating a python module from a C++ library. There are other ways of mixing 2 or more languages. Do you know of an example where this creates a vulnerability?

© Stack Overflow or respective owner

Related posts about security

Related posts about programming-languages