|
| 1 | +/** |
| 2 | + * Provides models for the `org.springframework.cache` package. |
| 3 | + */ |
| 4 | + |
| 5 | +import java |
| 6 | +private import semmle.code.java.dataflow.ExternalFlow |
| 7 | + |
| 8 | +private class FlowSummaries extends SummaryModelCsv { |
| 9 | + override predicate row(string row) { |
| 10 | + row = |
| 11 | + [ |
| 12 | + "org.springframework.cache;Cache$ValueRetrievalException;false;ValueRetrievalException;;;Argument[0];MapKey of Argument[-1];value", |
| 13 | + "org.springframework.cache;Cache$ValueRetrievalException;false;getKey;;;MapKey of Argument[-1];ReturnValue;value", |
| 14 | + "org.springframework.cache;Cache$ValueWrapper;true;get;;;MapValue of Argument[-1];ReturnValue;value", |
| 15 | + "org.springframework.cache;Cache;true;get;(Object);;MapValue of Argument[-1];MapValue of ReturnValue;value", |
| 16 | + "org.springframework.cache;Cache;true;get;(Object,Callable);;MapValue of Argument[-1];ReturnValue;value", |
| 17 | + "org.springframework.cache;Cache;true;get;(Object,Class);;MapValue of Argument[-1];ReturnValue;value", |
| 18 | + "org.springframework.cache;Cache;true;getNativeCache;;;MapKey of Argument[-1];MapKey of ReturnValue;value", |
| 19 | + "org.springframework.cache;Cache;true;getNativeCache;;;MapValue of Argument[-1];MapValue of ReturnValue;value", |
| 20 | + "org.springframework.cache;Cache;true;put;;;Argument[0];MapKey of Argument[-1];value", |
| 21 | + "org.springframework.cache;Cache;true;put;;;Argument[1];MapValue of Argument[-1];value", |
| 22 | + "org.springframework.cache;Cache;true;putIfAbsent;;;Argument[0];MapKey of Argument[-1];value", |
| 23 | + "org.springframework.cache;Cache;true;putIfAbsent;;;Argument[1];MapValue of Argument[-1];value", |
| 24 | + "org.springframework.cache;Cache;true;putIfAbsent;;;MapValue of Argument[-1];MapValue of ReturnValue;value" |
| 25 | + ] |
| 26 | + } |
| 27 | +} |
0 commit comments