mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Rust: Adjust the test labels slightly.
This commit is contained in:
@@ -164,14 +164,17 @@ impl DeviceInfo {
|
||||
sink(&self.api_key); // $ sensitive=password
|
||||
sink(&other.api_key); // $ sensitive=password
|
||||
sink(&self.deviceApiToken); // $ sensitive=password
|
||||
sink(&self.finger_print); // $ MISSING: sensitive=private
|
||||
sink(&self.ip_address); // $ MISSING: sensitive=private
|
||||
sink(self.macaddr12); // $ sensitive=private
|
||||
sink(&self.mac_addr); // $ sensitive=private
|
||||
sink(self.mac_addr.values); // $ sensitive=private
|
||||
sink(self.mac_addr.values[0]); // $ sensitive=private
|
||||
sink(&self.networkMacAddress); // $ sensitive=private
|
||||
|
||||
// dubious (may or may not be private device info, depending on context)
|
||||
|
||||
sink(&self.finger_print);
|
||||
sink(&self.ip_address);
|
||||
|
||||
// not private device info
|
||||
|
||||
sink(self.macro_value);
|
||||
|
||||
Reference in New Issue
Block a user