Skip to content

Commit 3e7bdf2

Browse files
committed
Refresh stale resource links
1 parent 0963243 commit 3e7bdf2

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/data/resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
why_it_matters: Primary framework documentation for Solana programs.
280280
status: active
281281
- title: Solana Program Security
282-
url: https://github.com/solana-developers/program-security
282+
url: https://solana.com/developers/courses/program-security
283283
category: ctf
284284
track: solana
285285
level: must_learn
@@ -441,7 +441,7 @@
441441
why_it_matters: On-chain detection bot network and alerting.
442442
status: active
443443
- title: OpenZeppelin Defender
444-
url: https://www.openzeppelin.com/defender
444+
url: https://docs.openzeppelin.com/defender
445445
category: monitoring
446446
track: protocol
447447
level: use_in_real_audits

docs/resources/ctfs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
| [Paradigm CTF 2022](https://github.com/paradigmxyz/paradigm-ctf-2022) | Situational / advanced | Advanced blockchain CTFs. |
2020
| [BlockSec CTFs](https://github.com/blockthreat/blocksec-ctfs) | Use in real audits | Curated blockchain CTF collection. |
2121
| [minaminao ctf-blockchain](https://github.com/minaminao/ctf-blockchain) | Use in real audits | Blockchain challenge archive. |
22-
| [Starknet Security Challenges](https://github.com/ExtropyIO/Starknet-Security-Challenges) | Situational / advanced | Cairo/Starknet practice. |
23-
| [Solana Program Security](https://github.com/solana-developers/program-security) | Must learn | Solana-specific vulnerability practice. |
22+
| [Awesome Starknet Security](https://github.com/amanusk/awesome-starknet-security) | Situational / advanced | Curated Cairo/Starknet security practice, tools, and CTFs. |
23+
| [Solana Program Security](https://solana.com/developers/courses/program-security) | Must learn | Solana-specific vulnerability practice. |
2424

2525
## Practice Rule
2626

docs/resources/incident-response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
| --- | --- | --- |
77
| [SEAL 911](https://securityalliance.org/seal-911) | Must learn | Emergency response path for active crypto incidents. |
88
| [SEAL Frameworks](https://frameworks.securityalliance.org/) | Must learn | Incident readiness and operational security frameworks. |
9-
| [Immunefi Disclosure Guidelines](https://immunefi.com/disclosure-guidelines/) | Use in real audits | Disclosure expectations and vulnerability handling. |
10-
| [OpenZeppelin Defender](https://www.openzeppelin.com/defender) | Use in real audits | Emergency admin operations and monitoring. |
9+
| [Immunefi Responsible Publication Policy](https://immunefi.com/responsible-publication/) | Use in real audits | Disclosure expectations and publication rules. |
10+
| [OpenZeppelin Defender](https://docs.openzeppelin.com/defender) | Use in real audits | Emergency admin operations and monitoring. |
1111
| [Forta](https://forta.org/) | Use in real audits | On-chain detection bots. |
1212
| [zeroShadow](https://www.zeroshadow.io/) | Paid / certification | Web3 incident response, investigations, threat intelligence, and vSOC. |
1313
| [DigiBastion Threat Intel](https://www.digibastion.com/threat-intel) | Use in real audits | Free alert feed for Web3 incidents, DeFi exploits, supply-chain threats, and operational-security updates. |

docs/resources/newsletters-and-research.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Resource | Tier | Focus |
66
| --- | --- | --- |
7-
| [Week in Ethereum News](https://weekinethereumnews.com/) | Must learn | Ethereum ecosystem changes. |
7+
| [New Week in Ethereum News](https://wie.ercref.org/) | Must learn | Ethereum ecosystem changes. |
88
| [Web3 Security Newsletter](https://web3secnews.substack.com/) | Use in real audits | Web3 security news and resources. |
99
| [BlockThreat](https://newsletter.blockthreat.io/) | Use in real audits | Security incidents and research roundup. |
1010
| [Secureum Substack](https://secureum.substack.com/) | Must learn | Learning material and security drills. |

docs/resources/soc-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DNS, dependencies, wallets, APIs, and governance.
88
| Resource | Tier | Use |
99
| --- | --- | --- |
1010
| [Forta](https://forta.org/) | Use in real audits | On-chain detection bots and alerting. |
11-
| [OpenZeppelin Defender Monitor](https://www.openzeppelin.com/defender) | Use in real audits | Contract event and admin monitoring. |
11+
| [OpenZeppelin Defender Monitor](https://docs.openzeppelin.com/defender) | Use in real audits | Contract event and admin monitoring. |
1212
| [Hypernative](https://www.hypernative.io/) | Paid / certification | Real-time exploit and anomaly detection. |
1313
| [Tenderly Alerts](https://tenderly.co/) | Use in real audits | Transaction and contract monitoring. |
1414
| [Dune](https://dune.com/) | Situational / advanced | Custom dashboards and queries. |

docs/resources/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
| Tool | Tier | Use |
8282
| --- | --- | --- |
8383
| [Forta](https://forta.org/) | Use in real audits | Detection bots and on-chain monitoring. |
84-
| [OpenZeppelin Defender](https://www.openzeppelin.com/defender) | Use in real audits | Admin operations, monitoring, and automation. |
84+
| [OpenZeppelin Defender](https://docs.openzeppelin.com/defender) | Use in real audits | Admin operations, monitoring, and automation. |
8585
| [Hypernative](https://www.hypernative.io/) | Paid / certification | Real-time protocol monitoring and exploit detection. |
8686
| [Blockaid](https://www.blockaid.io/) | Paid / certification | Wallet and dapp transaction protection. |
8787
| [GoPlus](https://gopluslabs.io/) | Use in real audits | Token, address, and transaction risk APIs. |

docs/roadmaps/cairo-starknet-auditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ account abstraction, bridges, and L2 messaging.
2727
| [Starknet Docs](https://docs.starknet.io/) | Platform, accounts, contracts, and tooling reference. |
2828
| [Starknet Foundry](https://foundry-rs.github.io/starknet-foundry/) | Testing framework for Cairo contracts. |
2929
| [OpenZeppelin Cairo Contracts](https://docs.openzeppelin.com/contracts-cairo/) | Security-reviewed Cairo components and patterns. |
30-
| [Starknet Security Challenges](https://github.com/ExtropyIO/Starknet-Security-Challenges) | Practice material for Cairo/Starknet bug classes. |
30+
| [Awesome Starknet Security](https://github.com/amanusk/awesome-starknet-security) | Curated Cairo/Starknet security tools, audits, CTFs, and practice material. |
3131

3232
## Review Checklist
3333

docs/roadmaps/solana-rust-auditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ applications, SPL integrations, and Token-2022 extensions.
2828
| [Anchor Book](https://www.anchor-lang.com/docs) | Primary framework documentation for modern Solana programs. |
2929
| [SPL Token Docs](https://spl.solana.com/token) | Token authority and account model reference. |
3030
| [Token-2022 Docs](https://spl.solana.com/token-2022) | Extension model and newer token risk surface. |
31-
| [Solana Program Security Course](https://github.com/solana-developers/program-security) | Hands-on vulnerability examples and mitigations. |
31+
| [Solana Program Security Course](https://solana.com/developers/courses/program-security) | Hands-on vulnerability examples and mitigations. |
3232

3333
## Use in Real Audits
3434

0 commit comments

Comments
 (0)