Bump go-smtp to fix SMTP smuggling #170
cicd.yml
on: pull_request
Build and test
1m 16s
Prepare release artifacts
0s
Build & push Docker image
0s
Annotations
9 errors and 1 warning
Build and test:
internal/endpoint/smtp/smtp.go#L254
cannot use &endp.serv.MaxMessageBytes (value of type *int64) as type *int in argument to cfg.DataSize
|
Build and test:
internal/endpoint/smtp/smtp.go#L322
impossible type assertion: c.Session().(*Session)
|
Build and test:
internal/endpoint/smtp/smtp.go#L404
cannot use sess (variable of type *Session) as type "github.com/emersion/go-smtp".Session in return statement:
|
Build and test:
internal/smtpconn/smtpconn.go#L225
assignment mismatch: 2 variables but smtp.NewClientLMTP returns 1 value
|
Build and test:
internal/smtpconn/smtpconn.go#L225
too many arguments in call to smtp.NewClientLMTP
|
Build and test:
internal/smtpconn/smtpconn.go#L227
assignment mismatch: 2 variables but smtp.NewClient returns 1 value
|
Build and test:
internal/smtpconn/smtpconn.go#L227
too many arguments in call to smtp.NewClient
|
Build and test:
internal/smtpconn/smtpconn.go#L359
not enough arguments in call to c.cl.Rcpt
|
Build and test
Process completed with exit code 1.
|
Build and test
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/
|