fix: fixing a security issue in chaindb.

fix: re-enabled dragonheim, since Docker decided not to remove it.
This commit is contained in:
James Wells 2023-03-28 09:55:51 -07:00
parent db351f3892
commit 13d18d7714
Signed by: jwells
GPG key ID: 73196D10B8E65666
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ func (db *GagentDb) WriteHCL() error {
agentBody.SetAttributeValue("version", cty.StringVal(row.Agent.Shasum))
}
return ioutil.WriteFile("chaindb_out.hcl", f.Bytes(), 0644)
return ioutil.WriteFile("chaindb_out.hcl", f.Bytes(), 0600)
}
/*