Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

fix(regex): remove field regex for contract fields #59

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

dtfiedler
Copy link
Collaborator

@dtfiedler dtfiedler commented Nov 20, 2023

We were using a regex to prevent arbitaray requests creating potential issues in the service. Given the expanding set of fields, and the desire to support ant contracts that may have extended schemas, we can remove this regex in the service. If the field does not exist on the state, a 404 will be returned.

We were using a regex to prevent arbitaray requests creating potential issues in the service. Given the expanding set of fields, and the desire to support ant contracts that may have extended scheams, we can remove this regex in the service. If the field does not exist on the state, a 404 will be returned.
@dtfiedler dtfiedler requested a review from a team as a code owner November 20, 2023 15:41
@dtfiedler dtfiedler merged commit e528ccc into main Nov 20, 2023
6 checks passed
@dtfiedler dtfiedler deleted the remove-state-field-regex branch November 20, 2023 17:13
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.

1 participant