Skip to content

Commit be55348

Browse files
committed
REMOVE AGAIN: Introduce some mistakes that should be caught by QL4QL.
1 parent 7773846 commit be55348

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/exprs/Creation.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ class ElementInitializer extends MethodCall {
177177
* }
178178
* }
179179
* ```
180+
* Introduce a specific spelling error: abbout
180181
*/
181182
class ObjectCreation extends Call, LateBindableExpr, @object_creation_expr {
182183
/** Gets the type of the newly created object. */

csharp/ql/src/Bad Practices/UseOfHtmlInputHidden.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @description Finds uses of hidden fields on forms
44
* @kind problem
55
* @problem.severity recommendation
6-
* @security-severity 7.5
76
* @precision medium
87
* @id cs/web/html-hidden-input
98
* @tags security

0 commit comments

Comments
 (0)