Skip to content

Conversation

@mpnowacki-reef
Copy link

@mpnowacki-reef mpnowacki-reef commented May 12, 2025

For the purpose of future hordization (integration with SN12).

"result": result
}
except Exception as e:
return JSONResponse(status_code=500, content={"error": str(e)})

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.
"prompt": prompt
}
except Exception as e:
return JSONResponse(status_code=500, content={"error": str(e)})

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.
@bkb2135 bkb2135 changed the base branch from main to staging May 27, 2025 09:52
Copy link
Collaborator

@bkb2135 bkb2135 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and builds

@bkb2135 bkb2135 merged commit 31388a2 into macrocosm-os:staging May 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants