Skip to content

Commit 1bd045f

Browse files
committed
trigger a test
1 parent 7b3afb0 commit 1bd045f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/codeql.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ jobs:
6666
upload: false
6767
id: step1
6868

69+
# -**:cpp/path-injection
70+
# -**:cpp/world-writable-file-creation
71+
# -**:cpp/potentially-dangerous-function
72+
# -**:cpp/integer-multiplication-cast-to-long
73+
# -**:cpp/comparison-with-wider-type
74+
# -**:cpp/leap-year/*
75+
# -**:cpp/ambiguously-signed-bit-field
76+
# -**:cpp/suspicious-pointer-scaling
77+
# -**:cpp/suspicious-pointer-scaling-void
78+
# -**:cpp/unsigne-comparison-zero
79+
6980
# TODO: need to reconsider whether to filter out
7081
# those rules after cpp/use-of-goto
7182
#
@@ -98,16 +109,6 @@ jobs:
98109
-product-mini/platforms/posix/main.c:cpp/uncontrolled-process-operation
99110
-wamr-compiler/main.c:cpp/uncontrolled-process-operation
100111
-core/shared/platform/common/posix/posix_thread.c:cpp/alloca-in-loop
101-
-**:cpp/path-injection
102-
-**:cpp/world-writable-file-creation
103-
-**:cpp/potentially-dangerous-function
104-
-**:cpp/integer-multiplication-cast-to-long
105-
-**:cpp/comparison-with-wider-type
106-
-**:cpp/leap-year/*
107-
-**:cpp/ambiguously-signed-bit-field
108-
-**:cpp/suspicious-pointer-scaling
109-
-**:cpp/suspicious-pointer-scaling-void
110-
-**:cpp/unsigne-comparison-zero
111112
input: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
112113
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
113114

0 commit comments

Comments
 (0)