Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removing information from the definition because it's quite C-specific

...

Anchor
tainted source
tainted source

tainted source [ISO/IEC TS 17961:2013]
External source of untrusted data.

NOTE 
Tainted sources include

    • parameters to the main() function
    • the returned values from localeconv()fgetc()getcgetchar()fgetwc()getwc(), and getwchar()
    • the strings produced by getenv()fscanf()vfscanf()vscanf()fgets()fread()fwscanf()vfwscanf()vwscanf()wscanf(), and fgetws()

Anchor
tainted value
tainted value

tainted value [ISO/IEC TS 17961:2013]
Value derived from a tainted source that has not been sanitized.

...