vanderaj / gaiabb

Full featured web forum software written in PHP
https://github.com/vanderaj/gaiabb
2 stars 1 forks source link

Missing breaks #82

Closed vanderaj closed 4 years ago

vanderaj commented 4 years ago

Issue ID: 66a001a9096aa44f6d85abc481d114ea Impact Medium Type Missing break in switch Path /Users/vander/Documents/GitHub/gaiabb/source/include/functions.inc.php Line 2175 Description Execution falls through to the next case statement or default; this might indicate a common typo. Missing break statement between cases in switch statement First Detected Wed, 29 Jan 2020 15:29:43 GMT Scan Source Single File Scans and Local Full Scan

Issue ID: faf7ea95d60d13eb0983db1f663590b5 Impact Medium Type Missing break in switch Path /Users/vander/Documents/GitHub/gaiabb/source/include/functions.inc.php Line 1901 Description Execution falls through to the next case statement or default; this might indicate a common typo. Missing break statement between cases in switch statement First Detected Wed, 29 Jan 2020 15:29:43 GMT Scan Source Single File Scans and Local Full Scan

vanderaj commented 4 years ago

This is a false positive; this is intended behavior.