Closed aristiun closed 1 year 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.
/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:./request-security-scan
=> the findings from the [Jenkins Security Scan](https://www.jenkins.io/doc/developer/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.(automatically generated message, version: 1.17.14)
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
:x: Jenkins Security Scan failed. The Security team was notified about this.
The repository linked is inaccessible.
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
Do I need to make the repo public?
Do I need to make the repo public?
Yes.
done
/hosting re-check
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.
https://github.com/Aristiun-B-V/aribot-plugin' is not a valid GitHub repository (check that you do not have .git at the end, GitHub API doesn't support this).
You can re-trigger a check by editing your hosting request or by commenting /hosting re-check
/hosting re-check
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
Hello @aristiun, I have a few comment on current repository.
.mvn
nor in .github
mvn tidy:pom
to reorder the pom.xml content so it's easier to run for humans (optional)/hosting re-check
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
Hello @aristiun, I have a few comment on current repository.
- https://github.com/Aristiun-B-V/aribot-plugin/blob/master/config.jelly is unnecessary or not in the correct location
- based on https://github.com/Aristiun-B-V/aribot-plugin/blob/2b6f5308c4591e2b2495aa2a65c6bd51a43e5b2b/pom.xml#L12 you tried to configure the CD as in https://www.jenkins.io/doc/developer/publishing/releasing-cd/ but you haven't included the files in
.mvn
nor in.github
- https://github.com/Aristiun-B-V/aribot-plugin/blob/2b6f5308c4591e2b2495aa2a65c6bd51a43e5b2b/pom.xml#L30-L33 is unnecessary
- please run
mvn tidy:pom
to reorder the pom.xml content so it's easier to run for humans (optional)- based on your classes implementation, lots of declared dependencies are not necessary
- you can simplify the jelly files by putting the help files in same folder as the jelly. Currently, they seem to be named correctly. see https://www.jenkins.io/doc/developer/forms/jelly-form-controls/#add-an-inline-help-to-a-form-element
- for the credentials usage, please see https://github.com/jenkinsci/credentials-plugin/blob/master/docs/consumer.adoc#retrieve-a-previously-selected-credentials-instance because you don't need to be looking for all the credentials and see if each each matches the one selected in the configuration (see https://github.com/Aristiun-B-V/aribot-plugin/blob/2b6f5308c4591e2b2495aa2a65c6bd51a43e5b2b/src/main/java/io/jenkins/plugins/aribot/AristiunAribotBuilder.java#L149-L168)
- you need to change https://github.com/Aristiun-B-V/aribot-plugin/blob/2b6f5308c4591e2b2495aa2a65c6bd51a43e5b2b/src/main/java/io/jenkins/plugins/aribot/AristiunAribotBuilder.java#L177
- None of the java classes have a license header. I'd suggest that you add the one of the license you have selected.
Done, recheck please
.github
folder contains the following files and subdirectories: https://github.com/jenkinsci/archetypes/tree/master/common-files/.github
Replace the worlds in curly braces with your artifact IdclientSecret
is supposed to be a Secret
, not a String./request-security-scan
Hello from your friendly Jenkins Hosting Checker
It looks like you have everything in order for your hosting request. A member of the Jenkins hosting team will check over things that I am not able to check(code review, README content, etc) and process the request as quickly as possible. Thank you for your patience.
Hosting team members can host this request with /hosting host
The Jenkins Security Scan discovered 3 finding(s) :mag:. For each of them, either apply the recommended correction, suppress the warning or provide a justification.
Once you're done, either re-run the scan with /request-security-scan
or request the Security team to review your justifications with /audit-review
.
You can find detailed information about this finding here.
You can find detailed information about this finding here.
You can find detailed information about this finding here.
The Jenkins Security Scan discovered 3 finding(s) mag. For each of them, either apply the recommended correction, suppress the warning or provide a justification.
Once you're done, either re-run the scan with
/request-security-scan
or request the Security team to review your justifications with/audit-review
.Stapler: Missing POST/RequirePOST annotation
You can find detailed information about this finding here.
AristiunAribotBuilder.java#215
Stapler: Missing permission check
You can find detailed information about this finding here.
AristiunAribotBuilder.java#200
Jenkins: Plaintext password storage
You can find detailed information about this finding here.
Hello. This variable stores just credentials identifier, should I rename it credentialsId
for it to be more clear?
/audit-review
[ASSIST]
Hello. This variable stores just credentials identifier, should I rename it credentialsId for it to be more clear?
Renaming should do it. Alternatively you can just suppress the warning as it's a false positive.
/audit-review
/request-security-scan
The Jenkins Security Scan did not find anything dangerous with your plugin, congratulations! :tada:
:bulb: The Security team recommends that you are setting up the scan in your repository by following our guide.
/hosting re-check
Hello from your friendly Jenkins Hosting Checker
It looks like you have everything in order for your hosting request. A member of the Jenkins hosting team will check over things that I am not able to check(code review, README content, etc) and process the request as quickly as possible. Thank you for your patience.
Hosting team members can host this request with /hosting host
/hosting host
Hosting request complete, the code has been forked into the jenkinsci project on GitHub as https://github.com/jenkinsci/aribot-plugin
A Jira component named aribot-plugin has also been created with tejs as the default assignee for issues.
A pull request has been created against the repository permissions updater to setup release permissions. Additional users can be added by modifying the created file.
Please delete your original repository (if there are no other forks), under 'Danger Zone', so that the jenkinsci organization repository is the definitive source for the code. If there are other forks, please contact GitHub support to make the jenkinsci repo the root of the fork network (mention that Jenkins approval was given in support request 569994). Also, please make sure you properly follow the documentation on documenting your plugin so that your plugin is correctly documented.
You will also need to do the following in order to push changes and release your plugin:
In order for your plugin to be built by the Jenkins CI Infrastructure and check pull requests, please add a Jenkinsfile to the root of your repository with the following content: https://github.com/jenkinsci/archetypes/blob/master/common-files/Jenkinsfile
Welcome aboard!
Repository URL
https://github.com/Aristiun-B-V/aribot-plugin
New Repository Name
aribot-plugin
Description
Automated Threat Modeling is an AI-powered threat modeling solution that enables development teams and security professionals to automate the process of visualizing security threats in their application environments, especially in public cloud environments such as AWS and Azure. With the help of this powerful threat modeling solution, developers will be able to automatically create traceable security requirements across the lifecycle, auto-map the requirements to respected compliance frameworks such as NIST CSF (National Institute of Standards and Technology), verify the implementation status anytime, and generate Infrastructure as code templates for mitigating cloud-specific threats. This is genuinely moving security to the left.
It is hard to scale threat modeling because it is manual and tedious. The output of threat models is often not traceable across the application's lifecycle. Aribot uses multiple AI solutions to automate threat models from the solution designs, map to known regulatory standards such as NIST and create cloud specific security policies for auto-remediation.
Automated Threat Modeling is an AI-powered threat modeling solution that enables development teams and security professionals to automate the process of visualizing security threats in their application environments, especially in public cloud environments such as AWS and Azure. With the help of this powerful threat modeling solution, developers will be able to automatically create traceable security requirements across the lifecycle, auto-map the requirements to respected compliance frameworks such as NIST CSF (National Institute of Standards and Technology), verify the implementation status anytime, and generate Infrastructure as code templates for mitigating cloud-specific threats. This is genuinely moving security to the left.
Product Features:
Patents pending -> Europe - EP23020192.3, US IP 18135688, India - 202341029005
GitHub users to have commit permission
@aristiun @alex-didyk-syntech
Jenkins project users to have release permission
tejs
Issue tracker
Jira