-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from provectus:master #144
base: master
Are you sure you want to change the base?
Conversation
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
- | Generic Password | a8ccbc9 | documentation/compose/kafka-cluster-sr-auth.yaml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
|
||
// copied from https://github.com/prometheus/jmx_exporter/blob/b6b811b4aae994e812e902b26dd41f29364c0e2b/collector/src/main/java/io/prometheus/jmx/JmxMBeanPropertyCache.java#L15 | ||
private static final Pattern PROPERTY_PATTERN = Pattern.compile( | ||
"([^,=:\\*\\?]+)=(\"(?:[^\\\\\"]*(?:\\\\.)?)*\"|[^,=:\"]*)"); |
Check failure
Code scanning / CodeQL
Inefficient regular expression
You have successfully added a new CodeQL configuration |
1. Fixing ksql response column retrieval (existence check) (#3594) 2. checking "format" for streams commands if "valueFormat" not set
* improvement/offline-fonts remove google fonts, add local fonts with font-face * improvement/offline-fonts add font-display rule * improvement/offline-fonts fix fonts path resolving
* Redirect the user to the wizard page if no clusters * added test case * changed test case for redirect to new cluster config page * replaced mockedUsedNavigate with mockedNavigate * added ability to show dashboard if clicking on it --------- Co-authored-by: Oleg Shur <[email protected]>
* add browserSetup * add browserSetup * upd browserSetup * upd browserSetup * upd browserSetup * upd browserSetup * upd browserSetup * upd read me
* Done message sending fix: Making filtering and limiting a part of emitter to make it possible to gracefully finish emitting
* added filterApplyErrors * resoled show errors and message event type --------- Co-authored-by: Oleg Shur <[email protected]> Co-authored-by: Roman Zabaluev <[email protected]> Co-authored-by: Ilya Kuramshin <[email protected]>
* Add devcontainer configuration file * Allow development using github codespace with pre-configuration of the needed dependencies Signed-off-by: Nisan Ohana <[email protected]> * Add pull request extention --------- Signed-off-by: Nisan Ohana <[email protected]> Co-authored-by: Roman Zabaluev <[email protected]>
* ISSUE-3144: Spring boot version bump to 3.0.5, snakeyaml upd * explicit spring security dependency removed * openapi plugin updated to 6.5 * Some javax.annotation imports migrated to jakarta.annotation * base container sha specified * Update CognitoAuthorityExtractor
* Build & commit info added to /api/info endpoint
…te (#3632) * add verifyClearMessagesMenuStateAfterTopicUpdate * fix indents * upd imports * Add checkstyle plugin execution for e2e * upd violations * upd violations * Impl a separate checkstyle config for e2e --------- Co-authored-by: Roman Zabaluev <[email protected]>
* No warning about filling the invalid data in case of editing the Schema / Producing the Message * fixed test errors * pull master * fixed test problems * use isJsonObject for validation * fixed protobuf format bug * fix setNewSchemaValue() * test commit * fix BaseTest * upd global * upd global * upd global * add local browser VM option * fix TopicsList column header locator * fix withStartupTimeout() * switch e2e to TestNG * upd pom * upd page classes * upd -pl kafka-ui-e2e-checks * test commit * Revert "test commit" This reverts commit 4b50532. * fix workflow module * upd test -f 'kafka-ui-e2e-checks' * crt firstCase * upd QaseUtils * add -Dsuite * add -Dsuite * add -Dsuite * add -Dsuite * add isSuiteEnabled * add isSuiteEnabled * upd workflow * upd readMe * upd readMe * upd readMe * upd qaseSetup * upd qaseSetup * add schedule * add schedule * upd suites * upd suites * upd suites * upd json input * upd onTestStart * Revert "fix setNewSchemaValue()" This reverts commit 67d12d1. * resolve conflicts * upd localWebDriver * added error message * added ability to check Valid Enum * swapped key Serde and Value Serde * replace 'e' with 'enum', also added test cases --------- Co-authored-by: VladSenyuta <[email protected]> Co-authored-by: Vlad Senyuta <[email protected]> Co-authored-by: davitbejanyan <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Roman Zabaluev <[email protected]>
Co-authored-by: iliax <[email protected]> Co-authored-by: Roman Zabaluev <[email protected]>
* new properties are added on a new line * added test cases for key and Value Preview filters * upd produceMessageCheck --------- Co-authored-by: Roman Zabaluev <[email protected]> Co-authored-by: VladSenyuta <[email protected]>
* bugfix/messages-filter-dupes add validation for existing filter * bugfix/messages-filter-dupes replace `current` with `same` in alert message
* improvement/consumer-topics-sort implement consumer topics sorting * improvement/consumer-topics-sort update typings after review
* Marked serde-failed messages with red * added styles on icon position * added icon for the Key and Value * changed warning icon position * changed warning icon and data cell style * added Ellipsis component * refactor Ellipsis.tsx * resolved conflicts --------- Co-authored-by: Roman Zabaluev <[email protected]> Co-authored-by: Oleg Shur <[email protected]>
* Resolves #3171 - enable ksql tables, streams sorting * enable ksql tables, streams sorting - make memoized onSortingChange, onPaginationChange depend on location * fix linting * edit Table.tsx imports * fix linting --------- Co-authored-by: Roman Zabaluev <[email protected]>
…ct-app (#4166) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: iliax <[email protected]>
Co-authored-by: iliax <[email protected]> Co-authored-by: Roman Zabaluev <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4186) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#4182) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#4159) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…app (#4189) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…app (#4183) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Zabaluev <[email protected]>
Co-authored-by: iliax <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4220) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…a-ui-react-app (#4219) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4216) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ct-app (#4214) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4215) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…sable groovy script executions (#4426)
) Co-authored-by: Narekmat <[email protected]>
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )