Class SensitiveWrite
A write to a location that might contain sensitive data.
Import path
import semmle.go.security.SensitiveActionsDirect supertypes
Indirect supertypes
Known direct subtypes
Inherited predicates
| dominatesNode | Holds if this node dominates | from Node |
| getAPredecessor | Gets a node that directly precedes this one in the control-flow graph. | from Node |
| getASuccessor | Gets a node that directly follows this one in the control-flow graph. | from Node |
| getBasicBlock | Gets the basic block to which this node belongs. | from Node |
| getFile | Gets the file to which this node belongs. | from Node |
| getLocation | Gets the source location for this element. | from Node |
| getRoot | Gets the innermost function or file to which this node belongs. | from Node |
| hasLocationInfo | DEPRECATED: Use | from Node |
| isBranch | Holds if this is a node with more than one successor. | from Node |
| isEntryNode | Holds if this node is the (unique) entry node of a function or file. | from Node |
| isExitNode | Holds if this node is the (unique) exit node of a function or file. | from Node |
| isFirstNodeOf | Holds if this is the first control-flow node in | from Node |
| isJoin | Holds if this is a node with more than one predecessor. | from Node |
| toString | Gets a textual representation of this control flow node. | from Node |