bringyourownideas / silverstripe-composer-security-checker

Provides information if your SilverStripe application uses dependencies with known vulnerabilities.
https://bringyourownideas.com
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

FIX Add class_exists check before loading Package classes from maintenance module #36

Closed robbieaverill closed 6 years ago

NightJar commented 6 years ago

Did you come across a situation where the lack of this check caused issues? I was assuming that the moduleexists check in the config which applies the extension (SecurityAlertExtension) would be sufficient.

https://github.com/bringyourownideas/silverstripe-composer-security-checker/blob/1/_config/packagerelations.yml#L5