From 37b6c4888222f2b69e7b9292e37ed105981b0cdf Mon Sep 17 00:00:00 2001 From: Josh Grossman Date: Wed, 17 Apr 2024 11:48:36 +0300 Subject: [PATCH 1/3] Fix bulleting --- cheatsheets/OAuth2_Cheat_Sheet.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cheatsheets/OAuth2_Cheat_Sheet.md b/cheatsheets/OAuth2_Cheat_Sheet.md index c262a07268..527ad9d956 100644 --- a/cheatsheets/OAuth2_Cheat_Sheet.md +++ b/cheatsheets/OAuth2_Cheat_Sheet.md @@ -62,9 +62,9 @@ The implicit grant is a simplified authorization code flow optimized for clients References: -[RFC 6750](https://www.rfc-editor.org/info/rfc6750) -[RFC 6749](https://www.rfc-editor.org/info/rfc6749) -[OAuth 2.0 Best Practices](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices) -[Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#mix_up) -[RFC9207](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-4) -[Other Countermeasures for Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-6) +* [RFC 6750](https://www.rfc-editor.org/info/rfc6750) +* [RFC 6749](https://www.rfc-editor.org/info/rfc6749) +* [OAuth 2.0 Best Practices](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices) +* [Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#mix_up) +* [RFC9207](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-4) +* [Other Countermeasures for Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-6) From 28bdee4b78f5ec276a8ddfe87ead258becf122f4 Mon Sep 17 00:00:00 2001 From: Josh Grossman Date: Wed, 17 Apr 2024 11:51:16 +0300 Subject: [PATCH 2/3] Add sane-lists as recommended here: https://github.com/mkdocs/mkdocs/discussions/2838 --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index b70ddeb6b9..9827b50ce6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,3 +68,4 @@ markdown_extensions: emoji_generator: !!python/name:pymdownx.emoji.to_svg - toc: permalink: true + - sane_lists From ef719fdfe87c34ec095447072a8e3239f926592a Mon Sep 17 00:00:00 2001 From: Josh Grossman Date: Wed, 17 Apr 2024 11:52:49 +0300 Subject: [PATCH 3/3] Use hyphen for lists --- cheatsheets/OAuth2_Cheat_Sheet.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cheatsheets/OAuth2_Cheat_Sheet.md b/cheatsheets/OAuth2_Cheat_Sheet.md index 527ad9d956..8a0c0c9f5f 100644 --- a/cheatsheets/OAuth2_Cheat_Sheet.md +++ b/cheatsheets/OAuth2_Cheat_Sheet.md @@ -62,9 +62,9 @@ The implicit grant is a simplified authorization code flow optimized for clients References: -* [RFC 6750](https://www.rfc-editor.org/info/rfc6750) -* [RFC 6749](https://www.rfc-editor.org/info/rfc6749) -* [OAuth 2.0 Best Practices](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices) -* [Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#mix_up) -* [RFC9207](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-4) -* [Other Countermeasures for Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-6) +- [RFC 6750](https://www.rfc-editor.org/info/rfc6750) +- [RFC 6749](https://www.rfc-editor.org/info/rfc6749) +- [OAuth 2.0 Best Practices](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices) +- [Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#mix_up) +- [RFC9207](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-4) +- [Other Countermeasures for Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-6)