Skip to content
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

Add static checking for common bug patterns #744

Merged
merged 13 commits into from
Feb 9, 2022

Conversation

pinosu
Copy link
Contributor

@pinosu pinosu commented Feb 4, 2022

Resolves #667

Add CodeQL Action for checking common bugs:

dependabot bot and others added 2 commits January 31, 2022 08:13
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.12.0...v1.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
@pinosu pinosu requested a review from alpe as a code owner February 4, 2022 08:03
Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@pinosu
Copy link
Contributor Author

pinosu commented Feb 4, 2022

@ethanfrey @maurolacy

alpe added 2 commits February 7, 2022 08:56
…ithub.com/cosmos/ibc-go/v2-2.0.3

Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3
…ithub.com/prometheus/client_golang-1.12.1

Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
Copy link
Contributor

@alpe alpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good start.

.github/workflows/codeql-analizer.yml Outdated Show resolved Hide resolved
pinosu and others added 8 commits February 8, 2022 08:34
* Add cosmwasm project prefix to REST query paths
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
@ethanfrey ethanfrey merged commit f4afc18 into CosmWasm:master Feb 9, 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
Development

Successfully merging this pull request may close these issues.

Add static checking for common bug patterns
3 participants