Base branch: base-python cloned from https://github.com/wsvincent/lithium
-
Bug 01: Off-by-one error in a loop
-
Bug 02: Incorrect use of a mutable default argument
-
Bug 03: Nested conditional logic with unclear return paths
-
Bug 04: Unsanitized user input passed to system call
Base branch: base-js cloned from https://github.com/sahat/hackathon-starter
-
Bug 05: Unescaped user input injected into HTML without sanitization
-
Bug 06: Incorrectly scoped closure inside loop
-
Bug 07: Inefficient object cloning using JSON.parse/stringify on non-JSON-safe data
-
Bug 08: Forgetting to return a value from an array map() call