-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SpipAdapter #76
Comments
* Add SPIP adapter * Detect by spip.php or spip_loader.php Reference : * CMS-Garden#76
Hello I've a PR in progress at https://github.com/camlafit/cmsscanner/tree/issue-76_SPIPAdapter
Thanks a lot |
Probably not the optimal way, but as you need the CMS version here, I can hardly see a way around it
If I understand you correctly, both files are present in SPIP instance, correct? If so, why adding a second file at all?
See: All findings, regardless of their source adapter, are passed to all adapters for verification |
Hello
Maybe detectVersion() could be set a local
Some user can personalize their spip.php to another name. Purpose is to catch this use case and use a workaround on an optional file specific to this CMS.
Ok I see, then actually this behavior is normal :) |
If you go down that road, you'll class property storing a path => version map, as only one class instance is created and multiple CMS instances with multiple versions might by present on the filesystem |
Hi
Could be nice to add SPIP cms
Thanks
The text was updated successfully, but these errors were encountered: