cooleditphoto
  • ARTS Week1
  • ARTS WEEK2
  • ARTS WEEK 3
  • ARTS WEEK 4
  • The techniques of DBMS that enable us to process queries efficiently
  • What I learned from the programming languages throughout the history
  • my React JS learning diary
  • Distributed System Reading
  • The first impressions when I started learning Clojure
  • My Notes of the Workshop: Malware Analysis 101
  • WIP: Zookeeper learning
  • 刘鹏王超 计算广告 读书笔记
  • leetcode动态规划小分类整理
  • React Topics
  • AWS topics
  • All the resources I have used in my react app
  • How I Built My First Full-Stack App
  • CI/CD/Test toolbox list
  • MIT 6.824
    • Introduction
  • You don't know JS notes
  • Javascript Asynchronous Programming
  • Jest and Vue Util Tests
  • Vuex and Mixins
  • Security basic
Powered by GitBook
On this page

Was this helpful?

Security basic

  1. SQL injection

  2. cross-script injection : use helmet, use double curly brackets/handlebars

  3. os command injection: recommend to use the fs/unlink, use worker_threads

  4. remote control: do not use require/eval

  5. token generation: uid-safe

  6. cookie may be tampered

  7. th:utext

PreviousVuex and Mixins

Last updated 3 years ago

Was this helpful?