We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3dd72 commit 40f1dccCopy full SHA for 40f1dcc
1 file changed
yaml-examples/malloc_test.yaml
@@ -6,21 +6,8 @@ dbRoot: codeql-db # dbRoot stores all databases created by codeql indexed by rep
6
sources:
7
- prefix: https://test/ # clone url prefix
8
fullnames:
9
- # - aliasFieldAcc
10
- # - assignToInterface
11
- # - convInterface
12
- # - CWE-369
13
- # - CWE-400
14
- # - CWE-525
15
- # - CWE-807
16
- malloc_test
17
- batchmalloc
18
- # - intraResourceLeak
19
- # - memacc
20
- # - memStatSliceExprSetNil
21
- # - pkgcall
22
- # - pkgtest
23
- # - sliceExprNotSetNil
24
25
# build
26
language: go # language to analyze
@@ -52,7 +39,7 @@ queryconfig:
52
39
queries:
53
40
- pprof_ext/malloc_time.ql
54
41
- pprof_ext/malloc_line.ql
55
- - pprof_ext/heap_test.ql
42
+ - pprof_ext/flamegraph_root_cum_desc.ql
56
43
externals:
57
44
- queryLine
58
45
externalFiles:
0 commit comments