1
vote
1answer
14 views
iPhone APNS Sandbox vs. Production for not yet approved apps
Is it true that the production APNS is unavailable until an app is approved to the app store? I can use the sandbox certificates fine, but production yields no results.
0
votes
0answers
62 views
Strange failure of iPhone in-app purchase in sandbox - no NSError!
After searching through this forum and online for hours, I can't find an answer to the problem I'm having. Here's the basic scenario:
Trying to make an in-app purchase in my app in the sandbox …
0
votes
1answer
62 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 …
9
votes
9answers
553 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. Flash Player 10.0 r32.
The sequence is as …
0
votes
5answers
366 views
PHP sandbox/sanitize code passed to create_function
Hello,
I am using create_function to run some user-code at server end. I am looking for any of these two:
Is there a way to sanitize the code passed to it to prevent something harmful from …
3
votes
3answers
94 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
45 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
2answers
85 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
3answers
84 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
3answers
104 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 …
0
votes
1answer
296 views
iPhone Sandbox rules file
Where can I find the application sandbox rules file for 3.0 firmware? I remember seeing it somewhere around in 2.x, but now can't find it.
14
votes
2answers
302 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
2answers
37 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 …
2
votes
5answers
140 views
How do you monitor, manage, and run untrusted third-party code in a hosted service?
Let's say I'm running a hosted service that wishes to allow plugins written by third-party clients.
Perhaps a gaming service provider that provides infrastructure but allows clients to develop …
1
vote
1answer
26 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 …
