Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
feat: Add Sentry integration (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon authored Aug 26, 2021
1 parent 7d94f9e commit 27e7702
Show file tree
Hide file tree
Showing 20 changed files with 857 additions and 237 deletions.
7 changes: 4 additions & 3 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ignore = [
"RUSTSEC-2021-0078", # Hyper 0.13.10 - Lenient `hyper` header parsing of `Content-Length` could allow request smuggling
"RUSTSEC-2021-0079", # Integer overflow in `hyper`'s parsing of the `Transfer-Encoding` header leads to data loss

# Pending distribution of openssl 111.15.0+1.1.1k
# (Also, we do not use SM2 for anything, so low impact)
"RUSTSEC-2021-0097",
# sized-chunks is used by the crate im, pulled in by sentry-core. We can't
# update the Sentry libraries to get out of this, until our server has
# upgraded. I've reviewed the CVE, and don't believe it affects im's usage.
"RUSTSEC-2020-0041",
]
Loading

0 comments on commit 27e7702

Please sign in to comment.