sonatype-nexus-community / bach

Dependency vulnerability auditor for PHP
Apache License 2.0
14 stars 15 forks source link

IQ Integration is broken #31

Closed madpah closed 3 years ago

madpah commented 3 years ago

Running bach in IQ mode produces an undefined method error:

php bach iq --file=composer.json --application=bach --host=***REDACTED*** --stage=build
 ____                         __
/\  _`\                      /\ \
\ \ \L\ \     __       ___   \ \ \___
 \ \  _ <'  /'__`\    /'___\  \ \  _ `\
  \ \ \L\ \/\ \L\.\_ /\ \__/   \ \ \ \ \
   \ \____/\ \__/.\_\\ \____\   \ \_\ \_\
    \/___/  \/__/\/_/ \/____/    \/_/\/_/

  _       _                          _   _
 /_)     /_` _  _  _ _/_     _  _   (/  /_` _ . _  _   _/  _
/_) /_/ ._/ /_// //_|/  /_/ /_//_' (_X /   / / /_'/ //_/ _\
    _/                  _/ /

In IQ.php line 65:

  Call to undefined method App\Parse\ComposerParser::get_packages()
madpah commented 3 years ago

See https://github.com/sonatype-nexus-community/bach/pull/33

bhamail commented 3 years ago

Fixed by #33