Tagged Questions

0
votes
0answers
7 views

Building a simple security sandbox on Windows 2008 by automatically creating & restricting user accounts?

I want to build a fairly simple security sandbox for an application hosting service - the main goals are thus: Applications running "in" the sandbox cannot install anything onto the system outside …
3
votes
3answers
66 views

Advice on using sandbox vs. caching for UITableView async image download

Apple just released some sample code on lazy loading images in a UITableView a week ago. I checked it out and implemented it into my own UITableView (which is a drawRect one for fast scrolling), to …
1
vote
1answer
39 views

Possible to sandbox Python configuration file?

I'm thinking of implementing a configuration file written in Python syntax, not unlike what Django does. While I've seen one or two SO questions about the merits of using executable code in …
2
votes
3answers
85 views

How do i create a java sandbox?

I want to make my application to run other people's code, aka plugins. However, what options do I have to make this secure so they don't write malicous code. How do I control what they can or can not …
7
votes
6answers
401 views

Why does the Flash Player throw a sandbox error in this case?

I get a Flex 3 sandbox error #2048 after connecting to a Socket on a Java (1.5) server. The server code is all mine, i.e. not running under Apache. The sequence is as follows... 1 Java server …
0
votes
3answers
40 views

as3 sandbox security violation with http://schemas.xmlsoap.org/soap/encoding/

Hi guys ! I implemented a gSoap c++ webservice-server to be accessed by Flash (as3) Everything runs smooth as long as i test the .swf locally, the .wsdl is loaded fine, and the communication works, …
2
votes
2answers
63 views

Sandbox violation on second socket send

Hi, I have a Flex client using a Flash binary (TCP) socket for communication with a Java server. I have a localhost (Apache) server providing a crossdomain.xml file which is wide open just while I …
0
votes
2answers
31 views

How does Tomcat sandbox web apps?

I have a web app that is being served through Tomcat. My app lets users submit their own workflow which will then be executed on the server. My problem is how to control how much memory each user is …
14
votes
2answers
276 views

Using the Google Chrome Sandbox

There are several resources out there that explain how the sandbox in Chrome works and what it does to protect users from malicious code. Chromium Blog Chromium Developer Documentation Sandbox FAQ …
0
votes
1answer
24 views

Fine-grained sandboxing

Scenario: a program running in a byte code virtual machine like Java or Python, wants to evaluate (by compiling on the fly to byte code and then running) a function whose code was automatically …
1
vote
2answers
135 views

Copy a file from iPhone sandbox to Desktop?

Hi all, I am developing an iPhone app for uni and we create an sqlite database file within the iPhone's sandbox directory. Our application writes internally to this file, I am wondering how it would …
2
votes
3answers
92 views

How do I detect the environment in Salesforce?

I am integrating our back end systems with Salesforce using the web services. I have production and stage environments running on different URLs. I need to be able to have the endpoint of the web …
1
vote
3answers
76 views

Silverlight equivalent to signed Java Applet?

Is there a Silverlight equivalent to signed applets in Java? I'm basically trying to host what would traditionally be a desktop application in a browser*, and I'd rather do it all in a single package …
0
votes
1answer
292 views

Security Sandbox violation for socket connection using flex

Hello `package { import flash.events.*; import flash.net.XMLSocket; import flash.system.Security; public class DotNetSocketExample { private var hostName:String = "170.21.8.0"; private var …
1
vote
3answers
273 views

Paypal sandbox IPN return INVALID

Hi, I am trying IPN callback, using servlet. The code I am using is provided by paypal for verifying the ipn data. But every time i getting a INVALID response. Here is the code: Enumeration en = …

1 2 3 4 5 next
15 30 50 per page