Lines Matching full:insecure
295 // Check: Any use of 'gets' is insecure.
329 "Call to function 'gets' is extremely insecure as it can "
335 // Check: Any use of 'getpwd' is insecure.
377 // Check: Any use of 'mktemp' is insecure. It is obsoleted by mkstemp().
378 // CWE-377: Insecure Temporary File
412 "Potential insecure temporary file in call 'mktemp'",
414 "Call to function 'mktemp' is insecure as it always "
415 "creates or uses insecure temporary file. Use 'mkstemp' "
499 "Insecure temporary file creation", "Security",
504 // Check: Any use of 'strcpy' is insecure.
521 "Potential insecure memory buffer bounds restriction in "
524 "Call to function 'strcpy' is insecure as it does not "
532 // Check: Any use of 'strcat' is insecure.
549 "Potential insecure memory buffer bounds restriction in "
552 "Call to function 'strcat' is insecure as it does not "
673 // All calls to vfork() are insecure, issue a warning.
678 "Potential insecure implementation-specific behavior in "
681 "Call to function 'vfork' is insecure as it can lead to "