Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
license = "Apache-2.0"
homepage = "https://ore.supply"
description = "ORE liquid staking token."
documentation = "https://docs.rs/ore-api/latest/ore_api/"
repository = "https://github.com/regolith-labs/ore"
documentation = "https://github.com/regolith-labs/ore-lst#readme"
repository = "https://github.com/regolith-labs/ore-lst"
readme = "./README.md"
keywords = ["solana"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ORE liquid staking token (stORE).
## API
- [`Consts`](api/src/consts.rs) – Program constants.
- [`Error`](api/src/error.rs) – Custom program errors.
- [`Event`](api/src/error.rs) – Custom program events.
- [`Instruction`](api/src/instruction.rs) – Declared instructions and arguments.
- [`Sdk`](api/src/sdk.rs) – Instruction builders for clients.

## Instructions

Expand Down
20 changes: 20 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Security policy

## Supported versions

Security updates apply to the latest commit on the default branch of this repository and to deployed program versions the maintainers currently support. Older revisions may not receive backports.

## Reporting a vulnerability

Please report security issues privately so they can be addressed before public disclosure.

- **Email:** hardhatchad@gmail.com
- **Discord:** hardhatchad (as listed in the on-chain security.txt for this program)

Include a clear description of the issue, affected components (program, API crate, CLI), and steps to reproduce if applicable. We aim to acknowledge reports within a few business days.

Please do not open a public GitHub issue for undisclosed vulnerabilities.

## Disclosure

After a fix is available, we may coordinate public disclosure with the reporter. Credit will be offered if desired.