Skip to content

🦠 fix(security): use absolute URL in SECURITY.md for Scorecard #28

@UniquePixels

Description

@UniquePixels

Summary

OpenSSF Scorecard gives a 4/10 on Security-Policy with "no linked content found", despite SECURITY.md linking to GitHub's private vulnerability reporter.

Root Cause

The link on SECURITY.md line 5 uses a relative path:

[report it privately](/../../security/advisories/new)

Scorecard's link checker doesn't resolve relative GitHub paths — it needs a full URL to detect linked content.

Fix

Replace with the absolute URL:

[report it privately](https://github.com/UniquePixels/unicorn/security/advisories/new)

This should bring the Security-Policy score from 4 to 10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions