Exakat
Exakat
Can you find the java process running gremlin, and kill it, then restart. ` ps aux | grep gremlin kill -9 php exakat.phar project -p `
currently, there is no differential update of the database : the whole process has to be redone, to collect the right files, and rebuild the whole AST and update all...
Ambassador or Diplomat is a report that has a fixed set of requirements. They are not configurable, as they are now. Excluding analyzers will be overwritten by the report's requirements....
So, Ambassador or Diplomat have a fixed set of prerequisite. Requesting the report means those pre-requisite will be added to the audit. Currently, the best option is to subclass Ambassador...
PHP 72 is not supported anymore to run exakat (OK to do the audit though). Can you try with the current version (2.1.9), and a more recent version of PHP...
No update on this one. The problem stems from the browser considering access to the local file as a security issue. That's the case in general, but not for a...
Hi Ross, Composer.json requests wrongly "php": "7.4", instead of "php": "~7.4". Fix is coming up in exakat 2.1.9. Thanks for the feed back.
This has been commited in Exakat 2.1.9. There is now a new problem with the loader, which doesn't find composer autoloading.
It should only report curl_version when used with something else than CURLVERSION_NOW, or Void. Fixed in 1.9.3
Generator and undefined interfaces is now fixed with version 1.8.4. Relation between Yield and '\Generator' return type will be later. Thanks for the catchs, 👍