Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
Code fixing
  • Loading branch information
nilsteampassnet committed Jan 12, 2024
1 parent 11cbb4c commit 6763cda
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 3

paths:
exclude:
- vendor/
- plugins/
- _tools/
- includes/libraries/cryptojs/
- includes/libraries/csrfp/
- includes/libraries/ezimuel/
- includes/libraries/plupload/
- includes/libraries/yubico/
- includes/language/
- install/
2 changes: 1 addition & 1 deletion includes/config/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
define('TP_VERSION', '3.1.1');
define("UPGRADE_MIN_DATE", "1702452416");
define('TP_VERSION_MINOR', '29');
define('TP_VERSION_MINOR', '30');
define('TP_TOOL_NAME', 'Teampass');
define('TP_ONE_DAY_SECONDS', 86400);
define('TP_ONE_WEEK_SECONDS', 604800);
Expand Down
3 changes: 2 additions & 1 deletion sources/logs.datatables.php
Original file line number Diff line number Diff line change
Expand Up @@ -1059,4 +1059,5 @@
}
}

echo $antiXss->xss_clean($sOutput);
// deepcode ignore XSS: data comes from database. Before being stored it is clean with feature antiXss->xss_clean
echo (string) $sOutput;

0 comments on commit 6763cda

Please sign in to comment.