jenkins-infra / repository-permissions-updater

Artifactory permissions synchronization tool and data set
79 stars 1.05k forks source link

Indusface WAS CICD plugin publish #4187

Open productteam-was opened 6 hours ago

productteam-was commented 6 hours ago

Repository URL

https://github.com/productteam-was/indusface-was-scan

New Repository Name

indusface-was-plugin

Description

  1. A DAST Scanner Plugin for Automated Security Testing: This plugin integrates seamlessly into the Jenkins Pipeline interface, allowing for automated security/DAST scanning within CI/CD workflows.
  2. Streamlined Security Integration: Incorporating security checks early in the development lifecycle, it helps identify vulnerabilities before they reach production, ensuring faster and safer releases.
  3. Enhanced CI/CD Security: Indusface WAS plugin enables early detection and mitigation of security vulnerabilities through automated DAST scans within the development process.

GitHub users to have commit permission

@productteam-was @techieabhishekakash @AzureAD\GamyaSriyaSomalaraju

Jenkins project users to have release permission

@indusface_jenkins_plugin

Issue tracker

Jira

jenkins-cert-app commented 6 hours 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.31.74)

github-actions[bot] commented 6 hours 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 6 hours ago

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

For every identified issue, please do one of the following:

After addressing the findings through one of the above methods:


Jenkins: Plaintext password storage

You can find detailed information about this finding here.

SamplePostBuildAction.java#29 ``` Field should be reviewed whether it stores a password and is serialized to disk: accessKey ```
ScanAndBuildStatus.java#7 ``` Field should be reviewed whether it stores a password and is serialized to disk: secretKey ```