Skip to content

Commit 5e33f14

Browse files
committed
Undo Concepts changes
1 parent d45d046 commit 5e33f14

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ module FileSystemWriteAccess {
212212
* Extend this class to refine existing API models. If you want to model new APIs,
213213
* extend `FileSystemPermissionModification::Range` instead.
214214
*/
215-
class FileSystemPermissionModification extends DataFlow::Node instanceof FileSystemPermissionModification::Range {
215+
class FileSystemPermissionModification extends DataFlow::Node instanceof FileSystemPermissionModification::Range
216+
{
216217
/**
217218
* Gets an argument to this permission modification that is interpreted as a
218219
* set of permissions.
@@ -468,7 +469,8 @@ module Http {
468469
}
469470
}
470471

471-
private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource::Range instanceof RequestInputAccess {
472+
private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource::Range instanceof RequestInputAccess
473+
{
472474
override string getSourceType() { result = this.(RequestInputAccess).getSourceType() }
473475
}
474476

@@ -957,7 +959,8 @@ module Path {
957959
* Extend this class to refine existing API models. If you want to model new APIs,
958960
* extend `CookieSecurityConfigurationSetting::Range` instead.
959961
*/
960-
class CookieSecurityConfigurationSetting extends DataFlow::Node instanceof CookieSecurityConfigurationSetting::Range {
962+
class CookieSecurityConfigurationSetting extends DataFlow::Node instanceof CookieSecurityConfigurationSetting::Range
963+
{
961964
/**
962965
* Gets a description of how this cookie setting may weaken application security.
963966
* This predicate has no results if the setting is considered to be safe.
@@ -1037,7 +1040,8 @@ module Cryptography {
10371040
* Extend this class to refine existing API models. If you want to model new APIs,
10381041
* extend `CryptographicOperation::Range` instead.
10391042
*/
1040-
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range {
1043+
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range
1044+
{
10411045
/** DEPRECATED: Use `getAlgorithm().isWeak() or getBlockMode().isWeak()` instead */
10421046
deprecated predicate isWeak() { super.isWeak() }
10431047
}

0 commit comments

Comments
 (0)