mike-goodwin / owasp-threat-dragon

An open source, online threat modelling tool from OWASP
http://mike-goodwin.github.io/owasp-threat-dragon/
Apache License 2.0
481 stars 130 forks source link

LGTM alert #146

Closed jgadsden closed 4 years ago

jgadsden commented 4 years ago

There is an alert from LGTM in td/public/app/threatmodels/github.js

22 function activate() {
23     common.activateController([load()], controllerId)
 -- the function load does not return anything, yet the return value is used --
24             .then(function () { log('Activated GitHub Controller'); });
25 }
jgadsden commented 4 years ago

Migrated to new issue in the OWASP area repo : https://github.com/OWASP/threat-dragon/issues/13