Skip to content

Commit 8b94266

Browse files
committed
docs: reframe defensive research boundaries
1 parent 5f906d3 commit 8b94266

33 files changed

Lines changed: 2038 additions & 360 deletions

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
- language: javascript-typescript
33+
- language: rust
3434
build-mode: none
3535

3636
steps:
@@ -47,3 +47,4 @@ jobs:
4747
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
4848
with:
4949
category: "/language:${{ matrix.language }}"
50+
upload: never

.machine_readable/svc/k9/template-hunt.k9.ncl

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
K9!
22
# SPDX-License-Identifier: MPL-2.0
3-
# Robodog-ECM — Template Hunt (K9/Nickel).
3+
# Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
# robodog-defensive-systems-lab — Template Hunt (K9/Nickel).
45
#
5-
# This component defines the formal strategy for "Hunting" —
6-
//! automated reconnaissance and dependency discovery within the
7-
//! electronic countermeasure ecosystem.
6+
# This component defines automated dependency discovery and repository
7+
# validation patterns for defensive research infrastructure.
88

99
leash = 'Kennel # Combined evaluation and execution monitoring.
1010

1111
pedigree = {
1212
schema_version = "1.0.0",
13+
name = "robodog-defensive-systems-lab-hunt-template",
1314
component_type = "recon-strategy",
1415
description = "Defines the search patterns for dependency-based vulnerability hunting.",
16+
security_level = "Hunt",
17+
signature_required = true,
1518
}
1619

1720
# SEARCH PATTERNS: Defines the identifiers and markers to look for.

CONTRIBUTING.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->
2+
<!-- Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk> -->
3+
14
# Clone the repository
2-
git clone https://github.com/hyperpolymath/robodog-ecm.git
5+
git clone https://github.com/hyperpolymath/robodog-defensive-systems-lab.git
36
cd robodog-ecm
47

58
# Using Nix (recommended for reproducibility)
@@ -86,10 +89,10 @@ Use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md) an
8689
8790
Look for issues labelled:
8891
89-
- [`good first issue`](https://github.com/hyperpolymath/robodog-ecm/labels/good%20first%20issue) — Simple Perimeter 3 tasks
90-
- [`help wanted`](https://github.com/hyperpolymath/robodog-ecm/labels/help%20wanted) — Community help needed
91-
- [`documentation`](https://github.com/hyperpolymath/robodog-ecm/labels/documentation) — Docs improvements
92-
- [`perimeter-3`](https://github.com/hyperpolymath/robodog-ecm/labels/perimeter-3) — Community sandbox scope
92+
- [`good first issue`](https://github.com/hyperpolymath/robodog-defensive-systems-lab/labels/good%20first%20issue) — Simple Perimeter 3 tasks
93+
- [`help wanted`](https://github.com/hyperpolymath/robodog-defensive-systems-lab/labels/help%20wanted) — Community help needed
94+
- [`documentation`](https://github.com/hyperpolymath/robodog-defensive-systems-lab/labels/documentation) — Docs improvements
95+
- [`perimeter-3`](https://github.com/hyperpolymath/robodog-defensive-systems-lab/labels/perimeter-3) — Community sandbox scope
9396
9497
---
9598

0 commit comments

Comments
 (0)