You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2020/10/16 06:35:36 UTC

[santuario-xml-security-java] branch master updated: codeql

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ea839e  codeql
1ea839e is described below

commit 1ea839e84ae21fd5fd2f50dfcb3636f3931d731b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Oct 16 07:35:23 2020 +0100

    codeql
---
 .github/codeql/codeql-santuario-config.yml | 14 ++++++--------
 .github/codeql/santuario.qls               |  2 +-
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/.github/codeql/codeql-santuario-config.yml b/.github/codeql/codeql-santuario-config.yml
index 9ef7984..65c52c9 100644
--- a/.github/codeql/codeql-santuario-config.yml
+++ b/.github/codeql/codeql-santuario-config.yml
@@ -1,15 +1,13 @@
 
 name: "Apache Santuario CodeQL config"
 
-#disable-default-queries: true
-#queries:
-  #- name: Custom Security and Quality
-    #uses: ./.github/codeql/santuario.qls
+disable-default-queries: true
+queries:
+  - name: Custom Security and Quality
+    uses: ./.github/codeql/santuario.qls
 
 
-queries:
-  - uses: security-and-quality
-    exclude:
-      query path: Advisory/Declarations/MissingOverrideAnnotation.ql
+#queries:
+#  - uses: security-and-quality
 
 
diff --git a/.github/codeql/santuario.qls b/.github/codeql/santuario.qls
index 6f080b9..eeeb47f 100644
--- a/.github/codeql/santuario.qls
+++ b/.github/codeql/santuario.qls
@@ -1,4 +1,4 @@
-- import: java-security-and-quality
+- import: security-and-quality
   from: codeql-java
   #exclude:
     #query name: MissingOverrideAnnotation.ql