This commit is contained in:
Alex Ford 2023-06-01 16:26:05 +01:00
Родитель d09f6d318c
Коммит 606d601923
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -78,18 +78,18 @@ module SqlExecution {
}
}
/**
/**
* A data-flow node that performs SQL sanitization.
*/
class SqlSanitization extends DataFlow::Node instanceof SqlSanitization::Range { }
class SqlSanitization extends DataFlow::Node instanceof SqlSanitization::Range { }
/** Provides a class for modeling new SQL sanitization APIs. */
module SqlSanitization {
/** Provides a class for modeling new SQL sanitization APIs. */
module SqlSanitization {
/**
* A data-flow node that performs SQL sanitization.
*/
abstract class Range extends DataFlow::Node { }
}
}
/**
* A data-flow node that executes a regular expression.