Browse Source

update SQL Injection link (#19015)

tags/2.0.44
Ihor Sychevskyi 3 years ago committed by GitHub
parent
commit
8585ba3a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/guide-ja/security-best-practices.md
  2. 2
      docs/guide-zh-CN/security-best-practices.md
  3. 2
      docs/guide/security-best-practices.md

2
docs/guide-ja/security-best-practices.md

@ -117,7 +117,7 @@ $rowCount = $connection->createCommand($sql)->queryScalar();
このトピックについて更に読むべき文書: このトピックについて更に読むべき文書:
- <https://www.owasp.org/index.php/SQL_Injection> - <https://owasp.org/www-community/attacks/SQL_Injection>
XSS を回避する XSS を回避する

2
docs/guide-zh-CN/security-best-practices.md

@ -117,7 +117,7 @@ $rowCount = $connection->createCommand($sql)->queryScalar();
进一步阅读该话题: 进一步阅读该话题:
- <https://www.owasp.org/index.php/SQL_Injection> - <https://owasp.org/www-community/attacks/SQL_Injection>
防止 XSS 攻击 防止 XSS 攻击

2
docs/guide/security-best-practices.md

@ -117,7 +117,7 @@ You can get details about the syntax in [Quoting Table and Column Names](db-dao.
Further reading on the topic: Further reading on the topic:
- <https://www.owasp.org/index.php/SQL_Injection> - <https://owasp.org/www-community/attacks/SQL_Injection>
Avoiding XSS Avoiding XSS

Loading…
Cancel
Save