Lines Matching refs:insecure
290 // Check: Any use of 'gets' is insecure.
324 "Call to function 'gets' is extremely insecure as it can "
330 // Check: Any use of 'getpwd' is insecure.
372 // Check: Any use of 'mktemp' is insecure. It is obsoleted by mkstemp().
373 // CWE-377: Insecure Temporary File
407 "Potential insecure temporary file in call 'mktemp'",
409 "Call to function 'mktemp' is insecure as it always "
410 "creates or uses insecure temporary file. Use 'mkstemp' "
494 "Insecure temporary file creation", "Security",
499 // Check: Any use of 'strcpy' is insecure.
516 "Potential insecure memory buffer bounds restriction in "
519 "Call to function 'strcpy' is insecure as it does not "
527 // Check: Any use of 'strcat' is insecure.
544 "Potential insecure memory buffer bounds restriction in "
547 "Call to function 'strcat' is insecure as it does not "
668 // All calls to vfork() are insecure, issue a warning.
673 "Potential insecure implementation-specific behavior in "
676 "Call to function 'vfork' is insecure as it can lead to "