Skip to content
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

These lines don't help to mitigate CVE. They only turn [nil] into nil, w... #6721

Merged
merged 1 commit into from Jun 13, 2012
Merged

Conversation

homakov
Copy link
Contributor

@homakov homakov commented Jun 13, 2012

.../o them [nil] turns into [] and that is quite innocent.

generated SQL - IN (NULL)
compact! did all the job.

…, w/o them [nil] turns into [] and that is quite innocent.

generated  SQL - `IN (NULL)`
compact! did all the job.
@spastorino spastorino closed this Jun 13, 2012
@spastorino spastorino reopened this Jun 13, 2012
spastorino added a commit that referenced this pull request Jun 13, 2012
These lines don't help to mitigate CVE. They only turn [nil] into nil, w...
@spastorino spastorino merged commit b5d5f96 into rails:master Jun 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants