|
66 | 66 | upload: false |
67 | 67 | id: step1 |
68 | 68 |
|
| 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 | + |
69 | 80 | # TODO: need to reconsider whether to filter out |
70 | 81 | # those rules after cpp/use-of-goto |
71 | 82 | # |
@@ -98,16 +109,6 @@ jobs: |
98 | 109 | -product-mini/platforms/posix/main.c:cpp/uncontrolled-process-operation |
99 | 110 | -wamr-compiler/main.c:cpp/uncontrolled-process-operation |
100 | 111 | -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 |
111 | 112 | input: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif |
112 | 113 | output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif |
113 | 114 |
|
|
0 commit comments