Skip to content

Adding very strong password#18

Open
TsuyoshiUshio wants to merge 2 commits intomasterfrom
feature/test
Open

Adding very strong password#18
TsuyoshiUshio wants to merge 2 commits intomasterfrom
feature/test

Conversation

@TsuyoshiUshio
Copy link
Copy Markdown
Owner

This is the sample PR to test the PR bot.

BundleConfig.RegisterBundles(BundleTable.Bundles);
}
public const string Password = "abc";
}
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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";
}
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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";
}
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CODE_SMELL

Add or update the header of this file.
See details

BundleConfig.RegisterBundles(BundleTable.Bundles);
}
public const string Password = "abc";
}
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VULNERABILITY

'password' detected in this expression, review this potentially hardcoded credential.
See details

@TsuyoshiUshio
Copy link
Copy Markdown
Owner Author

CODE_SMELL

[VulnerableApplication] Mark this assembly with 'System.CLSCompliantAttribute'
See details

BundleConfig.RegisterBundles(BundleTable.Bundles);
}
public const string Password = "abc";
}
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CODE_SMELL

Change this constant to a 'static' read-only property.
See details

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/falsepositive

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is already resolved or confirmed.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/falsepositive

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is already resolved or confirmed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants