Conversation
| Go 言語を使用した例と推奨事項を通して学習することで、一般的な間違いや落とし穴を避けられます。 | ||
|
|
||
| 本書を読めば、安全な Go アプリケーションの開発に自信が持ていることでしょう。 | ||
| 本書を読めば、安全な Go アプリケーションの開発に自信が持てることでしょう。 |
There was a problem hiding this comment.
🚫 [textlint] <eslint.rules.prh> reported by reviewdog 🐶
持てる => 持ている (prh)
| Go 言語を使用した例と推奨事項を通して学習することで、一般的な間違いや落とし穴を避けられます。 | ||
|
|
||
| 本書を読めば、安全な Go アプリケーションの開発に自信が持ていることでしょう。 | ||
| 本書を読めば、安全な Go アプリケーションの開発に自信が持てることでしょう。 |
There was a problem hiding this comment.
[textlint-fix] reported by reviewdog 🐶
Suggested change
| 本書を読めば、安全な Go アプリケーションの開発に自信が持てることでしょう。 | |
| 本書を読めば、安全な Go アプリケーションの開発に自信が持ていることでしょう。 |
pandineer
commented
Mar 13, 2026
| ``` | ||
|
|
||
| **NOTE**: マイナス記号 `-` がオープニングデリミタ`{{`の直後、またはクロージングデリミタ `}}` の直後に置かれていない場合は通常のマイナス記号 `-` として扱われます。 | ||
| **NOTE**: マイナス記号 `-` がオープニングデリミタ`{{`の直後、またはクロージングデリミタ `}}` の直前に置かれていない場合は通常のマイナス記号 `-` として扱われます。 |
Author
There was a problem hiding this comment.
「クロージングデリミタ }} の直後」 -> 「クロージングデリミタ }} の直前」
原文:
https://github.com/OWASP/Go-SCP/blob/e6c92359bb1733c14c9d1a5218144c8102f82df0/src/input-validation/sanitization.md?plain=1#L53-L55
pandineer
commented
Mar 13, 2026
| そのため、ほとんどの一般的なユースケースでは、2 人の間で共通鍵を非対称暗号を使用して共有しています。その対称鍵を使って対称暗号で暗号化されたメッセージのやりとりを行うのです。 | ||
|
|
||
| 1990 年代の技術である AES は当然として、Go の作者は chacha20poly1305 のような認証付きの現代的な対象暗号アルゴリズムの実装とサポートを開始しています。 | ||
| 1990 年代の技術である AES は当然として、Go の作者は chacha20poly1305 のような認証付きの現代的な対称暗号アルゴリズムの実装とサポートを開始しています。 |
Author
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
読んでいて気がついたいくつかの誤字・脱字・誤訳の修正です。