Tagged Questions
The trusted-vs-untrusted tag has no wiki summary.
6
votes
3answers
275 views
Can TeX code be safely executed from untrusted sources?
MediaWiki allows one to embed TeX math code that is rendered into images and posted into the Wiki pages. Is this safe? If one allows untrusted users to input TeX programs to be executed by an ...
5
votes
4answers
188 views
Securing SSJS against unverified code
I want to use node.js (or other SSJS solution), running my own code + external written code inside (untrusted).
Any way to seperate and protect my own code? Could I limit the modules and system ...
5
votes
6answers
435 views
Languages other than SQL in postgres
I've been using PostgreSQL a little bit lately, and one of the things that I think is cool is that you can use languages other than SQL for scripting functions and whatnot. But when is this actually ...
4
votes
7answers
479 views
sandbox to execute possibly unfriendly python code
Let's say there is a server on the internet that one can send a piece of code to for evaluation. At some point server takes all code that has been submitted, and starts running and evaluating it. ...
0
votes
0answers
11 views
internet explorer refuses to connect to sites with untrusted ssl certificates [migrated]
ie has started exhibiting a changed behavior. we have several intranet nodes (routers) that are configured to use https but which have untrusted / self signed certificates on them. at some ...
0
votes
1answer
190 views
… (or it has a valid, but untrusted signature)
iPhone 3GS: builds and installs just fine
New ipod touch: "This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature)."
All the related posts say to ...
0
votes
1answer
2k views
Spring Security integration into active directory
I want to authenticate my web service in Spring with an Active Directory lookup at both the producer and the consumer - under the Principal that that each are executing under (ie Service Accounts).
...