Can you add Magento 2 support when it launches?
Closed this issue · 4 comments
Can you add Magento 2 support when it launches ( Q4 this year )?
Thanks!
I plan to. It may take some time though, I'm not as familiar with M2 as I am with M1
With M2 now officially out, what is the plan? To add support to existing scans where possible (e.g. checking magento_version/index/index for version information), to branch off and create a separate branch / fork specific to M2 or to create separate commands within the main branch? As I'm going to be attempting to look into M2 over the coming months I'm happy to make pull requests, just looking for an idea of direction you'd prefer.
I added MD5 checks a little while ago: steverobbins/magento-version-identification-php@60ecc9a
Not sure how accurate it's going to be with the new static content deployment method.
I didn't know about that controller. Pretty convenient (though bad for security). If you want to contribute just send a PR to the dev branch. There are no immediate plans to separate out things for M2.
I only came across it whilst taking a quick peak at some of the controllers in M2. It should be reliable (assuming it's not blocked), however it is not going to be 100% accurate. For security purposes it strips the end portions of the version number.