-
Couldn't load subscription status.
- Fork 6
Kubecon 2025 #868
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
Kubecon 2025 #868
Conversation
…Actions and refactor UserPathValueMapType
…vtron-fe-common-lib into feat/new-folder-structure
…ionErrorState props
…common-lib into feat/command-bar
feat: utils for command bar
…mon-lib into feat/new-folder-structure
feat: Navigation 2.0 + New Folder Structure
…n-fe-common-lib into feat/cost-layout
feat: cost module layout
…mon-lib into feat/charts
… update NavigationItemIDs
feat: Chart component using chart.js
…common-lib into sync-develop-kubecon-22-aug
chore: sync develop kubecon 22 aug
…mon-lib into fix/navigation-2.0
fix: Navigation 2.0 - various improvements
| // Generates a slightly darker shade for a given color key | ||
| const generateCorrespondingBorderColor = (colorKey: ChartColorKey): string => { | ||
| // Extract the base color name and shade number | ||
| const colorName = colorKey.replace(/\d+$/, '') |
Check failure
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data High
regular expression
library input
| const generateCorrespondingBorderColor = (colorKey: ChartColorKey): string => { | ||
| // Extract the base color name and shade number | ||
| const colorName = colorKey.replace(/\d+$/, '') | ||
| const shadeMatch = colorKey.match(/\d+$/) |
Check failure
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data High
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist