kfess
kfess
## Summary This PR updates the `DEFAULT_RUNNER_LABELS` array to reflect the current GitHub Actions runner support status, improving the VSCode auto-completion experience for workflow authors. ## Changes Made ### Removed...
**Is your feature request related to a problem? Please describe.** The [`DEFAULT_RUNNER_LABELS` array](https://github.com/actions/languageservices/blob/main/languageservice/src/value-providers/default.ts#L7) in GitHub Actions language services contains outdated runner labels, causing VSCode to suggest deprecated runners while missing...
### Description Add rule to detect Trojan Source attacks (CVE-2021-42574) using bidirectional Unicode control characters as G116. The rule scans entire file content to detect dangerous bidirectional text control characters:...
**Feature request** gosec currently does not detect Trojan Source attacks (CVE-2021-42574). This attack uses Unicode bidirectional control characters to make source code appear different to reviewers than what compilers actually...
**Is your feature request related to a problem? Please describe.** Bandit currently does not detect potential decompression bomb vulnerabilities. **Describe the solution you'd like** Add a new check (for example,...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds support for converting Docker Compose's `extra_hosts` field to...
### What would you like to be added? I would like to add support for converting Docker Compose's `extra_hosts` field to Kubernetes' `hostAliases` field in Pod specifications. Currently, when a...
kubectl alpha kuberc set command clears existing options when --overwrite is used without --option
### What happened? I was testing the new `kubectl alpha kuberc set` command (added in kubernetes/kubernetes#135003) in the local environment. I discovered what appears to be unintended behavior when updating...
### Description Add default case for invalid `--output` flag in version command When users specify an invalid value for the `--output` flag (e.g., `--output=yml`), the command fails silently with no...
### What happened? While this is a very minor usability issue, it could help other users avoid the same confusion I experienced. When using the `kustomize version` command with an...