mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-02 09:36:40 +01:00
Add slack-morphism CVE-2022-31162 (#1556)
This commit is contained in:
committed by
GitHub
parent
6d67664d5c
commit
f134e7d43f
17
crates/slack-morphism/RUSTSEC-0000-0000.md
Normal file
17
crates/slack-morphism/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,17 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "slack-morphism"
|
||||
date = "2022-07-22"
|
||||
url = "https://github.com/abdolence/slack-morphism-rust/pull/133"
|
||||
aliases = ["CVE-2022-31162", "GHSA-99j7-mhfh-w84p"]
|
||||
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
|
||||
|
||||
[versions]
|
||||
patched = [">= 0.41.0"]
|
||||
```
|
||||
# Slack OAuth Secrets leak in debug logs
|
||||
|
||||
Debug log formatting made it possible to leak OAuth secrets into debug logs.
|
||||
|
||||
The patched version has introduced more strict checks to avoid this.
|
||||
Reference in New Issue
Block a user