Skip to content

Commit b22ce8e

Browse files
committed
chore(config): add SPDX-License-Identifier header to config.ncl
Hypatia security scan flagged config/config.ncl as missing the SPDX header (rule_module code_safety, CWE-1104). The file became newly exposed at config/ after the Phase-2 configs/->config/ consolidation; the missing header was preexisting and is now corrected. https://claude.ai/code/session_01YPqu7gti4azBach6ZvpRFJ
1 parent 69e2ae8 commit b22ce8e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/config.ncl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
3+
14
# Configuration generation
25
{
36
name = "my-app",

0 commit comments

Comments
 (0)