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

Send mail is broken with zf1-future #200

Closed
yhabteab opened this issue Aug 15, 2023 · 1 comment
Closed

Send mail is broken with zf1-future #200

yhabteab opened this issue Aug 15, 2023 · 1 comment

Comments

@yhabteab
Copy link
Member

Describe the bug

Passing additional params to Zend mail triggers Potential code injection in From header error, when trying to send reports.

if (! isset($this->transport)) {
$this->transport = new Zend_Mail_Transport_Sendmail('-f ' . escapeshellarg($this->getFrom()));

Upstream issue Shardj/zf1-future#326

@nilmerg
Copy link
Member

nilmerg commented Sep 1, 2023

created Icinga/icinga-php-thirdparty#17 for this

@nilmerg nilmerg closed this as not planned Won't fix, can't repro, duplicate, stale Sep 1, 2023
@nilmerg nilmerg removed the bug Something isn't working label Sep 1, 2023
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

No branches or pull requests

2 participants