Explore >> Select a destination


You are here

shuheikagawa.com
| | blog.neverendingqs.com
4.2 parsecs away

Travel
| | A case for cleaning up Nock interceptors
| | blog.somewhatabstract.com
2.5 parsecs away

Travel
| | [AI summary] The article explains how to create a basic Express server for server-side rendering (SSR) in a React application, covering project setup, routing, and considerations for integrating with client-side code.
| | xvnpw.github.io
4.1 parsecs away

Travel
| | To successful bypass access control using path traversal in $request_uri, you need to have buggy authentication/authorization service. Buggy in a way it's not normalizing url/uri that is part of access control decision. Let me find more of those on github that are relying on X-Original-Url.
| | epicserve.com
15.9 parsecs away

Travel
| I was working on my Django Base Site project when I discovered a test was failing in a GitHub Action when trying to run Django's collectstatic manager command. It was failing in Python with the error, PermissionError: [Errno 13] Permission denied: '/srv/app/collected_static'.