mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Merge branch 'unsafe-jackson-deserialization' of github.com:artem-smotrakov/ql into unsafe-jackson-deserialization
This commit is contained in:
@@ -14,14 +14,8 @@ public @interface JsonTypeInfo {
|
||||
CLASS("@class"),
|
||||
MINIMAL_CLASS("@c");
|
||||
|
||||
private final String _defaultPropertyName;
|
||||
private Id(String defProp) { }
|
||||
|
||||
private Id(String defProp) {
|
||||
this._defaultPropertyName = defProp;
|
||||
}
|
||||
|
||||
public String getDefaultPropertyName() {
|
||||
return this._defaultPropertyName;
|
||||
}
|
||||
public String getDefaultPropertyName() { return null; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user