@@ -212,7 +212,7 @@ module FileSystemWriteAccess {
212
212
* Extend this class to refine existing API models. If you want to model new APIs,
213
213
* extend `FileSystemPermissionModification::Range` instead.
214
214
*/
215
- class FileSystemPermissionModification extends DataFlow:: Node instanceof FileSystemPermissionModification:: Range
215
+ class FileSystemPermissionModification extends DataFlow:: Node instanceof FileSystemPermissionModification:: Range
216
216
{
217
217
/**
218
218
* Gets an argument to this permission modification that is interpreted as a
@@ -469,7 +469,7 @@ module Http {
469
469
}
470
470
}
471
471
472
- private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource:: Range instanceof RequestInputAccess
472
+ private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource:: Range instanceof RequestInputAccess
473
473
{
474
474
override string getSourceType ( ) { result = this .( RequestInputAccess ) .getSourceType ( ) }
475
475
}
@@ -959,7 +959,7 @@ module Path {
959
959
* Extend this class to refine existing API models. If you want to model new APIs,
960
960
* extend `CookieSecurityConfigurationSetting::Range` instead.
961
961
*/
962
- class CookieSecurityConfigurationSetting extends DataFlow:: Node instanceof CookieSecurityConfigurationSetting:: Range
962
+ class CookieSecurityConfigurationSetting extends DataFlow:: Node instanceof CookieSecurityConfigurationSetting:: Range
963
963
{
964
964
/**
965
965
* Gets a description of how this cookie setting may weaken application security.
@@ -1040,7 +1040,7 @@ module Cryptography {
1040
1040
* Extend this class to refine existing API models. If you want to model new APIs,
1041
1041
* extend `CryptographicOperation::Range` instead.
1042
1042
*/
1043
- class CryptographicOperation extends SC:: CryptographicOperation instanceof CryptographicOperation:: Range
1043
+ class CryptographicOperation extends SC:: CryptographicOperation instanceof CryptographicOperation:: Range
1044
1044
{
1045
1045
/** DEPRECATED: Use `getAlgorithm().isWeak() or getBlockMode().isWeak()` instead */
1046
1046
deprecated predicate isWeak ( ) { super .isWeak ( ) }
0 commit comments