1. 03 11月, 2020 1 次提交
  2. 19 9月, 2020 1 次提交
    • M
      Prevent format string vulnerability in `tf.strings.as_string`. · 33be22c6
      Mihai Maruseac 提交于
      The `printf` format specifier only allows `#`, `0`, `-`, `+` and space as flag characters. Others are interpreted as width/precision/length modifier or conversion specifiers. If a character does not fit into any of these sets `printf` just displays it.
      
      Also add a test suite for `tf.strings.as_string`. Also fix the issue where the flag character was used only if width was specified.
      
      PiperOrigin-RevId: 332553548
      Change-Id: Ie57cf2a7c14d1a36097642794c14329db669bbba
      33be22c6
  3. 08 8月, 2019 1 次提交
  4. 31 7月, 2018 1 次提交
  5. 19 6月, 2018 3 次提交
  6. 03 6月, 2018 1 次提交
  7. 16 6月, 2016 1 次提交