magnusbilling7 icon indicating copy to clipboard operation
magnusbilling7 copied to clipboard

Secure Cookies and Mariadb Update

Open yurikurka opened this issue 3 years ago • 0 comments

Este cookie será transmitido por uma conexão HTTP, portanto, um invasor pode interceptá-lo e sequestrar a sessão da vítima. Se o invasor puder realizar um ataque man-in-the-middle, ele poderá forçar a vítima a fazer uma solicitação HTTP ao seu site para roubar o cookie.

Status

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_production link
other_pr_master link

Todos

  • [ ] Tests
  • [ ] Documentation

Deploy Notes

Notes regarding deployment the contained body of work. These should note any db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
bundle; script/server

Impacted Areas in Application

List general components of the application that this PR will affect:

yurikurka avatar Jun 06 '22 23:06 yurikurka