8000 Tags · Checkmarx/2ms · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Checkmarx/2ms

Tags

v3.20.2

Toggle v3.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: thread exhaustion error (#297)

<!--
Thanks for contributing to 2ms by offering a pull request.
-->

**Proposed Changes**

The binary as is can take the process to resource exhaustion due to
going over the limit of 10k goroutines.

This is a quickfix/hotfix and in no case sustainable for the future, we
need indeed to refactor our current implementation but it should solve
the issue for now.

<!--
Please describe the big picture of your changes here. If it fixes a bug
or resolves a feature request, be sure to link to that issue.
-->

**Checklist**

- [ ] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
  - [ ] Change in the CLI arguments
  - [ ] Change in the configuration file

I submit this contribution under the Apache-2.0 license.

v3.20.1

Toggle v3.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: multiple scans using the same scanner instance caused "close of …

…closed channel" panic (#300)

v3.20.0

Toggle v3.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add scan with validation func to Scanner interface (#298)

<!--
Thanks for contributing to 2ms by offering a pull request.
-->

Closes #

**Proposed Changes**

<!--
Please describe the big picture of your changes here. If it fixes a bug
or resolves a feature request, be sure to link to that issue.
-->

**Checklist**

- [x] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
  - [ ] Change in the CLI arguments
  - [ ] Change in the configuration file

I submit this contribution under the Apache-2.0 license.

v3.19.4

Toggle v3.19.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: github token and Clojars not being caught (#293)

<!--
Thanks for contributing to 2ms by offering a pull request.
-->

Closes #

**Proposed Changes**

<!--
Please describe the big picture of your changes here. If it fixes a bug
or resolves a feature request, be sure to link to that issue.
-->

**Checklist**

- [ ] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
  - [ ] Change in the CLI arguments
  - [ ] Change in the configuration file

I submit this contribution under the Apache-2.0 license.

v3.19.3

Toggle v3.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: cx standardization (#276)

<!--
Thanks for contributing to 2ms by offering a pull request.
-->

Closes #

**Proposed Changes**

<!--
Please describe the big picture of your changes here. If it fixes a bug
or resolves a feature request, be sure to link to that issue.
-->

**Checklist**

- [ ] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
  - [ ] Change in the CLI arguments
  - [ ] Change in the configuration file

I submit this contribution under the Apache-2.0 license.

---------

Co-authored-by: cx-leonardo-fontes <204389152+cx-leonardo-fontes@users.noreply.github.com>

v3.19.3-alpha.1

Toggle v3.19.3-alpha.1's commit message
v3.19.3-alpha.1: early test

v3.19.2

Toggle v3.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: improve memory consumption in 2ms file walk (#287)

**Proposed Changes**

- Separate secret detection logic for filesystem plugin
- Chunking when the processed file is larger than 10 MB (with peeking so
as not to lose the context of the secrets);
- Weighted semaphore to control the use of memory (with a dynamic
budget, i.e., dependent on the host's RAM).

**Checklist**

- [x] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
  - [ ] Change in the CLI arguments
  - [ ] Change in the configuration file

---------

Co-authored-by: cx-leonardo-fontes <204389152+cx-leonardo-fontes@users.noreply.github.com>

v3.19.2-beta.1

Toggle v3.19.2-beta.1's commit message
v3.19.2-beta.1: second test

v3.19.2-alpha.1

Toggle v3.19.2-alpha.1's commit message
v3.19.2-alpha.1: early test

v3.19.1

Toggle v3.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add newline in fragment (#288)

<!--
Thanks for contributing to 2ms by offering a pull request.
-->

Closes #

**Proposed Changes**

<!--
Please describe the big picture of your changes here. If it fixes a bug
or resolves a feature request, be sure to link to that issue.
-->

**Checklist**

- [ ] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
  - [ ] Change in the CLI arguments
  - [ ] Change in the configuration file

I submit this contribution under the Apache-2.0 license.
0