-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e2daac
commit fc3d5ef
Showing
1 changed file
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
name: "CodeQL Analysis" | ||
queries: | ||
- uses: crypto-com/cosmos-sdk-codeql@main | ||
exclude: | ||
- crypto-com/cosmos-sdk-codeql/map-iteration | ||
- uses: security-and-quality | ||
# This rule is ignored because it is too noisy. Although it is valid in | ||
# many contexts, it is not valid in the most common usage of | ||
# `store = ctx.KVStore; store.Set(key, value)` since KVStore uses | ||
# a parent in-memory cached multistore obtained from `baseapp.go`. | ||
# The in-memory caching, before being written to the IAVL+ tree, | ||
# sorts the keys internally and hence the order does not impact consistency. | ||
- exclude: crypto-com/cosmos-sdk-codeql/map-iteration |