Skip to content

Commit 6bef9f0

Browse files
committed
feat [task-06]: Add CWE to allowed report annotation types
1 parent 38bfd4a commit 6bef9f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/server/codechecker_server/api/report_annotations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
report_annotation_types = {
3434
"timestamp": __allowed_types["datetime"],
3535
"testcase": __allowed_types["string"],
36-
"chronological_order": __allowed_types["integer"]
36+
"chronological_order": __allowed_types["integer"],
37+
"cwe": __allowed_types["string"]
3738
}

0 commit comments

Comments
 (0)