Skip to content

Conversation

@ehsandeep
Copy link
Member

Proposed changes

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

dependabot bot and others added 24 commits July 13, 2022 09:11
Bumps golang from 1.18.3-alpine to 1.18.4-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps alpine from 3.16.0 to 3.16.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…olang-1.18.4-alpine

chore(deps): bump golang from 1.18.3-alpine to 1.18.4-alpine
…lpine-3.16.1

chore(deps): bump alpine from 3.16.0 to 3.16.1
Executable files should not be included in source code.

Signed-off-by: Myung-jong Kim <mjkim610@gmail.com>
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.34.1 to 1.35.0.
- [Release notes](https://github.com/Shopify/sarama/releases)
- [Changelog](https://github.com/Shopify/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.34.1...v1.35.0)

---
updated-dependencies:
- dependency-name: github.com/Shopify/sarama
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ev/github.com/Shopify/sarama-1.35.0

chore(deps): bump github.com/Shopify/sarama from 1.34.1 to 1.35.0
Currently there is only -v flag which shows the whole request and
response body. The -vv flag is added and divides logging levels into
two. The -v flag only shows request and response type, and the -vv
flag also shows the response body. The -vv flag implicitly includes
-v.

Signed-off-by: Myung-jong Kim <mjkim610@gmail.com>

Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
Bumps golang from 1.18.4-alpine to 1.19.0-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#148)

* Combine verbosity-related bool flags into 1 int flag

Previously, there were 3 different bool flags related to verbosity.
Having many member variables for values that should be mutually
exclusive led to a bug where contradicting flags could be set. This
caused unexpected behavior with regards to logging.

This commit combines the bool flags into 1 int flag. As a result,
verbosity level is guaranteed to be mutually exclusive. This commit also
adds validation of the verbosity flags and exits with an error msg.

Signed-off-by: Myung-jong Kim <mjkim610@gmail.com>

* Create Verbosity enum

This commit defines a new enum Verbosity. The log level flag
Verbosity is converted from int to Verbosity. This has the advantage of
clearly defining the human-understandable string values to each choice.
It also prevents bugs where an unexpected int value is assigned.

Signed-off-by: Myung-jong Kim <mjkim610@gmail.com>

Signed-off-by: Myung-jong Kim <mjkim610@gmail.com>
Bumps alpine from 3.16.1 to 3.16.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.35.0 to 1.36.0.
- [Release notes](https://github.com/Shopify/sarama/releases)
- [Changelog](https://github.com/Shopify/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.35.0...v1.36.0)

---
updated-dependencies:
- dependency-name: github.com/Shopify/sarama
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps golang from 1.19.0-alpine to 1.19.1-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* dsl messaging improvements

* update projectdiscovery/dsl

* user gologger info with emtpy label to print available dsl list

* go mod update

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/Shopify/sarama/releases)
- [Changelog](https://github.com/Shopify/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/Shopify/sarama
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps golang from 1.19.1-alpine to 1.19.2-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.37.0 to 1.37.2.
- [Release notes](https://github.com/Shopify/sarama/releases)
- [Changelog](https://github.com/Shopify/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.37.0...v1.37.2)

---
updated-dependencies:
- dependency-name: github.com/Shopify/sarama
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability C 1 Vulnerability
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ehsandeep ehsandeep marked this pull request as ready for review October 19, 2022 21:11
@ehsandeep ehsandeep merged commit afcc2fa into master Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

6 participants