From 8979f3a6bb5a56095ef148325fbd91699917e217 Mon Sep 17 00:00:00 2001 From: TimmyBc Date: Sat, 11 Jan 2025 17:02:48 +0100 Subject: [PATCH] Fixing errors --- vulnerability-rating-taxonomy.json | 50 +++++++++++++++--------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/vulnerability-rating-taxonomy.json b/vulnerability-rating-taxonomy.json index 994e3b5c..0076feaf 100644 --- a/vulnerability-rating-taxonomy.json +++ b/vulnerability-rating-taxonomy.json @@ -271,25 +271,25 @@ { "id": "frontrunning_enabled_attack", "name": "Frontrunning-Enabled Attack", - "type": "variant", + "type": "subcategory", "priority": 2 }, { "id": "sandwich_enabled_attack", "name": "Sandwich-Enabled Attack", - "type": "variant", + "type": "subcategory", "priority": 2 }, { "id": "misconfigured_staking_logic", "name": "Misconfigured Staking Logic", - "type": "variant", + "type": "subcategory", "priority": null }, { "id": "improper_validation_and_finalization_logic", "name": "Improper Validation and Finalization Logic", - "type": "variant", + "type": "subcategory", "priority": null } ] @@ -302,85 +302,85 @@ { "id": "reentrancy_attack", "name": "Reentrancy Attack", - "type": "variant", + "type": "subcategory", "priority": 1 }, { "id": "smart_contract_owner_takeover", "name": "Smart Contract Owner Takeover", - "type": "variant", + "type": "subcategory", "priority": 1 }, { "id": "uninitialized_variables", "name": "Uninitialized Variables", - "type": "variant", + "type": "subcategory", "priority": 1 }, { "id": "unauthorized_transfer_of_funds", "name": "Unauthorized Transfer of Funds", - "type": "variant", + "type": "subcategory", "priority": 1 }, { "id": "integer_overflow_underflow", "name": "Integer Overflow / Underflow", - "type": "variant", + "type": "subcategory", "priority": 2 }, { "id": "unauthorized_smart_contract_approval", "name": "Unauthorized Smart Contract Approval", - "type": "variant", + "type": "subcategory", "priority": 2 }, { "id": "irreversible_function_call", "name": "Irreversible Function Call", - "type": "variant", + "type": "subcategory", "priority": 3 }, { "id": "function_level_denial_of_service", "name": "Function-level Denial of Service", - "type": "variant", + "type": "subcategory", "priority": 3 }, { "id": "malicious_superuser_risk", "name": "Malicious Superuser Risk", - "type": "variant", + "type": "subcategory", "priority": 3 }, { "id": "improper_fee_implementation", "name": "Improper Fee Implementation", - "type": "variant", + "type": "subcategory", "priority": 3 }, { "id": "improper_use_of_modifier", "name": "Improper Use of Modifier", - "type": "variant", + "type": "subcategory", "priority": 4 }, { "id": "improper_decimals_implementation", "name": "Improper Decimals Implementation", - "type": "variant", + "type": "subcategory", "priority": 4 }, { "id": "inaccurate_rounding_calculation", "name": "Inaccurate Rounding Calculation", - "type": "variant", + "type": "subcategory", "priority": null }, { "id": "bypass_of_function_modifiers_and_checks", "name": "Bypass of Function Modifiers & Checks", - "type": "variant", + "type": "subcategory", "priority": null }, { @@ -391,37 +391,37 @@ { "id": "missing_constraint", "name": "Missing Constraint", - "type": "variant", + "type": "subcategory", "priority": null }, { "id": "mismatching_bit_lengths", "name": "Mismatching Bit Lengths", - "type": "variant", + "type": "subcategory", "priority": null }, { "id": "misconfigured_trusted_setup", "name": "Misconfigured Trusted Setup", - "type": "variant", + "type": "subcategory", "priority": null }, { "id": "missing_range_check", "name": "Missing Range Check", - "type": "variant", + "type": "subcategory", "priority": null }, { "id": "improper_proof_validation_and_finalization_logic", "name": "Improper Proof Validation and Finalization Logic", - "type": "variant", + "type": "subcategory", "priority": 1 }, { "id": "deanonymization_of_data", "name": "Deanonymization of Data", - "type": "variant", + "type": "subcategory", "priority": 1 } ] @@ -434,7 +434,7 @@ { "id": "improper_bridge_validation_and_verification_logic", "name": "Improper Bridge Validation and Verification Logic", - "type": "variant", + "type": "subcategory", "priority": null } ]