Skip to content

Commit 5c99a10

Browse files
Apoorv JainApoorv Jain
andauthored
added new scope (#123)
* added new scope * renamed span to sensitive-span * bumped up netty-codec version * vulnerability fixed * added ignore section * added 4.1.77.Final to ignore Co-authored-by: Apoorv Jain <apoorvjain@Apoorvs-MacBook-Pro.local>
1 parent c146e5e commit 5c99a10

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.snyk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ignore:
55
SNYK-JAVA-IONETTY-1042268:
66
- '*':
77
reason: No replacement available
8-
expires: 2022-04-30T00:00:00.000Z
8+
expires: 2022-05-30T00:00:00.000Z
99
patch: {}

attribute-service-api/src/main/proto/org/hypertrace/core/attribute/service/v1/attribute_metadata.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ enum AttributeScope {
2828
CLUSTERS_SNAPSHOT = 17;
2929
DOMAIN = 18;
3030
ACTOR = 19;
31+
SENSITIVE_SPAN = 20;
3132
}
3233

3334
enum AttributeKind {

attribute-service/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ dependencies {
6666
implementation("org.slf4j:slf4j-api:1.7.32")
6767
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.17.1")
6868
runtimeOnly("io.grpc:grpc-netty")
69+
constraints {
70+
runtimeOnly("io.netty:netty-codec-http2:4.1.77.Final")
71+
}
6972

7073
// Config
7174
implementation("com.typesafe:config:1.4.1")

0 commit comments

Comments
 (0)