diff --git a/deny.toml b/deny.toml index 7ea098af15d4d4f92ffe4ba45343304b57e57717..0be9699eae4632205609375bb6c43b03cb50bf93 100644 --- a/deny.toml +++ b/deny.toml @@ -17,7 +17,7 @@ skip-tree = [ [licenses] unlicensed = "deny" # We want really high confidence when inferring licenses from text -confidence-threshold = 0.92 +confidence-threshold = 0.8 allow = [ "AGPL-3.0", "Apache-2.0", @@ -48,3 +48,7 @@ license-files = [ [sources] unknown-registry = "deny" unknown-git = "deny" +allow-git = [ + "https://git.duniter.org/libs/dubp-rs-client-lib", + "https://git.duniter.org/nodes/typescript/duniter" +] \ No newline at end of file