We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80e663 commit 5d8f9a7Copy full SHA for 5d8f9a7
java/ql/src/semmle/code/java/frameworks/spring/SpringController.qll
@@ -325,10 +325,10 @@ private RefType stripType(Type t) {
325
}
326
327
/**
328
- * A user data type which may be populated from a HTTP request.
+ * A user data type that may be populated from an HTTP request.
329
*
330
* This includes types directly referred to as either @ModelAttribute or @RequestBody parameters,
331
- * or types which are referred to by those types.
+ * or types that are referred to by those types.
332
*/
333
class SpringUntrustedDataType extends RefType {
334
SpringUntrustedDataType() {
0 commit comments