Skip to content

Commit 9d86619

Browse files
committed
Add paths from QL models to MaD models
1 parent e051815 commit 9d86619

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
extensions:
2+
- addsTo:
3+
pack: codeql/go-all
4+
extensible: packageGrouping
5+
data:
6+
- ["xmlpath", "gopkg.in/xmlpath"]
7+
- ["xmlpath", "github.com/go-xmlpath/xmlpath"]
28
- addsTo:
39
pack: codeql/go-all
410
extensible: sinkModel
511
data:
6-
- ["github.com/go-xmlpath/xmlpath", "", True, "Compile", "", "", "Argument[0]", "xpath-injection", "manual"]
7-
- ["github.com/go-xmlpath/xmlpath", "", True, "MustCompile", "", "", "Argument[0]", "xpath-injection", "manual"]
12+
- ["group:xmlpath", "", True, "Compile", "", "", "Argument[0]", "xpath-injection", "manual"]
13+
- ["group:xmlpath", "", True, "MustCompile", "", "", "Argument[0]", "xpath-injection", "manual"]

0 commit comments

Comments
 (0)