-
Notifications
You must be signed in to change notification settings - Fork 306
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
Adds Record For facade/ignition RCE: CVE-2021-3129 #536
Adds Record For facade/ignition RCE: CVE-2021-3129 #536
Conversation
Am I missing something? If I look at https://github.com/facade/ignition/tree/1.16.14 it doesn't seem to actually contain the fix? Did something go wrong with tagging there @freekmurze ? |
@naderman Is this not the fixed code: https://github.com/facade/ignition/blob/1.16.14/src/Solutions/MakeViewVariableOptionalSolution.php#L74-L90 |
@freshleafmedia It is, but it looks to me like it's actually a version of 2.5 containing the fix that was accidentally taged as 1.16? The rest of the code is 2.5 now in the 1.16 tag too? https://github.com/facade/ignition/blob/1.16.14/CHANGELOG.md |
Regarding your invalid bound change, it was fine to add v1 with the constraint, you just have to then add a lower bound for master at >=2.0-dev because otherwise the two branches overlap? |
Really? I was getting an |
I'm afraid not, It's two separate error messages. If I add a lower version constraint it shows the error:
|
Looking at the validator it is using the regex |
@freshleafmedia ah sorry, the name is indeed invalid, I suppose "1.x" would be an appropriate branch name to store the info on the 1.x version range, maybe @stof can shed some light on this? |
I think |
How far is this from getting merged? There seems to be active probing for this vulnerability according to greynoise: |
I see that the 1.16.14 release has been fixed in the meantime, so merging it now. |
This PR adds a record for the facade/ignition RCE vulnerability.