-
Notifications
You must be signed in to change notification settings - Fork 0
Level3: Configuration section with credentials #6
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
base: main
Are you sure you want to change the base?
Conversation
| System.out.println("Password: " + password); | ||
| } | ||
|
|
||
| public FormValidation doCheckName(@QueryParameter String name) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check
| System.out.println("Password: " + password); | ||
| } | ||
|
|
||
| public FormValidation doCheckName(@QueryParameter String name) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation
| return FormValidation.ok(); | ||
| } | ||
|
|
||
| public FormValidation doCheckPwd(@QueryParameter String pwd) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check
| return FormValidation.ok(); | ||
| } | ||
|
|
||
| public FormValidation doCheckUsername(@QueryParameter String username) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check
| return FormValidation.ok(); | ||
| } | ||
|
|
||
| public FormValidation doCheckPwd(@QueryParameter String pwd) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation
| return FormValidation.ok(); | ||
| } | ||
|
|
||
| public FormValidation doCheckUsername(@QueryParameter String username) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation
Plugin Development L3: Adding the configuration section with credentials