Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
9 views

Mystery Bug Fix in Electron v26 and Mac App Store build

I have an Electron app that uses a native add-on to access the Photos library on macOS. This feature didn't work in the MAS (Mac App Store) build when the sandbox is enabled. Here is what I observed: ...
Hao Xi's user avatar
  • 381
-2 votes
0 answers
39 views

SQLite not working on macOS using SwiftUI with the App Sandbox

I have written a macOS application using SwiftUI (IDE Xcode). The application stores its data in SQLite database files using the SQLite3 library (import SQLite3). The application works perfectly ...
HailStorm's user avatar
0 votes
0 answers
20 views

multiprocessing.Queue() python method sandbox problem

multiprocessing.Queue() method of python getting "PermissionError: [Errno 1] Operation not permitted" error if it is sandboxed. CODE: import multiprocessing tensorflow_coordinates_queue = ...
emre g's user avatar
  • 1
0 votes
0 answers
29 views

vue and vuetify in shopify app theme extension

I tried Vue and Vuetify CDN to load a v-btn in a .liquid file for shopify app extension but I'm facing an error Blocked script execution in 'https://online-store-web.shopifyapps.com/themes?embedded=......
shamim shahcheraghi's user avatar
1 vote
0 answers
45 views

How do I safely sandbox a program with seccomp, without allowing too many system calls?

I want to safely run untrusted user-submitted code (for example a single c++ file, without anything but standard libraries, and without multithreading) on my server. I want the program to be able to ...
CompetitiveCrocodile's user avatar
1 vote
0 answers
72 views

Is there another solution to "Sandbox: rsync.samba(76010) deny(1) file-write-create error" rather than setting ENABLE_USER_SCRIPT_SANDBOXING to NO?

I'm getting these errors when building my project in Xcode after installing mapbox: error: Sandbox: rsync.samba(76010) deny(1) file-write-create /Users/lluis/Library/Developer/Xcode/DerivedData/...
Lluís Rodríguez's user avatar
0 votes
0 answers
12 views

NetSuite Sandbox Setup: Deployment and Certificate Status Stuck 'In Progress' for 3 Days - Is This Normal?

I am trying to finish setting up a sandbox website in netsuite. DNS Status and DNS verification Status is configured correctly. Deployment and certificate status is in progress and has been for three ...
BrbDev's user avatar
  • 1
0 votes
0 answers
24 views

Using webauthn and passwords in sandboxed iframe

If an iframe doesn’t allow same-origin, then requests to servers and postMessage to other windows are treated as cross-origin. But what about interaction with the browser? Say an iframe is loaded from ...
Gregory Magarshak's user avatar
0 votes
0 answers
27 views

Microsoft 365 Dev Program, user data pack never finishes

After starting the installation of the user data pack in a M365 Developer sandbox, the install does not finish. The spinner keeps on turning with the message "Installing. This is taking longer ...
user2904473's user avatar
-1 votes
1 answer
86 views

Is There a Dynamic Sandbox Environment Available for Testing with Amazon Selling Partner API?

I'm currently working on integrating the Amazon Selling Partner API into my application. I've successfully called the static sandbox provided by Amazon, but I'm looking for a way to test various API ...
Vishal Thakare's user avatar
0 votes
0 answers
35 views

Cuckoo Sandbox: Analysis results folder does not contain any behavior log files warning

I am currently working with Cuckoo Sandbox to analyze PE files. When I submit certain files, I successfully get the behavioral analysis. However, for some files, I encounter the following warning and ...
heisnbeerg's user avatar
-1 votes
1 answer
39 views

Plaid QuickStart Tutorial Invalid Product Error on Mac

I am following the QuickStart tutorial for Plaid https://www.youtube.com/watch?v=sGBvKDGgPjc&list=PLyKH4ZiEQ1bGJQXLNhrKQtQK8ADWTDJ0Y using non-docker. I continue to get this error output: ...
whyDoICodeFrontEnd's user avatar
0 votes
1 answer
131 views

Failed to download and view the file from the local path (ERR_BLOCKED_BY_CLIENT)

I deployed CSP policies to my system and then encountered an error when trying to view a PDF file from the local path. Before adding the CSP policies, this issue did not occur. This problem appears in ...
imzz's user avatar
  • 19
0 votes
0 answers
44 views

OTP not received while linking records in ABHA sbx: ABDM Sandbox integration

I am in milestone 2 stage trying to link records via PHR app. Search record and discover record stages are completed successfully. However, when it goes on OTP stage, I can see the OTP enter screen ...
kanchan's user avatar
1 vote
0 answers
20 views

Passing through /dev/mem into gVisor container

In standard Docker (runc) by default, /dev/mem is not mounted. It's possible to pass it through with --device /dev/mem:/dev/mem to make it visible within the container. However, reading is still not ...
niklassc's user avatar
  • 545
0 votes
1 answer
40 views

For EPIC FHIR I want to download documents to get more information about labs and treatments. Checked API's But didn't find one

Wanted to get more data by downloading the document to fetch more data about patient and get them downloaded and parse them two build clear doctor view. I have been tried multiple endpoints from EPIC ...
Bhautik Korat's user avatar
0 votes
0 answers
58 views

Ebay Sandbox Offer publish Issue (ShippingCostPaidByOption, ReturnsAcceptedOption, ReturnsWithinOption)

Recently, I've encountered an issue when trying to publish products on my platform. Previously, everything worked smoothly, but now I'm encountering an error preventing the publication of products. ...
Neon Man's user avatar
0 votes
0 answers
31 views

Windows configured sandbox file that has full access to local folder but can't make changes to the local folder

I'm running a wsb file with just the basic configuration: ` <Configuration> <MappedFolders> <MappedFolder> <ProtectedClient>enable</ProtectedClient> &...
Mario's user avatar
  • 13
0 votes
0 answers
78 views

Fedora 40: ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process

I have an issue with running the `Insightfull.io` Workpuls app on my Fedora 40. I've installed it as an executable file so all I did : ./Workpuls.AppImage The application launched successfully but I ...
Mo R's user avatar
  • 3
0 votes
0 answers
26 views

Open browsers with no or only the specific plugins enabled?

As title. Wondering how these are done: TrendMicro Pay Guard Kaspersky Safe Money Currently looking for a way to open "safe browser" window without external tools like Sandboxie likewise. ...
y3k00000's user avatar
0 votes
0 answers
155 views

Replace <WOOT> Occurances within Cape v2 Sandbox Script

Currently trying to install Cape v2 on an Azure VM that I have set up. I am following instructions on the website here. The instructions say: "BEFORE executing the script, you should replace the ...
JTurn01's user avatar
0 votes
0 answers
21 views

How can we conclude a process is malicious based on procmon output

I am trying to build a custom malware sandbox(not using readymade approaches like cuckoo or others) I have captured the activities and operations generated by the process, now in the next phase i ...
Grishma Rao's user avatar
0 votes
0 answers
67 views

Iyzico 3D Payment I'm getting csrf error how can I fix this

I am integrating a 3d payment system with iyzico in my project. When I try with non-3d, I can get paid without any problems, but when I use 3d, I successfully send the threeDSHtmlContent value to the ...
Doğukan''s user avatar
0 votes
0 answers
158 views

Sandbox account does not appear in the app store section in settings

I entered Setting > App store section. But ı cannot see anything about sandbox account. What should ı do? Note: I have a sandbox app installed on the dev from Xcode. I tried everything possible ı ...
bacem's user avatar
  • 11
2 votes
0 answers
18 views

Apply seccomp filter without hobbling spawning process

Suppose we have a program spawner that is used to launch other programs with a seccomp filter. If one wants to deny the use of execve in app, could this be achieved by applying the filter to a thread ...
Melab's user avatar
  • 2,722
0 votes
0 answers
10 views

In which sequence does the html iframe's sandbox parameters are validated?

I am using iframe with sandbox mode as below. I am not getting why, when I keep sandbox="", I get the errors on console only related to "allow-scripts" parameter. What about other ...
Yogesh Vadekar's user avatar
0 votes
1 answer
70 views

ADF How to retrieve the SOQL Query statements sent during an Upsert in a Copy Activity Salesforce API 2.0

I'm working on ADF in a copy activity, sending thousands of records to Salesforce Sandbox. I'm encountering errors and need to retrieve the SOQL Query statements sent during an Upsert. Is there any ...
Fernando Basaez's user avatar
1 vote
0 answers
100 views

Resetting NetSuite Sandbox to Default Without Production Data

I'm seeking advice on resetting a NetSuite sandbox to its original, default state (no data, default settings) after it's been refreshed from the production account. The aim is to use the sandbox for ...
RogerYueh's user avatar
0 votes
0 answers
746 views

simulate paypal payments with sandbox credit cards generator

When I make a sandbox Paypal payment by using my paypal account, it works fine !... I get the notification of the payment in my sandbox. And thus, If I have a look in the sandbox payment events, I can ...
solfasi's user avatar
2 votes
0 answers
36 views

Pdf is not loading on mobile broswer

This is my code where in this function showPdf i am displaying the pdf on screen, in desktop version it is working fine but in mobile broswer it is throwing this error --> jquery....
user15895653's user avatar
0 votes
1 answer
83 views

Upgraded Azure Data Explorer to python sandbox image 3.10 - impossible to install (extract) external packages

I am using an Azure Data Explorer cluster with an upgraded python 3.10 sandbox image. I want to test the latest prophet package (v1.1.5) within the sandbox. I followed the procedure here: https://...
5md's user avatar
  • 131
0 votes
1 answer
313 views

Azure app authentication with Sandbox account returns "unauthorized_client: The client does not exist or is not enabled for consumers." error

I have a registered Azure app that is working in Microsoft production API. I've created a sandbox test account (according to this instruction) and I'm trying to receive an OAuth token. According to ...
Gwen's user avatar
  • 355
0 votes
0 answers
30 views

No handlers could be found for logger "cuckoo"

Error I am running the Cocosandbox project. But I get this error when running Coco command Oops! Cuckoo failed in an unhandled exception! Sometimes bugs are already fixed in the development release, ...
AliAsghar Dehghani's user avatar
2 votes
1 answer
111 views

Swift Vapor Console App - The operation couldn’t be completed. Permission denied

I am developing a Swift Vapor app. I want to access the Terminal app (among other apps). The user will enter a front-end Terminal command and it will be performed by the backend server and the result ...
Darkwonder's user avatar
  • 1,255
1 vote
2 answers
216 views

How to prevent external script from top level navigation

On our site, external scripts from ad provider (all Javascript) occasionally navigate the user to some malware site. Any JS-code can be loaded from the ad provider (e.g. sometimes it creates an iframe ...
Abid's user avatar
  • 670
0 votes
0 answers
79 views

Amazon SPAPI error "could match input arguments"

When I run this SPAPI model I get the error - SPAPI error My model is - { "clientReferenceId": "911-xxxxxx-xxxxxx", "shipFrom": { "name": "test name 1&...
dent's user avatar
  • 1
0 votes
0 answers
36 views

snakemake has issue with using singularity

[Tue Jan 9 13:58:00 2024] rule salmon_index: input: transcriptome/Saccharomyces_cerevisiae.R64-1-1.cdna.all.fa.gz output: Saccharomyces_cerevisiae.R64-1-1.salmon_index jobid: 0 reason:...
Huiyun Wu's user avatar
0 votes
0 answers
13 views

Will the privacy sandbox have an impact on xmlhttprequest requests and will there be a problem with authentication?

I want to ask whether the privacy sandbox will have an effect on ajax requests and xmlhttprequest, because I have a site that logs in to Instagram via requests and uses the session key and csrftoken, ...
Ossama Alidrissi's user avatar
0 votes
0 answers
42 views

PayPal payment showing as pending in hotel booking lite plugin on localhost

I integrated PayPal into my hotel booking lite plugin, and payments are successfully transferred from my personal sandbox account to my business sandbox account. However, on my WordPress website ...
Faizan Amir's user avatar
-1 votes
1 answer
426 views

dnsmasq: failed to start DNS caching server

Im trying to sandbox my dnsmasq on a CentOS9 machine. I have this exact config running on a CentOS8 (with all the sandbox parameters uncommented), but the upgrade to CentOS9 seems to break it. I have ...
Elekam's user avatar
  • 73
-3 votes
1 answer
239 views

Unable to run the command cuckoo -d after installing the cuckoo [closed]

ERROR I got is: [cuckoo] CRITICAL: CuckooCriticalError: Unable to bind ResultServer on 192.168.56.1:2042 [Errno 99] Cannot assign requested address. This usually happens when you start Cuckoo without ...
Kontham Sushamma anirveda's user avatar
0 votes
0 answers
366 views

Chrome Extension: Display Sandbox Page in SidePanel And Send/Receive Messages?

Question: Has anyone figured out how to display a sandboxed page in the Chrome side panel and send/receive messages from/to it? Communication with sandboxed pages can only be done with window....
John Gordon's user avatar
  • 2,201
2 votes
0 answers
303 views

flutter program on mac OS

Launching lib/main.dart on iPhone Xr in debug mode... Updating project for Xcode compatibility. Upgrading project.pbxproj Upgrading Runner.xcscheme Running pod install... Running Xcode build... Xcode ...
Bless Bless's user avatar
0 votes
1 answer
84 views

Sandboxed webpage in SvelteKit causes SOP error

I have a SvelteKit website where users can upload JS code that other users then can run in their web browsers. To make it secure, the webpage running the user provided JS code has a Content-Security ...
Peppe L-G's user avatar
  • 8,144
1 vote
2 answers
479 views

In app purchase (iOS) sandbox issue. Error Domain=ASDServerErrorDomain Code=3504

I get the following error message when trying to test my in-app purchase with a sandbox user. <SKPaymentQueue: 0x283e01090>: Payment completed with error: Error Domain=ASDServerErrorDomain Code=...
OSMO's user avatar
  • 11
0 votes
0 answers
18 views

Calling host code functions through sandboxed library

I am exploring use of google's sandboxed library. I know host code can use RPC to call functions in the library, but is it possible to call host code functions from the library code ?
Mayur Jadhav's user avatar
0 votes
0 answers
154 views

How can I remove sandboxing of iframe link from admin django through ckeditor

When I update a data in any field of the model (model containing a field with ckeditor) the field containing iframe link has an error: An error occurred. Try watching this video on www.youtube.com, ...
ashif's user avatar
  • 1
1 vote
0 answers
753 views

Error While getting authorization code from UPS Api

We are utilizing the UPS Authorization (OAuth) endpoint to obtain the authorization code. We are using the following API endpoint: https://wwwcie.ups.com/security/v1/oauth/authorize Here are the query ...
Honey Anand2's user avatar
2 votes
0 answers
38 views

Sandboxing user written code on python without containerizing [duplicate]

I am making leetcode alike website and on backend I need to sandbox user's code to protect resources without using Docker or sth like containerizing. What are the best ways to protect my system from ...
Enkhbold's user avatar
2 votes
2 answers
686 views

Overriding dbt source function with a basic passthrough macro fails

I have this override of the ref macro in a file in the macros/ folder of my dbt project. {%- macro ref(table_name) -%} {% set relation = builtins.ref(table_name) %} {% do return(relation) %} ...
Ari C's user avatar
  • 21

1
2 3 4 5
50