[phpMyAdmin Git] [phpmyadmin/sql-parser] 8ea41b: Fix #270 - Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons.

Nicolas Giraud nicolas.giraud.dev at gmail.com
Sun Feb 9 13:29:52 CET 2020


Branch: refs/heads/QA
Home: https://github.com/phpmyadmin/sql-parser
Commit: 8ea41bcf08bf83cf433076078b4a0e3748ddef7c
https://github.com/phpmyadmin/sql-parser/commit/8ea41bcf08bf83cf433076078b4a0e3748ddef7c
Author: Nicolas Giraud <nicolas.giraud.dev at gmail.com>
Date: 2020-02-09 (Sun, 02 February 2020) +01:00

Changed paths: 
M src/Token.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
-----------
Fix #270 - Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons.

Fixes: #270

Commit: 32877c42fb29571f1adcaa275b6aa4bb15d829f2
https://github.com/phpmyadmin/sql-parser/commit/32877c42fb29571f1adcaa275b6aa4bb15d829f2
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-02-09 (Sun, 02 February 2020) +01:00

Changed paths: 
M src/Token.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
-----------
Merge #286 - replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons.

Pull-request: #286
Fixes: #270

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 28833656d14a738886186b3150665ea6822c99ec
https://github.com/phpmyadmin/sql-parser/commit/28833656d14a738886186b3150665ea6822c99ec
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-02-09 (Sun, 02 February 2020) +01:00

Changed paths: 
M CHANGELOG.md

Log Message:
-----------
Add CHANGELOG entry for #270

Pull-request: #286

Signed-off-by: William Desportes <williamdes at wdes.fr>



More information about the Git mailing list