Skip to content

fix: enforce tsig key base64 format

970e074
Select commit
Loading
Failed to load commit list.
Merged

72 feature add nsupdate support #73

fix: enforce tsig key base64 format
970e074
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 24, 2026 in 0s

17 new issues (0 max.) of at least severity.

Annotations

Check warning on line 16 in src/dns/nsupdate/auth.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/auth.rs#L16

Method validate_tsig has 52 lines of code (limit is 50)

Check warning on line 16 in src/dns/nsupdate/auth.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/auth.rs#L16

Method validate_tsig has a cyclomatic complexity of 14 (limit is 8)

Check warning on line 13 in src/dns/nsupdate/prerequisite.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/prerequisite.rs#L13

Method evaluate_prerequisites has 112 lines of code (limit is 50)

Check warning on line 13 in src/dns/nsupdate/prerequisite.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/prerequisite.rs#L13

Method evaluate_prerequisites has a cyclomatic complexity of 27 (limit is 8)

Check warning on line 44 in src/dns/nsupdate/update.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/update.rs#L44

Method apply_update has a cyclomatic complexity of 14 (limit is 8)

Check warning on line 112 in src/dns/nsupdate/update.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/update.rs#L112

Method add_record has 53 lines of code (limit is 50)

Check warning on line 112 in src/dns/nsupdate/update.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/update.rs#L112

Method add_record has a cyclomatic complexity of 9 (limit is 8)

Check warning on line 173 in src/dns/nsupdate/update.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/update.rs#L173

Method delete_records has 69 lines of code (limit is 50)

Check warning on line 173 in src/dns/nsupdate/update.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/update.rs#L173

Method delete_records has a cyclomatic complexity of 21 (limit is 8)

Check warning on line 255 in src/dns/nsupdate/update.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/update.rs#L255

Method rr_to_record_value has 69 lines of code (limit is 50)

Check warning on line 255 in src/dns/nsupdate/update.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/nsupdate/update.rs#L255

Method rr_to_record_value has a cyclomatic complexity of 10 (limit is 8)

Check warning on line 39 in src/dns/soa/mod.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dns/soa/mod.rs#L39

Method build_soa_response has a cyclomatic complexity of 10 (limit is 8)

Check warning on line 94 in src/service/record.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/service/record.rs#L94

Method validate_nsupdate_add_constraints has 61 lines of code (limit is 50)

Check warning on line 94 in src/service/record.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/service/record.rs#L94

Method validate_nsupdate_add_constraints has a cyclomatic complexity of 12 (limit is 8)

Check warning on line 674 in src/service/record.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/service/record.rs#L674

Method delete_record has 131 lines of code (limit is 50)

Check warning on line 674 in src/service/record.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/service/record.rs#L674

Method delete_record has a cyclomatic complexity of 21 (limit is 8)

Check warning on line 112 in src/service/zone.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/service/zone.rs#L112

Method create_zone has 65 lines of code (limit is 50)