@@ -212,7 +212,8 @@ 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
* Gets an argument to this permission modification that is interpreted as a
218
219
* set of permissions.
@@ -468,7 +469,8 @@ module Http {
468
469
}
469
470
}
470
471
471
- private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource:: Range instanceof RequestInputAccess {
472
+ private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource:: Range instanceof RequestInputAccess
473
+ {
472
474
override string getSourceType ( ) { result = this .( RequestInputAccess ) .getSourceType ( ) }
473
475
}
474
476
@@ -957,7 +959,8 @@ module Path {
957
959
* Extend this class to refine existing API models. If you want to model new APIs,
958
960
* extend `CookieSecurityConfigurationSetting::Range` instead.
959
961
*/
960
- class CookieSecurityConfigurationSetting extends DataFlow:: Node instanceof CookieSecurityConfigurationSetting:: Range {
962
+ class CookieSecurityConfigurationSetting extends DataFlow:: Node instanceof CookieSecurityConfigurationSetting:: Range
963
+ {
961
964
/**
962
965
* Gets a description of how this cookie setting may weaken application security.
963
966
* This predicate has no results if the setting is considered to be safe.
@@ -1037,7 +1040,8 @@ module Cryptography {
1037
1040
* Extend this class to refine existing API models. If you want to model new APIs,
1038
1041
* extend `CryptographicOperation::Range` instead.
1039
1042
*/
1040
- class CryptographicOperation extends SC:: CryptographicOperation instanceof CryptographicOperation:: Range {
1043
+ class CryptographicOperation extends SC:: CryptographicOperation instanceof CryptographicOperation:: Range
1044
+ {
1041
1045
/** DEPRECATED: Use `getAlgorithm().isWeak() or getBlockMode().isWeak()` instead */
1042
1046
deprecated predicate isWeak ( ) { super .isWeak ( ) }
1043
1047
}
0 commit comments