Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf36f00

Browse files
committed
C++: Add model. Observe that flow still fails.
1 parent 16e5fa3 commit bf36f00

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cpp/ql/lib/ext/CA2CAEX.model.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extensions:
2+
- addsTo:
3+
pack: codeql/cpp-all
4+
extensible: summaryModel
5+
data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance
6+
- ["", "_U_STRINGorID", True, "_U_STRINGorID", "(UINT)", "", "Argument[0]", "Argument[-1].Field[*m_lpstr]", "value", "manual"]
7+
- ["", "_U_STRINGorID", True, "_U_STRINGorID", "(LPCTSTR)", "", "Argument[*0]", "Argument[-1].Field[*m_lpstr]", "value", "manual"]

0 commit comments

Comments
 (0)