@@ -67,10 +67,10 @@ fn test_passwords(
6767 sink ( harmless) ;
6868 sink ( encrypted_password) ;
6969 sink ( password_hash) ;
70- sink ( passwordFile) ; // $ SPURIOUS: sensitive=password
70+ sink ( passwordFile) ;
7171
7272 sink ( ms. harmless . as_str ( ) ) ;
73- sink ( ms. password_file_path . as_str ( ) ) ; // $ SPURIOUS: sensitive=password
73+ sink ( ms. password_file_path . as_str ( ) ) ;
7474 sink ( ms. password_enabled . as_str ( ) ) ; // $ SPURIOUS: sensitive=password
7575 sink ( ms. numfailed . as_str ( ) ) ;
7676
@@ -127,11 +127,11 @@ fn test_credentials(
127127
128128 sink ( hashkey) ;
129129 sink ( hash_key) ;
130- sink ( sessionkeypath) ; // $ SPURIOUS: sensitive=id
131- sink ( account_key_path) ; // $ SPURIOUS: sensitive=id
130+ sink ( sessionkeypath) ;
131+ sink ( account_key_path) ;
132132
133- sink ( ms. get_certificate_url ( ) ) ; // $ SPURIOUS: sensitive=certificate
134- sink ( ms. get_certificate_file ( ) ) ; // $ SPURIOUS: sensitive=certificate
133+ sink ( ms. get_certificate_url ( ) ) ;
134+ sink ( ms. get_certificate_file ( ) ) ;
135135
136136 sink ( get_public_key ( ) ) ;
137137 sink ( get_next_token ( ) ) ;
@@ -343,8 +343,8 @@ fn test_private_info(
343343 sink ( info. financials . harmless . as_str ( ) ) ;
344344 sink ( info. financials . num_accounts ) ; // $ SPURIOUS: sensitive=id
345345 sink ( info. financials . total_accounts ) ; // $ SPURIOUS: sensitive=id
346- sink ( info. financials . accounting ) ; // $ SPURIOUS: sensitive=id
347- sink ( info. financials . unaccounted ) ; // $ SPURIOUS: sensitive=id
346+ sink ( info. financials . accounting ) ;
347+ sink ( info. financials . unaccounted ) ;
348348 sink ( info. financials . multiband ) ;
349349
350350 sink ( ContactDetails :: FavouriteColor ( "blue" . to_string ( ) ) ) ;
@@ -362,5 +362,5 @@ impl MyArray {
362362
363363fn test_iterator ( ) {
364364 let iter = std:: iter:: repeat ( 1 ) . take ( 10 ) ;
365- sink ( MyArray :: from_trusted_iterator ( iter) ) ; // $ SPURIOUS: sensitive=secret
365+ sink ( MyArray :: from_trusted_iterator ( iter) ) ;
366366}
0 commit comments