Mark Stosberg
Mark Stosberg
I ran into this today with 25.07.1 while editing some small files. I'm not sure what the exact trigger was.
Looks like a test started failing since this was submitted 5 months ago because elsewhere another test was added that that attempted to schedule an email without any target newsletter--...
I've fixed the test failures from newer changes which conflicted with this older PR. There is one more test failure related to a test file that doesn't seem to exist...
@dannyneira What is being done to protect against prompt injection from the web search feature? What prevents content Warp finds from a website from being used for prompt injection? According...
Speaking for Linux in particular, there are some straightforward things to explore: - Since you know the app is vulnerable to prompt injection with severe consequences, only ship it on...
I would go with `yaml` because it is very popular, highly depended on and recently updated.
Turns out I saved the script. Here it is. ```javascript const GhostAdminAPI = require('@tryghost/admin-api'); const fs = require('fs'); // Initialize the API client const api = new GhostAdminAPI({ url: 'https://pea-pod.org',...
This is a real issue with an open PR that would actually resolve it. The pull request has been waiting five months for a review.
It's true we would be running MOTIS behind an app server and we could validate that requests from customers only requested their valid private feeds. A good idea for simplification!...
The @mmd-osm fork is here https://github.com/mmd-osm/Overpass-API for folks looking for it.