Alexis Mousset

Results 163 comments of Alexis Mousset

It [happened](https://github.com/rustsec/rustsec/actions/runs/2959633082) again ``` [cargo-audit/tests/acceptance.rs:70] &output = "" ```

> I mean we could just say source = ["database", ..] .. and then that source triggers both license (if req.) and attribution automatically Could work and is a bit...

Updated with: - [x] Removed license/attribution fields - [x] A new optional `syndicated-from` field with the recognized `github-advisory-database` value - [x] A method to get advisory license, computed from advisory...

I renamed `github-advisory-database` to `GHSA` as it probably be clearer. About the generic way to set sources for fields I don't think it is worth the complexity, given our current...

This is easy to do, the website code already has a clone of the advisory-db repo and a markdown library.

![image](https://user-images.githubusercontent.com/329388/187544387-7a25bf2c-ce9c-4867-9ab7-11a3ea213b52.png) done!

we'll just have to modify the source a bit to replace references to "this repository".

Currently direct sending is an explicit non-goal for lettre, but it's definitely worth discussing here. We could maybe imagine a lettre optional feature to enable relay stuff.

It seems to actually be used for read/write timeout too in the sync connection https://github.com/lettre/lettre/blob/master/src/transport/smtp/client/connection.rs#L70

We should probably either close this or add separate read/write timeouts.