You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ["java.lang", "String", False, "endsWith", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]# ! why is this a summary model and not a neutral model instead? it returns a boolean
- ["java.math", "BigDecimal", False, "valueOf", "(long)", "", "Argument[0]", "ReturnValue", "taint", "manual"]# ! consider making this signatureless and merging with the above line instead
- ["java.text", "DateFormat", "format", "(Date)", "manual"]# ! unsure if should be neutral model, is flow through the param interesting in this case?
7
+
- ["java.text", "SimpleDateFormat", "SimpleDateFormat", "(String)", "manual"]# ! unsure if should be neutral model, is flow through the param interesting in this case?
- ["java.time", "LocalDate", "of", "(int,int,int)", "manual"]# ! unsure if should be neutral model, is flow through the param interesting in this case?
- ["java.util.function", "Function", True, "apply", "(Object)", "", "Argument[0]", "ReturnValue", "taint", "manual"]# ! unsure if should be added as a MaD model and if model is correct
- ["java.util.stream", "Collectors", "joining", "(CharSequence)", "manual"]# ! unsure if should be neutral model, is flow through the param interesting in this case?
- ["java.util.stream", "Collectors", "toMap", "(Function,Function)", "manual"]# ! unsure if should be neutral model, is flow through the param interesting in this case?
0 commit comments