Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Release #19

Merged
merged 61 commits into from
Jul 10, 2024
Merged

Production Release #19

merged 61 commits into from
Jul 10, 2024

Conversation

timwekkenbc
Copy link
Collaborator

No description provided.

brysonjbest and others added 30 commits June 12, 2024 16:07
brysonjbest and others added 24 commits June 25, 2024 16:30
Update decision handling to be able to manage linking decisions
Add functionality to sync db with new rules in rules repo upon startup
Update endpoints to post requests to handle nested rules.
@timwekkenbc timwekkenbc requested a review from brysonjbest July 10, 2024 18:48
@timwekkenbc timwekkenbc self-assigned this Jul 10, 2024

async getScenariosByFilename(goRulesJSONFilename: string): Promise<ScenarioData[]> {
try {
return await this.scenarioDataModel.find({ goRulesJSONFilename: goRulesJSONFilename }).exec();

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a user-provided value.
This query object depends on a user-provided value.
This query object depends on a user-provided value.
This query object depends on a user-provided value.
@timwekkenbc timwekkenbc merged commit 4c899af into main Jul 10, 2024
8 checks 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.

2 participants