Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
/ hunter Public archive

Guidelines for writing secure code for Python developers.

License

Notifications You must be signed in to change notification settings

EdOverflow/hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunter

Guidelines for writing secure code for Python developers. Hunter demonstrates vulnerable code and security issues that vary in severity, and explains how these issues can be mitigated.

Topics

I hope to touch upon all of the following topics:

  • Authentication
  • Cross-Site Request Forgery (CSRF)
    • Generating CSRF tokens
  • Cross-Site Scripting (XSS)
    • Reflected XSS
    • Stored XSS
    • Self-XSS
  • Cryptography
    • HTTPS
    • Randomness
    • Password Storage
    • Timing Attacks
  • Denial of Service
  • Information Disclosure
  • SQL Injection
  • Unvalidated / Open Redirects
  • Best Practices

Author

Hunter was created by @EdOverflow.

License

By contributing your code, you agree to license your contribution under the MIT License. By contributing to the docs, you agree to license your contribution under the Creative Commons Attribution 4.0 International License.

About

Guidelines for writing secure code for Python developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published