Bump go-smtp to fix SMTP smuggling #170
Annotations
9 errors and 1 warning
Verify build.sh:
internal/endpoint/smtp/smtp.go#L254
cannot use &endp.serv.MaxMessageBytes (value of type *int64) as type *int in argument to cfg.DataSize
|
Verify build.sh:
internal/endpoint/smtp/smtp.go#L322
impossible type assertion: c.Session().(*Session)
|
Verify build.sh:
internal/endpoint/smtp/smtp.go#L404
cannot use sess (variable of type *Session) as type "github.com/emersion/go-smtp".Session in return statement:
|
Verify build.sh:
internal/smtpconn/smtpconn.go#L225
assignment mismatch: 2 variables but smtp.NewClientLMTP returns 1 value
|
Verify build.sh:
internal/smtpconn/smtpconn.go#L225
too many arguments in call to smtp.NewClientLMTP
|
Verify build.sh:
internal/smtpconn/smtpconn.go#L227
assignment mismatch: 2 variables but smtp.NewClient returns 1 value
|
Verify build.sh:
internal/smtpconn/smtpconn.go#L227
too many arguments in call to smtp.NewClient
|
Verify build.sh:
internal/smtpconn/smtpconn.go#L359
not enough arguments in call to c.cl.Rcpt
|
Verify build.sh
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading