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

ProjectOpenSea / seadrop / 32601947829
65%

Build:
DEFAULT BRANCH: main
Ran 22 Aug 2026 10:17PM UTC
Jobs 1
Files 22
Run time 1min
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

22 Aug 2026 10:15PM UTC coverage: 53.427% (-11.2%) from 64.675%
32601947829

push

github

web-flow
docs: point security reports at Bugcrowd in the PR template (#174)

## Motivation

The template already keeps its guidance inside HTML comments, so none of
it leaks into contributor PR bodies. What it does not say is where to
send a security report, and a vulnerability filed as a public pull
request or issue is disclosed the moment it is opened.

## Solution

One line added to the leading comment block, pointing at
https://bugcrowd.com/engagements/opensea. Nothing else changes, and the
rendered template is still just the Motivation and Solution headings.

Part of a sweep across the public OpenSea repos. The mirrored packages
in opensea-devtools had the opposite problem: their template was plain
markdown rather than a comment, so every community PR body opened with
our own boilerplate. See opensea-sdk pull requests 1997 through 2000,
all opened the same day, each beginning with "Thanks for opening a PR"
before the author gets a word in.

Verified by stripping the HTML comments from the file and confirming the
remainder is two headings and blank lines.

## CI status

The four Forge jobs are red, and they were red before this branch
existed. They fail in `Install forge dependencies`, before a single
contract compiles:

```
Updating dependencies in /home/runner/work/<repo>/<repo>/lib
Error: git checkout exited with code 1: error: pathspec 'v1.5.0' did not match any file(s) known to git
```

`.gitmodules` pins `lib/forge-std` with `branch = v1.5.0`, but v1.5.0 is
a tag upstream, not a branch, and the Foundry nightly these workflows
install can no longer resolve it from its shallow clone. The tag itself
still exists at foundry-rs/forge-std, so this is toolchain drift rather
than a deleted ref.

Every Seaport Test CI and seadrop Test CI run going back months has
failed the same way, including dependabot branches that change nothing
but a lockfile. Seaport's own main at 08013390, the base of this branch,
failed on 2025-09-30. The Hardhat jobs, linters, CodeQL... (continued)

234 of 422 branches covered (55.45%)

Branch coverage included in aggregate %.

413 of 789 relevant lines covered (52.34%)

12.21 hits per line

Coverage Regressions

Lines Coverage ∆ File
62
0.0
-30.61% src/clones/ERC721ACloneable.sol
50
0.0
-24.0% src/clones/ERC721SeaDropCloneable.sol
15
0.0
-24.47% src/clones/ERC721ContractMetadataCloneable.sol
12
0.0
-71.43% src/extensions/ERC721SeaDropPausable.sol
9
0.0
-100.0% src/clones/ERC721SeaDropCloneFactory.sol
5
0.0
-63.64% src/lib/ERC721TransferValidator.sol
4
91.03
1.55% src/ERC721ContractMetadata.sol
4
0.0
-80.0% src/extensions/ERC721SeaDropSoulbound.sol
3
0.0
-46.15% src/test/MockTransferValidator.sol
Jobs
ID Job ID Ran Files Coverage
1 hardhat - 32601947829.1 22 Aug 2026 10:17PM UTC 22
53.43
GitHub Action Run
Source Files on build 32601947829
  • Tree
  • List 22
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • fd6e01df on github
  • Prev Build on main (#12894722482)
  • Next Build on main (#32604884141)
  • Delete
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