Skip to content

Commit 55c325d

Browse files
committed
REMOVE AGAIN - Just for CI testing.
1 parent 7773846 commit 55c325d

File tree

3 files changed

+53
-7
lines changed

3 files changed

+53
-7
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

ql/Cargo.lock

Lines changed: 52 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)