681 questions
Best practices
0 votes
1 replies
24 views
Similar approach for allowed_host ip whitelist filtering in django, but in fastapi
I want to know the best practice for IP whitelist filtering in FastAPI. I'm used to writing Django APIs, but now I need to get the work done using FastAPI. Anyways, the ALLOWED_HOSTS feature in django ...
0 votes
1 answer
50 views
Internal implementation of Neo4j's RBAC to handle conflicting privileges assigned for the same role
In Neo4j, when assigning write privileges on a spicific node type for a role, I can deny write permission on some property on that node type, but also grant write permission on all the node's ...
1 vote
1 answer
32 views
FastifyAdapter bypasses global ValidationPipe for tz, resulting in 400 whitelistValidation error in production builds
FastifyAdapter bypasses global ValidationPipe for tz, resulting in 400 whitelistValidation error in production builds Description I’m experiencing an issue where my global ValidationPipe is correctly ...
0 votes
1 answer
44 views
How can I identify all external URLs or domains my application connects to, so they can be whitelisted by a client’s firewall or proxy?
I'm working on an application (could be web or mobile) that's currently being tested by a potential client. Their IT and Security team needs a list of all external URLs or domains the app communicates ...
0 votes
0 answers
47 views
Why 0auth can not able to read user to whitelist them?
So basically I were creating a whitelist system in node.js to check if the user is whitelisted by checking the role. If user in guild and if the user has the role It will response as ACCEPTED but If ...
0 votes
0 answers
56 views
How can I ignore text with Tesseract if all characters are not in whitelist?
I'm using Tesseract both on my Windows 10 machine and in the Docker container based on the alpine:3.21 image. Windows tesseract --version is tesseract v5.5.0.20241111 leptonica-1.85.0 libgif 5.2.2 :...
-1 votes
1 answer
1k views
How to get AWS SES Ip range
How can I get the outbound IP range for AWS SES in eu-west-1 region. How often do the IP range changes. I need it to help my server whitelist them for dynamic email sending with SMTP.
0 votes
1 answer
107 views
How to check if there is an exact match in the jq list
I am trying to find a tag that matches a particular image repository in the Docker registry. curl -X GET http://my-registry-ip-address/v2/ancean-api/tags/list\ result: {"name":"ancean-...
0 votes
1 answer
72 views
NGINX wordpress admin - allow not working but deny all is
so I am having issues whitelisting a IP range to allow access to the wp-admin endpoint under location. I have something similar to the below in the nginx.conf (The IP listed is an example). When I ...
-3 votes
2 answers
124 views
Counting number of unique values in one column if data in a 2nd column matches anything in a 3rd column
I have data that will be changing daily. I'd simply like to get a count of unique values from the first column if the data in the same row of the 2nd column matches anything in the 3rd column located ...
0 votes
2 answers
788 views
How to whitelist my frontend URL in a AWS EC2 instance?
I have a NodeJS backend deployed on an EC2 instance of AWS. One of the problems I'm experiencing is that I'm getting random requests to routes that don't exist (I imagine it's a bot). I would like ...
1 vote
2 answers
941 views
I Can't Connect To Digital Ocean Managed (Postgres) Database
I was working at a WeWork location and have been connected to my DO database the entire week without any issues. Today I left the office for a few hours, came back and found that I was no longer able ...
0 votes
1 answer
434 views
Whitelist Ip Addresses Laravel 11.3.0
I'm trying to block certain IP addresses from accessing my website using laravel 11.3.0, all the solutions i.m coming across suggest the method were you register the middleware in kernel.php but the ...
0 votes
0 answers
44 views
How can we deploy PY files without converting to Exe file and without Python installed on user system?
While executing the EXE file, we can't able to access the exe file due to environment and network constraint, we need to deploy the process in the user system without converting PY files to exe. We ...
2 votes
0 answers
371 views
How to Set a Whitelist of Domains for a Segment JavaScript source WriteKey to Prevent Misuse?
I am working on a project that utilizes a JavaScript source writeKey to send data to Segment Analytics. Since this code runs on the client-side, I'm concerned about the potential for the writeKey to ...