2
votes
1answer
29 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 wi …
14
votes
2answers
222 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 Document …
0
votes
2answers
21 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 m …
1
vote
2answers
102 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 wo …
1
vote
3answers
59 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 en …
0
votes
1answer
188 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 …
1
vote
3answers
65 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 …
0
votes
1answer
161 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.
1
vote
3answers
150 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 cod …
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 …
0
votes
2answers
42 views
Packaging some files with a Flex/Flash App?
Is it possible to package a XML file with a Flex app inside the .swf?
With a Silverlight application, you can do this quite easily but you have to do a http request in flash to gr …
1
vote
2answers
30 views
Is there a service that allows testing code against multiple database products?
We're writing an open source tool that is designed to work against multiple database products (really, it's designed to work with any database that has a JDBC driver available). Ho …
1
vote
1answer
62 views
Server-side JavaScript cleanup or sandbox?
I am looking at allowing users to enter JavaScript to specify some logic in my app. The JavaScript would be entered and displayed in a browser, but it would be saved and validated …
9
votes
12answers
980 views
How to create a lightweight C code sandbox?
I'd like to build a C pre-processor / compiler that allows functions to be collected from local and online sources. ie:
#fetch MP3FileBuilder http://scripts.com/MP3Builder.gz
#fet …
2
votes
5answers
120 views
Preventing Python code from importing certain modules?
I'm writing an application where users can enter a python script and execute it in a sandbox. I need a way to prevent the exec'ed code from importing certain modules, so malicious …
