File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,18 @@ provenance:
33
33
slsa : true
34
34
sbom :
35
35
enabled : true
36
+ ignoreVulnerabilities :
37
+ - vulnerability : GHSA-fx4w-v43j-vc45
38
+ reason : |
39
+ This vulnerability in TypeORM's findOne / findOneOrFail functions can improperly interpret a crafted JSON object
40
+ and concatenate it into raw SQL, potentially allowing SQL injection attacks.
41
+
42
+ In Gitpod’s usage, TypeORM is not exposed to arbitrary user input. For example, DB migrations run preset queries;
43
+ the server/bridge code does not hand raw JSON from external sources to findOne. Therefore, there is no path for
44
+ injecting malicious JSON into a query, rendering the vulnerability non-exploitable.
45
+ - vulnerability : GHSA-2jcg-qqmg-46q6
46
+ reason : |
47
+ This is a false positive. See https://github.com/browserify/resolve/issues/303
36
48
environmentManifest :
37
49
- name : " go"
38
50
command : ["sh", "-c", "go version | sed s/arm/amd/"]
You can’t perform that action at this time.
0 commit comments