jenkins-infra / repository-permissions-updater

Artifactory permissions synchronization tool and data set
76 stars 1.02k forks source link

Request to host polarion plugin for jenkins #3939

Open nagasagardasa opened 1 month ago

nagasagardasa commented 1 month ago

Repository URL

https://github.com/nagasagardasa/Polarion-Plugin-For-Jenkins

New Repository Name

PolarionConnector-plugin

Description

This Plugin provides options in jenkins build to change workitem status in polarion, publish test results to polarion Polarion is a ALM software - https://polarion.plm.automation.siemens.com/

GitHub users to have commit permission

@nagasagardasa @resselt

Jenkins project users to have release permission

nagasagar rothomas

Issue tracker

Jira

github-actions[bot] commented 1 month ago

Hello from your friendly Jenkins Hosting Checker

It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.

You can re-trigger a check by editing your hosting request or by commenting /hosting re-check

jenkins-cert-app commented 1 month ago

Security audit, information and commands

The security team is auditing all the hosting requests, to ensure a better security by default.

This message informs you that a Jenkins Security Scan was triggered on your repository. It takes ~10 minutes to complete.

Commands The bot will parse all comments, and it will check if any line start with a command. Security team only:
  • /audit-ok => the audit is complete, the hosting can continue :tada:.
  • /audit-skip => the audit is not necessary, the hosting can continue :tada:.
  • /audit-findings => the audit reveals some issues that require corrections :pencil2:.
Anyone:
  • /request-security-scan => the findings from the Jenkins Security Scan were corrected, this command will re-scan your repository :mag:.
  • /audit-review => the findings from the audit were corrected, this command will ping the security team to review the findings :eyes:. It's only applicable when the previous audit required changes.
Only one command can be requested per comment.

(automatically generated message, version: 1.28.6)

github-actions[bot] commented 1 month ago

Hello from your friendly Jenkins Hosting Checker

It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.

You can re-trigger a check by editing your hosting request or by commenting /hosting re-check

jenkins-cert-app commented 1 month ago

The Jenkins Security Scan discovered 9 finding(s) :mag:.

Please follow the instructions below for every identified issues:

After addressing the findings through one of the above methods:


Stapler: Missing POST/RequirePOST annotation

You can find detailed information about this finding here.

PolarionNotifier.java#278 ``` Potential CSRF vulnerability: If DescriptorImpl#doCheckTestResults connects to user-specified URLs, modifies state, or is expensive to run, it should be annotated with @POST or @RequirePOST ```
PolarionNotifier.java#254 ``` Potential CSRF vulnerability: If DescriptorImpl#doCheckProject connects to user-specified URLs, modifies state, or is expensive to run, it should be annotated with @POST or @RequirePOST ```
PolarionNotifier.java#227 ``` Potential CSRF vulnerability: If DescriptorImpl#doTestConnection connects to user-specified URLs, modifies state, or is expensive to run, it should be annotated with @POST or @RequirePOST ```
PolarionWorkItemStatusUpdateBuilder.java#79 ``` Potential CSRF vulnerability: If BuilderDescriptor#doCheckWorkItem connects to user-specified URLs, modifies state, or is expensive to run, it should be annotated with @POST or @RequirePOST ```

Stapler: Missing permission check

You can find detailed information about this finding here.

PolarionNotifier.java#278 ``` Potential missing permission check in DescriptorImpl#doCheckTestResults ```
PolarionNotifier.java#254 ``` Potential missing permission check in DescriptorImpl#doCheckProject ```
PolarionNotifier.java#227 ``` Potential missing permission check in DescriptorImpl#doTestConnection ```
PolarionWorkItemStatusUpdateBuilder.java#79 ``` Potential missing permission check in BuilderDescriptor#doCheckWorkItem ```

Jenkins: Plaintext password storage

You can find detailed information about this finding here.

PolarionNotifier.java#143 ``` Field should be reviewed whether it stores a password and is serialized to disk: token ```