duanfengwang9157 2016-05-02 14:00
浏览 14
已采纳

从GET构造DateTime()是否安全?

Is the following code safe?

$d = new DateTime($_GET["date"]);

AFAIK there are no direct ways to use date format string for malicious purposes. However, there may be some peculiarities in different OS, so - would you add an additional check to ensure that date look exactly like yyyy-mm-dd?

I'm using both PHP5.6 & PHP7.

  • 写回答

1条回答 默认 最新

  • drc4925 2016-05-02 15:13
    关注

    Yes, this code is always safe. In the worst case someone tries to send something malicious and an exception is thrown because it's not a valid date. I would wrap it in a try/catch:

    try {
        $date = new \DateTime($_GET["date"]);
    } catch (\Exception $e) {
        // Log and return a status code of 404 or similar
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画