Skip to content

Commit

Permalink
feat: 명령어 입력 특수문자 제한
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizyHub committed Jan 17, 2024
1 parent a733dbb commit d586013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/common/command.guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export class CommandGuard implements CanActivate {
'}',
`
`,
`!`,
'`',
])))
)
) {
Expand Down

0 comments on commit d586013

Please sign in to comment.