Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add security advisory info #1094

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs_website/docs/changelog/security_advisories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
id: security_advisories
title: Security Advisories
sidebar_label: Security Advisories
---

# Security Advisories

## 2022-12-05

| | |
| ----------------- | --------------------------------------------------------------------------------------------------------- |
| Summary | Attackers could perform reflected XSS if Querybook authentication is set to `oauth_auth` or `okta_oauth`. |
| CVE URL | https://cve.report/CVE-2022-46151 |
| GitHub URL | https://github.com/pinterest/querybook/security/advisories/GHSA-mrrw-9wf7-xq6w |
| Affected versions | <3.14.2 |
| Patched versions | 3.14.2 |
1 change: 1 addition & 0 deletions docs_website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"User Guide": ["user_guide/api_token", "user_guide/faq"],
"Changelog": [
"changelog/breaking_changes",
"changelog/security_advisories",
"changelog/nov_2020_2_4_2",
"changelog/may_2020_2_3_0",
"changelog/jan_2020_2_1_0"
Expand Down