Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#671 Added index column to Admin/ModuleManage/GetProgress table #688

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

jmarquez90
Copy link

Based on what I read Contributing to Shepherd Code, I'm not sure if I'm submitting this to the right branch or not. If it's incorrect please let me know and I can adjust.

Copy link
Member

@ismisepaul ismisepaul left a comment

Choose a reason for hiding this comment

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

Looks good, just minor change to address code styling. The test is failing

@@ -1932,6 +1932,9 @@ public static String getProgress(String applicationRoot, String classId) {
if (resultSet.getString(1) != null) {
result +=
"<tr><td>"
+ resultAmount
Copy link
Member

Choose a reason for hiding this comment

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

This seem to break the code style, if you could fix the indentation I think it should be okay and the test should pass.

You can run this check in your IDE (depends on which one you're using) to verify. Please see https://github.com/OWASP/SecurityShepherd/blob/dev/CONTRIBUTING.md

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