close
The Wayback Machine - https://web.archive.org/web/20200910203549/https://github.com/ramsey/uuid/issues/240
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

php_uname() has been disabled for security reasons #240

Closed
s3lcsum opened this issue Sep 27, 2018 · 2 comments
Closed

php_uname() has been disabled for security reasons #240

s3lcsum opened this issue Sep 27, 2018 · 2 comments

Comments

@s3lcsum
Copy link

@s3lcsum s3lcsum commented Sep 27, 2018

Ramsey\Uuid\Provider\Node\SystemNodeProvider::class uses php_uname() method but secure configuration of php.ini do not allows calling this command.

@ramsey ramsey added the bug label Oct 1, 2018
@ramsey
Copy link
Owner

@ramsey ramsey commented Oct 1, 2018

Project notes:

We had to check for a similar issue with passthru(). See #114 and 8d62148.

@bkayranci
Copy link
Contributor

@bkayranci bkayranci commented Oct 26, 2019

Bug Fixes #271

PHP_OS predefined constant was used instead of php_uname() function.

@ramsey ramsey closed this in #270 Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
You can’t perform that action at this time.