Detector ID python/improper-error-handling@v1.0 Category Code Quality Common Weakness Enumeration (CWE) CWE-703 Tags # availability# maintainabilityNoncompliant example 1def error_handling_pass_noncompliant(): 2 number = input("Enter number:\n") 3 try: 4 int(number) 5 except Exception: 6 # No...
IBM X-Force ID: 242953. CVE-2022-32514 2023. jan. 30. A CWE-287: Improper Authentication vulnerability exists that could allow an attacker to gain control of the device when logging into a web page. Affected Products: C-Bus Network Automation Controller - LSS5500NAC (Versions prior to...