Leon Valkenborg
Leon Valkenborg
# Impacted versions * OS Type: Ubuntu * OS Version: 20.04 * Database Type: PostgreSQL * Database version: OS default * Modoboa: 1.17.0 * installer used: Yes * Webserver: Nginx...
https://github.com/motioneye-project/motioneye/blob/85bec7b61e0cb73ffacd55af6dcbc114ddac9849/motioneye/templates/main.html#L47 Double quotes here are being seen by the browser as the end of the attribute value. All strings in HTML should be HTML encoded before being rendered.
``` ``` When a function contains a declared parameter of `bool` and a default value set to `true` or `false`, it get incorrectly detected as `boolean` and thinks `bool` is...
``` ``` The return type above is specified as `bool`, but `[type]` is used in the auto-generated docblock. Expected result is: ``` ```