Skip to content

Instantly share code, notes, and snippets.

@conikeec
Created November 7, 2019 04:52
Show Gist options
  • Save conikeec/49f4726a93d912352be378191289170e to your computer and use it in GitHub Desktop.
Save conikeec/49f4726a93d912352be378191289170e to your computer and use it in GitHub Desktop.
{
"name" : "@SensitiveRedact",
"modelName" : "io.shiftleft.tarpit.model.Order",
"members" : [
"creditCardNumber"
],
"baseTypes" : [
"Object"
],
"isToStringOverriden" : true,
"sinkChannels" : {
"NETWORK" : {
"isSinkingTo" : true,
"sinkMethod" : "java.io.PrintWriter.println:void(java.lang.String)"
},
"LOGGER" : {
"isSinkingTo" : true,
"sinkMethod" : "java.util.logging.Logger.info:void(java.lang.String)"
},
"FILE" : {
"isSinkingTo" : false,
"sinkMethod" : null
},
"EMAIL" : {
"isSinkingTo" : true,
"sinkMethod" : "javax.mail.Transport.send:void(javax.mail.Message)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment