CPP: Remove external/microsoft tag.

This commit is contained in:
Geoffrey White
2018-10-08 15:30:43 +01:00
parent 4fb6611dbe
commit 03fd1ce83d

View File

@@ -6,7 +6,7 @@
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
| Cast from char* to wchar_t* | security, external/cwe/cwe-704, external/microsoft/c/c6276 | Detects potentially dangerous casts from char* to wchar_t*. Enabled by default on LGTM. |
| Cast from char* to wchar_t* | security, external/cwe/cwe-704 | Detects potentially dangerous casts from char* to wchar_t*. Enabled by default on LGTM. |
## Changes to existing queries