Skip to content

Commit

Permalink
phpdocs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 21, 2022
1 parent 412b09f commit 63874c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/ExportHelper.php
Expand Up @@ -186,10 +186,12 @@ protected static function generateRow(array $row, $delimiter, $enclose)
}

/**
* Sanitize Certain Values to increase security from user generated output.
*
* @param string $value
* @return string
* @see https://owasp.org/www-community/attacks/CSV_Injection
* @since 1.2.1
*/
public static function sanitizeValue($value)
{
Expand Down

0 comments on commit 63874c7

Please sign in to comment.