AppacYazilim / zamanejs

TS/JS ile Zaman Damgası
https://appac.ltd
MIT License
5 stars 5 forks source link

[StepSecurity] Apply security best practices #85

Closed step-security-bot closed 3 days ago

step-security-bot commented 3 days ago

Summary

This pull request is created by StepSecurity at the request of @mehmeteminkartal. Please merge the Pull Request to incorporate the requested changes. Please tag @mehmeteminkartal on your message if you have any questions related to the PR.

Security Fixes

Least Privileged GitHub Actions Token Permissions

The GITHUB_TOKEN is an automatically generated secret to make authenticated calls to the GitHub API. GitHub recommends setting minimum token permissions for the GITHUB_TOKEN.

GitHub Action tags and Docker tags are mutable. This poses a security risk. GitHub's Security Hardening guide recommends pinning actions to full length commit.

Harden-Runner is an open-source security agent for the GitHub-hosted runner to prevent software supply chain attacks. It prevents exfiltration of credentials, detects tampering of source code during build, and enables running jobs without sudo access.

Harden runner usage You can find link to view insights and policy recommendation in the build log Please refer to [documentation](https://docs.stepsecurity.io/harden-runner/how-tos/enable-runtime-security) to find more details.

Keeping your actions up to date with Dependabot

With Dependabot version updates, when Dependabot identifies an outdated dependency, it raises a pull request to update the manifest to the latest version of the dependency. This is recommended by GitHub as well as The Open Source Security Foundation (OpenSSF).

Pre-commit is a framework for managing and maintaining multi-language pre-commit hooks. Hooks can be any scripts, code, or binaries that run at any stage of the git workflow. Pre-commit hooks are useful for enforcing code quality, code formatting, and detecting security vulnerabilities.

Feedback

For bug reports, feature requests, and general feedback; please email support@stepsecurity.io. To create such PRs, please visit https://app.stepsecurity.io/securerepo.

Signed-off-by: StepSecurity Bot bot@stepsecurity.io

github-actions[bot] commented 3 days ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟢 Statements 95.59% 130/136
🟢 Branches 91.67% 11/12
🟢 Functions 96.97% 32/33
🟢 Lines 95.24% 120/126

Test suite run success

18 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from 2e7884a692747ecfde0795b4923fbb8bc28364ac