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

j0k3r / graby / 883
97%
master: 95%

Build:
Build:
LAST BUILD BRANCH: allow-j0k3r-httplug-ssrf-plugin-3
DEFAULT BRANCH: master
Ran 26 Jun 2019 07:52AM UTC
Jobs 1
Files 8
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
883

push

travis-ci

j0k3r
Change the way to merge config for find & replace string

`find_string` & `replace_string` had special case when merging them.
But it failed when merging multiple times.

Update it to a bit more complex solution to ensure `find_string` & `replace_string` aren't duplicated when merging config multiple times.

We can't perform an `array_unique` on these values (looks like fabrizio got the point years ago) mostly because `replace_string` can have same values, example:

```
find_string: <amp-img
replace_string: <img

find_string: <other-img
replace_string: <img
```

To fix that issue, we combine find & replace as key & value in one array, we merge them (so we can't have duplicates keys) and then rebuild find & replace string in the current config

1280 of 1326 relevant lines covered (96.53%)

44.26 hits per line

Jobs
ID Job ID Ran Files Coverage
4 883.4 (PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml" CS_FIXER=run) 26 Jun 2019 07:49AM UTC 0
96.53
Travis Job 883.4
Source Files on build 883
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #883
  • 9336ff5c on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc