Conversation
| BundleConfig.RegisterBundles(BundleTable.Bundles); | ||
| } | ||
| public const string Password = "abc"; | ||
| } |
There was a problem hiding this comment.
CODE_SMELL
3 more lines of code need to be covered by tests to reach the minimum threshold of 65.0% lines coverage.
See details
| BundleConfig.RegisterBundles(BundleTable.Bundles); | ||
| } | ||
| public const string Password = "abc"; | ||
| } |
There was a problem hiding this comment.
CODE_SMELL
7 more comment lines need to be written to reach the minimum threshold of 25.0% comment density.
See details
| BundleConfig.RegisterBundles(BundleTable.Bundles); | ||
| } | ||
| public const string Password = "abc"; | ||
| } |
There was a problem hiding this comment.
CODE_SMELL
Add or update the header of this file.
See details
| BundleConfig.RegisterBundles(BundleTable.Bundles); | ||
| } | ||
| public const string Password = "abc"; | ||
| } |
There was a problem hiding this comment.
VULNERABILITY
'password' detected in this expression, review this potentially hardcoded credential.
See details
|
CODE_SMELL
|
| BundleConfig.RegisterBundles(BundleTable.Bundles); | ||
| } | ||
| public const string Password = "abc"; | ||
| } |
There was a problem hiding this comment.
CODE_SMELL
Change this constant to a 'static' read-only property.
See details
There was a problem hiding this comment.
The issue is already resolved or confirmed.
There was a problem hiding this comment.
The issue is already resolved or confirmed.
This is the sample PR to test the PR bot.