Lines Matching refs:insecure
296 // Check: Any use of 'gets' is insecure.
330 "Call to function 'gets' is extremely insecure as it can "
336 // Check: Any use of 'getpwd' is insecure.
378 // Check: Any use of 'mktemp' is insecure. It is obsoleted by mkstemp().
379 // CWE-377: Insecure Temporary File
413 "Potential insecure temporary file in call 'mktemp'",
415 "Call to function 'mktemp' is insecure as it always "
416 "creates or uses insecure temporary file. Use 'mkstemp' "
500 "Insecure temporary file creation", "Security",
505 // Check: Any use of 'strcpy' is insecure.
522 "Potential insecure memory buffer bounds restriction in "
525 "Call to function 'strcpy' is insecure as it does not "
533 // Check: Any use of 'strcat' is insecure.
550 "Potential insecure memory buffer bounds restriction in "
553 "Call to function 'strcat' is insecure as it does not "
674 // All calls to vfork() are insecure, issue a warning.
679 "Potential insecure implementation-specific behavior in "
682 "Call to function 'vfork' is insecure as it can lead to "