Skip to content

Commit

Permalink
Merge pull request from GHSA-c7pc-pgf6-mfh5
Browse files Browse the repository at this point in the history
IBX-3859: GraphQL critical issue
  • Loading branch information
glye authored Nov 10, 2022
2 parents 6b59098 + 1cf8741 commit 5ae5fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions src/Resources/config/default_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ parameters:
input_type: DateFieldInput
ezemail:
value_type: String
ezuser:
value_type: String
value_resolver: 'field.id'
ezfloat:
definition_type: FloatFieldDefinition
value_type: Float
Expand Down
8 changes: 0 additions & 8 deletions src/Resources/config/graphql/User.types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ User:
type: "Version"
description: "Current version metadata"
resolve: "@=value.versionInfo"
login:
type: "String"
email:
type: "String"
passwordHash:
type: "String"
hashAlgorithm:
type: "String"
enabled:
type: "Boolean"
maxLogin:
Expand Down

0 comments on commit 5ae5fb4

Please sign in to comment.