Skip to content

Commit

Permalink
[feat] Refine introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Oct 7, 2023
1 parent d9e0141 commit 3714f15
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion source/djangocongressjp/learn-vulnerbilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SQLインジェクションとXSS篇
============================================================

* 脆弱性を学ぶために、Djangoでやられサイトを実装してきました
* 脆弱性とはバグ🐛で、 **突いて攻撃できてしまうバグ** です
* やられサイトへの攻撃を通して、脆弱性の **原因** は何で、どう **対策** するかを学びましょう

Djangoで実装したやられサイト
Expand All @@ -21,6 +22,13 @@ https://github.com/ftnext/django-bad-apps
* よければ手元で動かしてみてください
* GitとDocker(とネットワーク)を前提にしています

過去の自分に贈る発表です
--------------------------------------------------

* Djangoのチュートリアルを終えた(+小さいアプリ作ってみた)
* 脆弱性の対策は重要らしいけど、しっかり理解できてないな...(難しそう...)
* 👉やられサイトを攻撃してみたら、脆弱性学ぶの面白い!!

お約束:ルールを守って楽しく学ぼう!
--------------------------------------------------

Expand All @@ -39,9 +47,9 @@ https://github.com/ftnext/django-bad-apps
Djangoとnikkie
--------------------------------------------------

* Djangoの実務経験はなし
* `Django Girls Tutorial <https://tutorial.djangogirls.org/ja/>`__ の翻訳(2018-2019)
* PyCon JP スタッフ向けにDjangoでアプリ自作 https://github.com/pyconjp/pycon.jp.2021.review
* ただし、Djangoの実務経験はなし

Djangoアプリに作り込んで学ぶ脆弱性
============================================================
Expand Down

0 comments on commit 3714f15

Please sign in to comment.