fix(DIS-158): Add security fix for findByIdAndUpdate and sanitize verification update data #158
Annotations
8 errors
|
Type check
Process completed with exit code 2.
|
|
Type check:
src/modules/telephony/services/call-processor.service.ts#L76
Conversion of type 'ObjectId' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Type check:
src/modules/telephony/services/call-processor.service.ts#L75
Conversion of type 'ObjectId' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Type check:
src/modules/telephony/services/call-processor.service.ts#L72
Conversion of type 'ObjectId' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Type check:
src/modules/setting/verification.controller.ts#L99
Property 'verifySms' does not exist on type 'VerificationService'.
|
|
Type check:
src/modules/setting/verification.controller.ts#L86
Property 'sendSmsVerification' does not exist on type 'VerificationService'.
|
|
Type check:
src/modules/setting/verification.controller.ts#L73
Expected 2 arguments, but got 3.
|
|
Type check:
src/modules/setting/verification.controller.ts#L60
Property 'sendEmailVerification' does not exist on type 'VerificationService'.
|
Loading