From 78ffdcf4b80b6c84b42392dc978fae2a0955806f Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sun, 11 Aug 2019 14:03:36 +0200 Subject: [PATCH] Add security scope and ids to gcc --- recipes-sca/gcc-sca-native/files/gcc.sca.description | 2 +- recipes-sca/gcc-sca-native/files/gcc.sca.score | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-sca/gcc-sca-native/files/gcc.sca.description b/recipes-sca/gcc-sca-native/files/gcc.sca.description index 3e3ead7a6b..7211c63d8e 100644 --- a/recipes-sca/gcc-sca-native/files/gcc.sca.description +++ b/recipes-sca/gcc-sca-native/files/gcc.sca.description @@ -1,6 +1,6 @@ { "languages": ["C", "CPP" ], - "scope": [ "functional" ], + "scope": [ "security", "functional" ], "buildspeed" : 10, "execspeed": 10, "quality": 10 diff --git a/recipes-sca/gcc-sca-native/files/gcc.sca.score b/recipes-sca/gcc-sca-native/files/gcc.sca.score index 32a644ab30..ddac5c1f5b 100644 --- a/recipes-sca/gcc-sca-native/files/gcc.sca.score +++ b/recipes-sca/gcc-sca-native/files/gcc.sca.score @@ -1,3 +1,4 @@ { + "security": [ "gcc.gcc.hardening.*" ], "functional": [ "gcc.gcc..*" ] } \ No newline at end of file