Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

change design of authentication and added some mock features#9

Merged
rohitdash08 merged 1 commit into
mainfrom
expenses
Feb 15, 2026
Merged

change design of authentication and added some mock features#9
rohitdash08 merged 1 commit into
mainfrom
expenses

Conversation

@rohitdash08

Copy link
Copy Markdown
Owner

No description provided.

)
transactions = normalize_import_rows(rows)
except ValueError as exc:
return jsonify(error=str(exc)), 400

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
return jsonify(error=str(exc)), 400
except Exception as exc: # pragma: no cover
logger.exception("Import preview failed user=%s", uid)
return jsonify(error=f"failed to parse statement: {exc}"), 500

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
@rohitdash08
rohitdash08 merged commit b7c29e2 into main Feb 15, 2026
8 of 12 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants