Steven Roberts
Results
2
issues of
Steven Roberts
There is a *major* security issue with how the user data is stored and accessed. First off, in Session.js when a new Session object is created the user is stored...
We have the following `devcontainers.json` file at `.devcontainers/flask/devcontainers.json`: ``` { "name": "flask", "dockerComposeFile": [ "../../docker-compose.app.yaml", "../docker-compose.app.dev.yaml" ], "service": "flask", "workspaceFolder": "/home/jan", "features": {}, "customizations": { "vscode": { "settings": { ......
bug