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

第三方应用调用与校验 #52

Merged
merged 6 commits into from
Dec 8, 2024
Merged

第三方应用调用与校验 #52

merged 6 commits into from
Dec 8, 2024

Conversation

xezzon
Copy link
Owner

@xezzon xezzon commented Dec 7, 2024

PR Checklist

  • base分支是 develop
  • 选择合适的标签(单选) feature/bug/refactor/document
  • 关联 Milestone。
  • 关联 issue(针对featurebug
  • 关联 Projects(针对document

更新说明

CR Checklist

  • 满足需求规格说明书中的功能性需求、非功能性需求。
    • [ ]
  • 文档已更新。
    • 接口清单
    • 详细设计文档
    • Javadoc
  • 对外接口保持兼容。
  • 代码风格符合规范。
  • 不存在不可接受的安全风险、性能风险。
  • ...

@xezzon xezzon added the feature New feature or request label Dec 7, 2024
@xezzon xezzon added this to the 0.4 milestone Dec 7, 2024
@xezzon xezzon linked an issue Dec 7, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Dec 7, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ COPYPASTE jscpd yes 23 2.71s
✅ EDITORCONFIG editorconfig-checker 49 0 0.27s
✅ REPOSITORY checkov yes no 26.47s
✅ REPOSITORY dustilock yes no 0.02s
✅ REPOSITORY gitleaks yes no 1.28s
✅ REPOSITORY git_diff yes no 0.14s
✅ REPOSITORY secretlint yes no 1.83s
✅ REPOSITORY syft yes no 2.34s
⚠️ REPOSITORY trivy yes 49 35.84s
✅ REPOSITORY trivy-sbom yes no 30.83s
✅ REPOSITORY trufflehog yes no 16.0s
⚠️ SPELL cspell 50 14 4.44s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link
Owner Author

@xezzon xezzon left a comment

Choose a reason for hiding this comment

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

Reviewed

@komunisto komunisto self-requested a review December 8, 2024 07:48
@komunisto komunisto merged commit b957ca6 into develop Dec 8, 2024
13 checks passed
@komunisto komunisto deleted the feature/issue-49 branch December 8, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

调用对外接口
2 participants