Daniel Porteous (dport)
Daniel Porteous (dport)
Okay yeah I'll try `poem-grpc`, though having a reverse proxy in Poem would still be helpful as part of this experimentation 😄
I managed to get a config that allows everything by default like this, at least for my project: ``` [advisories] vulnerability = "allow" unmaintained = "allow" notice = "allow" unsound...
That works for me! Want me to open a PR? If you point me to the right place in the docs that'd be helpful.
One other thing I need to change for this default is maybe including something about only checking normal deps, not build and dev deps, but I can't figure that out.
To keep it clean I asked about it here: https://github.com/EmbarkStudios/cargo-deny/issues/563.
[Feature Request] cargo deny only for deps required for a specific "phase" (normal, build, dev, etc)
My config, for context: ```toml # This cargo deny file makes sure that for the Mac target, we don't take on OpenSSL # deps for the normal (not build /...
[Feature Request] cargo deny only for deps required for a specific "phase" (normal, build, dev, etc)
Hey @repi @Jake-Shadle I don't suppose you know the answer to this?
[Feature Request] cargo deny only for deps required for a specific "phase" (normal, build, dev, etc)
I see, thanks! I'll rename this issue then and turn it into a feature request hahah. If I get time I can look into it but I doubt that'll happen...
I believe not, but that's something I'd be interested in adding one day. I'm very open to PRs adding such functionality.
This is so I know whether to run the notifier or not. In reality this is real janky and it should only return non zero when it actually fails, you're...