Skip to content

Commit

Permalink
Feat/dependencies (#1833)
Browse files Browse the repository at this point in the history
* fix: Fix XSS when displaying URL on search account view.

Signed-off-by: Rubén D <[email protected]>

* fix: Fix XSS when displaying URL on account view.

Signed-off-by: Rubén D <[email protected]>

* fix: Fix XSS when displaying some URLs.

Signed-off-by: Rubén D <[email protected]>

* fix: Fix XSS when displaying some URLs.

Signed-off-by: Rubén D <[email protected]>

* chore: Bump version number.

Signed-off-by: Rubén D <[email protected]>

* build: Update dependencies.

Signed-off-by: Rubén D <[email protected]>

* build: Update dependencies.

Signed-off-by: Rubén D <[email protected]>
  • Loading branch information
nuxsmin authored Jun 4, 2022
1 parent 4da4d03 commit 3c25f90
Show file tree
Hide file tree
Showing 2 changed files with 800 additions and 751 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"docs": "https://doc.syspass.org"
},
"require": {
"roave/security-advisories": "dev-master",
"php": "~7.4",
"defuse/php-encryption": "^2.1",
"phpmailer/phpmailer": "^6.0",
Expand All @@ -41,6 +40,7 @@
"ext-mbstring": "*"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^6",
"phpunit/dbunit": "^3",
"fzaninotto/faker": "^v1.8",
Expand Down
Loading

0 comments on commit 3c25f90

Please sign in to comment.