• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

plank / laravel-mediable / 29220191130

13 Jul 2026 02:44AM UTC coverage: 93.691% (-0.6%) from 94.27%
29220191130

push

github

web-flow
Merge pull request #391 from plank/cve-mitigation

7.x

187 of 211 new or added lines in 8 files covered. (88.63%)

1 existing line in 1 file now uncovered.

1589 of 1696 relevant lines covered (93.69%)

162.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Exceptions/MediaUploadException.php
1
<?php
2
declare(strict_types=1);
3

4
namespace Plank\Mediable\Exceptions;
5

6
use Exception;
7

8
class MediaUploadException extends Exception
9
{
10
    public static function failedToSanitize(string $message, ?Exception $original = null): self
11
    {
NEW
12
        return new self("Failed to sanitize file: " . $message, 0, $original);
×
13
    }
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc