Files
codeql/java/ql/test/utils/model-generator/CaptureSinkModels.expected
Benjamin Muskalla 739fe75194 Support flow for factory and strategy pattern
* Support models for factories that create
new instances of an object while tainting it with incoming data
* Support models to infer super types for
private implementations to expose the models
at the right level
2021-11-10 16:30:24 +01:00

5 lines
292 B
Plaintext

| p;PrivateFlowViaPublicInterface$SPI;true;openStream;();;Argument[-1];create-file; |
| p;Sinks;true;copyFileToDirectory;(Path,Path,CopyOption[]);;Argument[1];create-file; |
| p;Sinks;true;readUrl;(URL,Charset);;Argument[0];open-url; |
| p;Sources;true;readUrl;(URL);;Argument[0];open-url; |