From 8ce7f22782b1e90f29f5169d51d03efa5f5b5070 Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Wed, 20 Jul 2022 15:10:34 +0200 Subject: [PATCH] Update project.yaml for several projects (#8032) Update project.yaml --- projects/apache-commons-codec/project.yaml | 1 + projects/apache-commons-configuration/project.yaml | 1 + projects/apache-commons-io/project.yaml | 1 + projects/apache-commons-jxpath/project.yaml | 2 +- projects/apache-commons-lang/project.yaml | 2 +- projects/archaius-core/project.yaml | 3 ++- projects/jackson-databind/project.yaml | 1 + projects/jettison/project.yaml | 1 + projects/logback/project.yaml | 1 + projects/snakeyaml/project.yaml | 1 + projects/spring-boot/project.yaml | 3 ++- projects/xmlpull/project.yaml | 1 + projects/xstream/project.yaml | 1 + 13 files changed, 15 insertions(+), 4 deletions(-) diff --git a/projects/apache-commons-codec/project.yaml b/projects/apache-commons-codec/project.yaml index a940a0d9b..6bfcd41a7 100644 --- a/projects/apache-commons-codec/project.yaml +++ b/projects/apache-commons-codec/project.yaml @@ -10,3 +10,4 @@ vendor_ccs: - wagner@code-intelligence.com - patrice.salathe@code-intelligence.com - yakdan@code-intelligence.com +- hlin@code-intelligence.com diff --git a/projects/apache-commons-configuration/project.yaml b/projects/apache-commons-configuration/project.yaml index 530426358..c94aa495b 100644 --- a/projects/apache-commons-configuration/project.yaml +++ b/projects/apache-commons-configuration/project.yaml @@ -10,4 +10,5 @@ vendor_ccs: - "yakdan@code-intelligence.com" - "glendowne@code-intelligence.com" - "patrice.salathe@code-intelligence.com" + - "hlin@code-intelligence.com" - "yoshi.weber@gmail.com" diff --git a/projects/apache-commons-io/project.yaml b/projects/apache-commons-io/project.yaml index fd81ab779..a82db0453 100644 --- a/projects/apache-commons-io/project.yaml +++ b/projects/apache-commons-io/project.yaml @@ -10,3 +10,4 @@ vendor_ccs: - wagner@code-intelligence.com - patrice.salathe@code-intelligence.com - yakdan@code-intelligence.com +- hlin@code-intelligence.com diff --git a/projects/apache-commons-jxpath/project.yaml b/projects/apache-commons-jxpath/project.yaml index c38b3b536..d0a5470cd 100644 --- a/projects/apache-commons-jxpath/project.yaml +++ b/projects/apache-commons-jxpath/project.yaml @@ -7,7 +7,7 @@ sanitizers: - address vendor_ccs: - wagner@code-intelligence.com -- wagner@code-intelligence.com - yakdan@code-intelligence.com - glendowne@code-intelligence.com - patrice.salathe@code-intelligence.com +- hlin@code-intelligence.com \ No newline at end of file diff --git a/projects/apache-commons-lang/project.yaml b/projects/apache-commons-lang/project.yaml index c1e29ee4e..f74a1c11b 100644 --- a/projects/apache-commons-lang/project.yaml +++ b/projects/apache-commons-lang/project.yaml @@ -6,8 +6,8 @@ main_repo: https://github.com/apache/commons-lang.git sanitizers: - address vendor_ccs: -- patrice.salathe@code-intelligence.com - wagner@code-intelligence.com - yakdan@code-intelligence.com - glendowne@code-intelligence.com - patrice.salathe@code-intelligence.com +- hlin@code-intelligence.com diff --git a/projects/archaius-core/project.yaml b/projects/archaius-core/project.yaml index e16f2fe2c..f80ca9dc1 100644 --- a/projects/archaius-core/project.yaml +++ b/projects/archaius-core/project.yaml @@ -9,4 +9,5 @@ vendor_ccs: - "wagner@code-intelligence.com" - "yakdan@code-intelligence.com" - "glendowne@code-intelligence.com" - - "patrice.salathe@code-intelligence.com" \ No newline at end of file + - "patrice.salathe@code-intelligence.com" + - "hlin@code-intelligence.com" \ No newline at end of file diff --git a/projects/jackson-databind/project.yaml b/projects/jackson-databind/project.yaml index 6bfa34fc6..220271201 100644 --- a/projects/jackson-databind/project.yaml +++ b/projects/jackson-databind/project.yaml @@ -6,6 +6,7 @@ auto_ccs: - "yakdan@code-intelligence.com" - "glendowne@code-intelligence.com" - "patrice.salathe@code-intelligence.com" + - "hlin@code-intelligence.com" fuzzing_engines: - libfuzzer sanitizers: diff --git a/projects/jettison/project.yaml b/projects/jettison/project.yaml index b33a7439b..3cefc08ec 100644 --- a/projects/jettison/project.yaml +++ b/projects/jettison/project.yaml @@ -10,3 +10,4 @@ vendor_ccs: - wagner@code-intelligence.com - patrice.salathe@code-intelligence.com - yakdan@code-intelligence.com +- hlin@code-intelligence.com diff --git a/projects/logback/project.yaml b/projects/logback/project.yaml index e570776cd..9e28f3431 100644 --- a/projects/logback/project.yaml +++ b/projects/logback/project.yaml @@ -6,6 +6,7 @@ auto_ccs: - "yakdan@code-intelligence.com" - "glendowne@code-intelligence.com" - "patrice.salathe@code-intelligence.com" + - "hlin@code-intelligence.com" fuzzing_engines: - libfuzzer sanitizers: diff --git a/projects/snakeyaml/project.yaml b/projects/snakeyaml/project.yaml index 627b7b322..ef28f0d1c 100644 --- a/projects/snakeyaml/project.yaml +++ b/projects/snakeyaml/project.yaml @@ -10,3 +10,4 @@ vendor_ccs: - wagner@code-intelligence.com - patrice.salathe@code-intelligence.com - yakdan@code-intelligence.com +- hlin@code-intelligence.com diff --git a/projects/spring-boot/project.yaml b/projects/spring-boot/project.yaml index e86eff910..e79e0075e 100644 --- a/projects/spring-boot/project.yaml +++ b/projects/spring-boot/project.yaml @@ -9,4 +9,5 @@ vendor_ccs: - "wagner@code-intelligence.com" - "yakdan@code-intelligence.com" - "glendowne@code-intelligence.com" - - "patrice.salathe@code-intelligence.com" \ No newline at end of file + - "patrice.salathe@code-intelligence.com" + - "hlin@code-intelligence.com" \ No newline at end of file diff --git a/projects/xmlpull/project.yaml b/projects/xmlpull/project.yaml index 198a27d53..2fc152369 100644 --- a/projects/xmlpull/project.yaml +++ b/projects/xmlpull/project.yaml @@ -11,3 +11,4 @@ vendor_ccs: - yakdan@code-intelligence.com - glendowne@code-intelligence.com - patrice.salathe@code-intelligence.com +- hlin@code-intelligence.com diff --git a/projects/xstream/project.yaml b/projects/xstream/project.yaml index 4c33cd31d..8eee461ac 100644 --- a/projects/xstream/project.yaml +++ b/projects/xstream/project.yaml @@ -10,3 +10,4 @@ vendor_ccs: - wagner@code-intelligence.com - patrice.salathe@code-intelligence.com - yakdan@code-intelligence.com +- hlin@code-intelligence.com