magnussolution / magnusbilling7

MagnusBilling is a fast, secure, efficient, high availability, VOIP Billing.
https://www.magnusbilling.org
GNU Lesser General Public License v3.0
182 stars 106 forks source link

Secure Cookies and Mariadb Update #594

Closed yurikurka closed 1 year ago

yurikurka commented 2 years ago

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

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:

magnussolution commented 1 year ago

buenas, a versaos do mariadb ja esta em baseurl = https://yum.mariadb.org/10.9/centos7-amd64

vamos colocar o session.cookie_secure

obrigado