| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473 |
- {
- "source": "Derived mechanically from the CWE 4.20 catalog published at https://cwe.mitre.org/.",
- "cwe_version": "4.20",
- "view": "CWE-1003",
- "categories": {
- "20": {
- "name": "Improper Input Validation",
- "title": "Improper Input Validation"
- },
- "22": {
- "name": "Path Traversal",
- "title": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
- },
- "59": {
- "name": "Link Following",
- "title": "Improper Link Resolution Before File Access ('Link Following')"
- },
- "74": {
- "name": "Injection",
- "title": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
- },
- "77": {
- "name": "Command Injection",
- "title": "Improper Neutralization of Special Elements used in a Command ('Command Injection')"
- },
- "78": {
- "name": "OS Command Injection",
- "title": "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')"
- },
- "79": {
- "name": "Cross-site Scripting",
- "title": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
- },
- "88": {
- "name": "Argument Injection",
- "title": "Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')"
- },
- "89": {
- "name": "SQL Injection",
- "title": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')"
- },
- "91": {
- "name": "XML Injection (aka Blind XPath Injection)",
- "title": "XML Injection (aka Blind XPath Injection)"
- },
- "94": {
- "name": "Code Injection",
- "title": "Improper Control of Generation of Code ('Code Injection')"
- },
- "116": {
- "name": "Improper Encoding or Escaping of Output",
- "title": "Improper Encoding or Escaping of Output"
- },
- "119": {
- "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
- "title": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
- },
- "120": {
- "name": "Classic Buffer Overflow",
- "title": "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')"
- },
- "125": {
- "name": "Out-of-bounds Read",
- "title": "Out-of-bounds Read"
- },
- "129": {
- "name": "Improper Validation of Array Index",
- "title": "Improper Validation of Array Index"
- },
- "131": {
- "name": "Incorrect Calculation of Buffer Size",
- "title": "Incorrect Calculation of Buffer Size"
- },
- "134": {
- "name": "Use of Externally-Controlled Format String",
- "title": "Use of Externally-Controlled Format String"
- },
- "178": {
- "name": "Improper Handling of Case Sensitivity",
- "title": "Improper Handling of Case Sensitivity"
- },
- "190": {
- "name": "Integer Overflow or Wraparound",
- "title": "Integer Overflow or Wraparound"
- },
- "191": {
- "name": "Integer Underflow (Wrap or Wraparound)",
- "title": "Integer Underflow (Wrap or Wraparound)"
- },
- "193": {
- "name": "Off-by-one Error",
- "title": "Off-by-one Error"
- },
- "200": {
- "name": "Exposure of Sensitive Information to an Unauthorized Actor",
- "title": "Exposure of Sensitive Information to an Unauthorized Actor"
- },
- "203": {
- "name": "Observable Discrepancy",
- "title": "Observable Discrepancy"
- },
- "209": {
- "name": "Generation of Error Message Containing Sensitive Information",
- "title": "Generation of Error Message Containing Sensitive Information"
- },
- "212": {
- "name": "Improper Removal of Sensitive Information Before Storage or Transfer",
- "title": "Improper Removal of Sensitive Information Before Storage or Transfer"
- },
- "252": {
- "name": "Unchecked Return Value",
- "title": "Unchecked Return Value"
- },
- "269": {
- "name": "Improper Privilege Management",
- "title": "Improper Privilege Management"
- },
- "273": {
- "name": "Improper Check for Dropped Privileges",
- "title": "Improper Check for Dropped Privileges"
- },
- "276": {
- "name": "Incorrect Default Permissions",
- "title": "Incorrect Default Permissions"
- },
- "281": {
- "name": "Improper Preservation of Permissions",
- "title": "Improper Preservation of Permissions"
- },
- "287": {
- "name": "Improper Authentication",
- "title": "Improper Authentication"
- },
- "290": {
- "name": "Authentication Bypass by Spoofing",
- "title": "Authentication Bypass by Spoofing"
- },
- "294": {
- "name": "Authentication Bypass by Capture-replay",
- "title": "Authentication Bypass by Capture-replay"
- },
- "295": {
- "name": "Improper Certificate Validation",
- "title": "Improper Certificate Validation"
- },
- "306": {
- "name": "Missing Authentication for Critical Function",
- "title": "Missing Authentication for Critical Function"
- },
- "307": {
- "name": "Improper Restriction of Excessive Authentication Attempts",
- "title": "Improper Restriction of Excessive Authentication Attempts"
- },
- "311": {
- "name": "Missing Encryption of Sensitive Data",
- "title": "Missing Encryption of Sensitive Data"
- },
- "312": {
- "name": "Cleartext Storage of Sensitive Information",
- "title": "Cleartext Storage of Sensitive Information"
- },
- "319": {
- "name": "Cleartext Transmission of Sensitive Information",
- "title": "Cleartext Transmission of Sensitive Information"
- },
- "326": {
- "name": "Inadequate Encryption Strength",
- "title": "Inadequate Encryption Strength"
- },
- "327": {
- "name": "Use of a Broken or Risky Cryptographic Algorithm",
- "title": "Use of a Broken or Risky Cryptographic Algorithm"
- },
- "330": {
- "name": "Use of Insufficiently Random Values",
- "title": "Use of Insufficiently Random Values"
- },
- "331": {
- "name": "Insufficient Entropy",
- "title": "Insufficient Entropy"
- },
- "335": {
- "name": "Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)",
- "title": "Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)"
- },
- "338": {
- "name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)",
- "title": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
- },
- "345": {
- "name": "Insufficient Verification of Data Authenticity",
- "title": "Insufficient Verification of Data Authenticity"
- },
- "346": {
- "name": "Origin Validation Error",
- "title": "Origin Validation Error"
- },
- "347": {
- "name": "Improper Verification of Cryptographic Signature",
- "title": "Improper Verification of Cryptographic Signature"
- },
- "352": {
- "name": "Cross-Site Request Forgery (CSRF)",
- "title": "Cross-Site Request Forgery (CSRF)"
- },
- "354": {
- "name": "Improper Validation of Integrity Check Value",
- "title": "Improper Validation of Integrity Check Value"
- },
- "362": {
- "name": "Race Condition",
- "title": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"
- },
- "367": {
- "name": "Time-of-check Time-of-use (TOCTOU) Race Condition",
- "title": "Time-of-check Time-of-use (TOCTOU) Race Condition"
- },
- "369": {
- "name": "Divide By Zero",
- "title": "Divide By Zero"
- },
- "384": {
- "name": "Session Fixation",
- "title": "Session Fixation"
- },
- "400": {
- "name": "Uncontrolled Resource Consumption",
- "title": "Uncontrolled Resource Consumption"
- },
- "401": {
- "name": "Missing Release of Memory after Effective Lifetime",
- "title": "Missing Release of Memory after Effective Lifetime"
- },
- "404": {
- "name": "Improper Resource Shutdown or Release",
- "title": "Improper Resource Shutdown or Release"
- },
- "407": {
- "name": "Inefficient Algorithmic Complexity",
- "title": "Inefficient Algorithmic Complexity"
- },
- "415": {
- "name": "Double Free",
- "title": "Double Free"
- },
- "416": {
- "name": "Use After Free",
- "title": "Use After Free"
- },
- "425": {
- "name": "Forced Browsing",
- "title": "Direct Request ('Forced Browsing')"
- },
- "426": {
- "name": "Untrusted Search Path",
- "title": "Untrusted Search Path"
- },
- "427": {
- "name": "Uncontrolled Search Path Element",
- "title": "Uncontrolled Search Path Element"
- },
- "428": {
- "name": "Unquoted Search Path or Element",
- "title": "Unquoted Search Path or Element"
- },
- "434": {
- "name": "Unrestricted Upload of File with Dangerous Type",
- "title": "Unrestricted Upload of File with Dangerous Type"
- },
- "436": {
- "name": "Interpretation Conflict",
- "title": "Interpretation Conflict"
- },
- "444": {
- "name": "HTTP Request/Response Smuggling",
- "title": "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')"
- },
- "459": {
- "name": "Incomplete Cleanup",
- "title": "Incomplete Cleanup"
- },
- "470": {
- "name": "Unsafe Reflection",
- "title": "Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')"
- },
- "476": {
- "name": "NULL Pointer Dereference",
- "title": "NULL Pointer Dereference"
- },
- "494": {
- "name": "Download of Code Without Integrity Check",
- "title": "Download of Code Without Integrity Check"
- },
- "502": {
- "name": "Deserialization of Untrusted Data",
- "title": "Deserialization of Untrusted Data"
- },
- "521": {
- "name": "Weak Password Requirements",
- "title": "Weak Password Requirements"
- },
- "522": {
- "name": "Insufficiently Protected Credentials",
- "title": "Insufficiently Protected Credentials"
- },
- "532": {
- "name": "Insertion of Sensitive Information into Log File",
- "title": "Insertion of Sensitive Information into Log File"
- },
- "552": {
- "name": "Files or Directories Accessible to External Parties",
- "title": "Files or Directories Accessible to External Parties"
- },
- "565": {
- "name": "Reliance on Cookies without Validation and Integrity Checking",
- "title": "Reliance on Cookies without Validation and Integrity Checking"
- },
- "601": {
- "name": "Open Redirect",
- "title": "URL Redirection to Untrusted Site ('Open Redirect')"
- },
- "610": {
- "name": "Externally Controlled Reference to a Resource in Another Sphere",
- "title": "Externally Controlled Reference to a Resource in Another Sphere"
- },
- "611": {
- "name": "Improper Restriction of XML External Entity Reference",
- "title": "Improper Restriction of XML External Entity Reference"
- },
- "613": {
- "name": "Insufficient Session Expiration",
- "title": "Insufficient Session Expiration"
- },
- "617": {
- "name": "Reachable Assertion",
- "title": "Reachable Assertion"
- },
- "639": {
- "name": "Authorization Bypass Through User-Controlled Key",
- "title": "Authorization Bypass Through User-Controlled Key"
- },
- "640": {
- "name": "Weak Password Recovery Mechanism for Forgotten Password",
- "title": "Weak Password Recovery Mechanism for Forgotten Password"
- },
- "662": {
- "name": "Improper Synchronization",
- "title": "Improper Synchronization"
- },
- "665": {
- "name": "Improper Initialization",
- "title": "Improper Initialization"
- },
- "667": {
- "name": "Improper Locking",
- "title": "Improper Locking"
- },
- "668": {
- "name": "Exposure of Resource to Wrong Sphere",
- "title": "Exposure of Resource to Wrong Sphere"
- },
- "669": {
- "name": "Incorrect Resource Transfer Between Spheres",
- "title": "Incorrect Resource Transfer Between Spheres"
- },
- "670": {
- "name": "Always-Incorrect Control Flow Implementation",
- "title": "Always-Incorrect Control Flow Implementation"
- },
- "672": {
- "name": "Operation on a Resource after Expiration or Release",
- "title": "Operation on a Resource after Expiration or Release"
- },
- "674": {
- "name": "Uncontrolled Recursion",
- "title": "Uncontrolled Recursion"
- },
- "681": {
- "name": "Incorrect Conversion between Numeric Types",
- "title": "Incorrect Conversion between Numeric Types"
- },
- "682": {
- "name": "Incorrect Calculation",
- "title": "Incorrect Calculation"
- },
- "697": {
- "name": "Incorrect Comparison",
- "title": "Incorrect Comparison"
- },
- "704": {
- "name": "Incorrect Type Conversion or Cast",
- "title": "Incorrect Type Conversion or Cast"
- },
- "706": {
- "name": "Use of Incorrectly-Resolved Name or Reference",
- "title": "Use of Incorrectly-Resolved Name or Reference"
- },
- "732": {
- "name": "Incorrect Permission Assignment for Critical Resource",
- "title": "Incorrect Permission Assignment for Critical Resource"
- },
- "754": {
- "name": "Improper Check for Unusual or Exceptional Conditions",
- "title": "Improper Check for Unusual or Exceptional Conditions"
- },
- "755": {
- "name": "Improper Handling of Exceptional Conditions",
- "title": "Improper Handling of Exceptional Conditions"
- },
- "763": {
- "name": "Release of Invalid Pointer or Reference",
- "title": "Release of Invalid Pointer or Reference"
- },
- "770": {
- "name": "Allocation of Resources Without Limits or Throttling",
- "title": "Allocation of Resources Without Limits or Throttling"
- },
- "772": {
- "name": "Missing Release of Resource after Effective Lifetime",
- "title": "Missing Release of Resource after Effective Lifetime"
- },
- "776": {
- "name": "XML Entity Expansion",
- "title": "Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')"
- },
- "787": {
- "name": "Out-of-bounds Write",
- "title": "Out-of-bounds Write"
- },
- "798": {
- "name": "Use of Hard-coded Credentials",
- "title": "Use of Hard-coded Credentials"
- },
- "824": {
- "name": "Access of Uninitialized Pointer",
- "title": "Access of Uninitialized Pointer"
- },
- "829": {
- "name": "Inclusion of Functionality from Untrusted Control Sphere",
- "title": "Inclusion of Functionality from Untrusted Control Sphere"
- },
- "834": {
- "name": "Excessive Iteration",
- "title": "Excessive Iteration"
- },
- "835": {
- "name": "Infinite Loop",
- "title": "Loop with Unreachable Exit Condition ('Infinite Loop')"
- },
- "838": {
- "name": "Inappropriate Encoding for Output Context",
- "title": "Inappropriate Encoding for Output Context"
- },
- "843": {
- "name": "Type Confusion",
- "title": "Access of Resource Using Incompatible Type ('Type Confusion')"
- },
- "862": {
- "name": "Missing Authorization",
- "title": "Missing Authorization"
- },
- "863": {
- "name": "Incorrect Authorization",
- "title": "Incorrect Authorization"
- },
- "908": {
- "name": "Use of Uninitialized Resource",
- "title": "Use of Uninitialized Resource"
- },
- "909": {
- "name": "Missing Initialization of Resource",
- "title": "Missing Initialization of Resource"
- },
- "913": {
- "name": "Improper Control of Dynamically-Managed Code Resources",
- "title": "Improper Control of Dynamically-Managed Code Resources"
- },
- "916": {
- "name": "Use of Password Hash With Insufficient Computational Effort",
- "title": "Use of Password Hash With Insufficient Computational Effort"
- },
- "917": {
- "name": "Expression Language Injection",
- "title": "Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')"
- },
- "918": {
- "name": "Server-Side Request Forgery (SSRF)",
- "title": "Server-Side Request Forgery (SSRF)"
- },
- "920": {
- "name": "Improper Restriction of Power Consumption",
- "title": "Improper Restriction of Power Consumption"
- },
- "922": {
- "name": "Insecure Storage of Sensitive Information",
- "title": "Insecure Storage of Sensitive Information"
- },
- "924": {
- "name": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel",
- "title": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel"
- },
- "1021": {
- "name": "Improper Restriction of Rendered UI Layers or Frames",
- "title": "Improper Restriction of Rendered UI Layers or Frames"
- },
- "1188": {
- "name": "Initialization of a Resource with an Insecure Default",
- "title": "Initialization of a Resource with an Insecure Default"
- },
- "1236": {
- "name": "Improper Neutralization of Formula Elements in a CSV File",
- "title": "Improper Neutralization of Formula Elements in a CSV File"
- },
- "1284": {
- "name": "Improper Validation of Specified Quantity in Input",
- "title": "Improper Validation of Specified Quantity in Input"
- },
- "1321": {
- "name": "Prototype Pollution",
- "title": "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')"
- },
- "1333": {
- "name": "Inefficient Regular Expression Complexity",
- "title": "Inefficient Regular Expression Complexity"
- }
- },
- "category_of": {
- "5": 319,
- "6": 330,
- "7": 755,
- "8": 668,
- "9": 269,
- "11": null,
- "12": 755,
- "13": 522,
- "14": null,
- "15": 610,
- "20": 20,
- "22": 22,
- "23": 22,
- "24": 22,
- "25": 22,
- "26": 22,
- "27": 22,
- "28": 22,
- "29": 22,
- "30": 22,
- "31": 22,
- "32": 22,
- "33": 22,
- "34": 22,
- "35": 22,
- "36": 22,
- "37": 22,
- "38": 22,
- "39": 22,
- "40": 22,
- "41": 706,
- "42": 706,
- "43": 706,
- "44": 706,
- "45": 706,
- "46": 706,
- "47": 706,
- "48": 706,
- "49": 706,
- "50": 706,
- "51": 706,
- "52": 706,
- "53": 706,
- "54": 706,
- "55": 706,
- "56": 706,
- "57": 706,
- "58": 706,
- "59": 59,
- "61": 59,
- "62": 59,
- "64": 59,
- "65": 59,
- "66": 706,
- "67": 706,
- "69": 706,
- "72": 706,
- "73": 610,
- "74": 74,
- "75": 74,
- "76": 74,
- "77": 77,
- "78": 78,
- "79": 79,
- "80": 79,
- "81": 79,
- "82": 79,
- "83": 79,
- "84": 79,
- "85": 79,
- "86": 79,
- "87": 79,
- "88": 88,
- "89": 89,
- "90": 74,
- "91": 91,
- "93": 74,
- "94": 94,
- "95": 94,
- "96": 94,
- "97": 94,
- "98": 829,
- "99": 74,
- "102": 20,
- "103": null,
- "104": null,
- "105": 20,
- "106": 20,
- "107": null,
- "108": 20,
- "109": 20,
- "110": null,
- "111": null,
- "112": 20,
- "113": 436,
- "114": 610,
- "115": 436,
- "116": 116,
- "117": 116,
- "118": null,
- "119": 119,
- "120": 120,
- "121": 787,
- "122": 787,
- "123": 787,
- "124": 787,
- "125": 125,
- "126": 125,
- "127": 125,
- "128": 682,
- "129": 129,
- "130": null,
- "131": 131,
- "134": 134,
- "135": 682,
- "138": null,
- "140": null,
- "141": null,
- "142": null,
- "143": null,
- "144": null,
- "145": null,
- "146": null,
- "147": 436,
- "148": null,
- "149": null,
- "150": null,
- "151": null,
- "152": null,
- "153": null,
- "154": null,
- "155": 706,
- "156": null,
- "157": null,
- "158": null,
- "159": null,
- "160": 22,
- "161": 706,
- "162": 706,
- "163": 706,
- "164": 706,
- "165": 706,
- "166": null,
- "167": null,
- "168": null,
- "170": null,
- "172": null,
- "173": null,
- "174": null,
- "175": null,
- "176": null,
- "177": null,
- "178": 178,
- "179": 20,
- "180": 20,
- "181": 20,
- "182": null,
- "183": 697,
- "184": 697,
- "185": 697,
- "186": 697,
- "187": 697,
- "188": null,
- "190": 190,
- "191": 191,
- "192": 681,
- "193": 193,
- "194": 681,
- "195": 681,
- "196": 681,
- "197": 681,
- "198": null,
- "200": 200,
- "201": 200,
- "202": null,
- "203": 203,
- "204": 203,
- "205": 203,
- "206": 203,
- "207": 203,
- "208": 203,
- "209": 209,
- "210": 209,
- "211": 209,
- "212": 212,
- "213": 200,
- "214": 200,
- "215": 200,
- "219": 552,
- "220": 552,
- "221": 755,
- "222": null,
- "223": null,
- "224": null,
- "226": 459,
- "228": null,
- "229": null,
- "230": null,
- "231": null,
- "232": null,
- "233": null,
- "234": null,
- "235": null,
- "236": null,
- "237": null,
- "238": null,
- "239": null,
- "240": null,
- "241": null,
- "242": null,
- "243": 669,
- "244": 459,
- "245": null,
- "246": null,
- "248": 755,
- "250": 269,
- "252": 252,
- "253": 754,
- "256": 522,
- "257": 522,
- "258": 521,
- "259": 798,
- "260": 522,
- "261": 522,
- "262": 287,
- "263": 287,
- "266": 269,
- "267": 269,
- "268": 269,
- "269": 269,
- "270": 269,
- "271": 269,
- "272": 269,
- "273": 273,
- "274": 755,
- "276": 276,
- "277": 732,
- "278": 732,
- "279": 732,
- "280": 755,
- "281": 281,
- "282": null,
- "283": null,
- "284": null,
- "285": null,
- "286": null,
- "287": 287,
- "288": 306,
- "289": 287,
- "290": 290,
- "291": 290,
- "293": 290,
- "294": 294,
- "295": 295,
- "296": 295,
- "297": 295,
- "298": 295,
- "299": 295,
- "300": null,
- "301": 287,
- "302": 287,
- "303": 287,
- "304": 287,
- "305": 287,
- "306": 306,
- "307": 307,
- "308": 287,
- "309": 287,
- "311": 311,
- "312": 312,
- "313": 312,
- "314": 312,
- "315": 312,
- "316": 312,
- "317": 312,
- "318": 312,
- "319": 319,
- "321": 798,
- "322": 306,
- "323": 330,
- "324": 672,
- "325": 327,
- "326": 326,
- "327": 327,
- "328": 327,
- "329": 330,
- "330": 330,
- "331": 331,
- "332": 331,
- "333": 331,
- "334": 330,
- "335": 335,
- "336": 335,
- "337": 335,
- "338": 338,
- "339": 335,
- "340": 330,
- "341": 330,
- "342": 330,
- "343": 330,
- "344": 330,
- "345": 345,
- "346": 346,
- "347": 347,
- "348": 345,
- "349": 345,
- "350": 290,
- "351": 345,
- "352": 352,
- "353": 345,
- "354": 354,
- "356": null,
- "357": null,
- "358": null,
- "359": 200,
- "360": 345,
- "362": 362,
- "363": 367,
- "364": 362,
- "366": 362,
- "367": 367,
- "368": 362,
- "369": 369,
- "370": 295,
- "372": null,
- "374": 668,
- "375": 668,
- "377": 668,
- "378": 668,
- "379": 668,
- "382": null,
- "383": null,
- "384": 384,
- "385": null,
- "386": 706,
- "390": 755,
- "391": 754,
- "392": 755,
- "393": null,
- "394": 754,
- "395": 755,
- "396": 755,
- "397": null,
- "400": 400,
- "401": 401,
- "402": 668,
- "403": 668,
- "404": 404,
- "405": 400,
- "406": 400,
- "407": 407,
- "408": 400,
- "409": 400,
- "410": null,
- "412": 667,
- "413": 667,
- "414": 667,
- "415": 415,
- "416": 416,
- "419": null,
- "420": 306,
- "421": 362,
- "422": 345,
- "424": 862,
- "425": 425,
- "426": 426,
- "427": 427,
- "428": 428,
- "430": null,
- "431": null,
- "432": 362,
- "433": 552,
- "434": 434,
- "435": null,
- "436": 436,
- "437": 436,
- "439": null,
- "440": 665,
- "441": 610,
- "444": 444,
- "446": null,
- "447": null,
- "448": null,
- "449": null,
- "450": null,
- "451": 1021,
- "453": 1188,
- "454": 665,
- "455": 665,
- "456": 909,
- "457": 908,
- "459": 459,
- "460": 459,
- "462": 74,
- "463": null,
- "464": null,
- "466": 119,
- "467": 131,
- "468": 682,
- "469": 682,
- "470": 470,
- "471": 668,
- "472": 668,
- "473": null,
- "474": null,
- "475": null,
- "476": 476,
- "477": null,
- "478": 697,
- "479": 662,
- "480": 670,
- "481": 670,
- "482": 670,
- "483": 670,
- "484": 670,
- "486": 697,
- "487": null,
- "488": 668,
- "489": null,
- "491": 668,
- "492": 668,
- "493": 668,
- "494": 494,
- "495": null,
- "496": null,
- "497": 200,
- "498": 668,
- "499": 668,
- "500": 668,
- "501": null,
- "502": 502,
- "506": null,
- "507": null,
- "508": null,
- "509": null,
- "510": null,
- "511": null,
- "512": null,
- "514": null,
- "515": null,
- "520": 269,
- "521": 521,
- "522": 522,
- "523": 522,
- "524": 668,
- "525": 668,
- "526": 312,
- "527": 552,
- "528": 552,
- "529": 552,
- "530": 552,
- "531": 200,
- "532": 532,
- "535": 209,
- "536": 209,
- "537": 209,
- "538": 200,
- "539": 552,
- "540": 200,
- "541": 200,
- "543": 662,
- "544": 755,
- "546": null,
- "547": null,
- "548": 200,
- "549": 522,
- "550": 209,
- "551": 863,
- "552": 552,
- "553": 552,
- "554": 20,
- "555": 522,
- "556": 269,
- "558": 662,
- "560": null,
- "561": null,
- "562": null,
- "563": null,
- "564": 89,
- "565": 565,
- "566": 639,
- "567": 662,
- "568": 459,
- "570": null,
- "571": null,
- "572": 662,
- "573": 74,
- "574": 662,
- "575": null,
- "576": null,
- "577": null,
- "578": null,
- "579": null,
- "580": null,
- "581": 697,
- "582": 668,
- "583": 668,
- "584": null,
- "585": null,
- "586": null,
- "587": 330,
- "588": 704,
- "589": null,
- "590": 763,
- "591": 667,
- "593": 287,
- "594": null,
- "595": 697,
- "597": 670,
- "598": 200,
- "599": 295,
- "600": 755,
- "601": 601,
- "602": 287,
- "603": 287,
- "605": null,
- "606": 1284,
- "607": null,
- "608": 668,
- "609": 667,
- "610": 610,
- "611": 611,
- "612": null,
- "613": 613,
- "614": 319,
- "615": 200,
- "616": 345,
- "617": 617,
- "618": null,
- "619": 668,
- "620": 287,
- "621": 913,
- "622": 20,
- "623": 269,
- "624": 77,
- "625": 697,
- "626": 436,
- "627": 913,
- "628": null,
- "636": 755,
- "637": null,
- "638": 862,
- "639": 639,
- "640": 640,
- "641": 74,
- "642": 668,
- "643": 91,
- "644": 116,
- "645": 287,
- "646": 345,
- "647": 863,
- "648": 269,
- "649": 345,
- "650": 436,
- "651": 200,
- "652": 91,
- "653": 668,
- "654": 287,
- "655": null,
- "656": null,
- "657": null,
- "662": 662,
- "663": 662,
- "664": null,
- "665": 665,
- "666": null,
- "667": 667,
- "668": 668,
- "669": 669,
- "670": 670,
- "671": 798,
- "672": 672,
- "673": 426,
- "674": 674,
- "675": 667,
- "676": 120,
- "680": 190,
- "681": 681,
- "682": 682,
- "683": null,
- "684": 755,
- "685": null,
- "686": null,
- "687": null,
- "688": null,
- "689": 362,
- "690": 252,
- "691": null,
- "692": 697,
- "693": null,
- "694": 74,
- "695": 662,
- "696": 20,
- "697": 697,
- "698": 670,
- "703": null,
- "704": 704,
- "705": 755,
- "706": 706,
- "707": null,
- "708": null,
- "710": null,
- "732": 732,
- "733": null,
- "749": null,
- "754": 754,
- "755": 755,
- "756": 755,
- "757": null,
- "758": 330,
- "759": 916,
- "760": 916,
- "761": 763,
- "762": 763,
- "763": 763,
- "764": 667,
- "765": 667,
- "766": 732,
- "767": 668,
- "768": null,
- "770": 770,
- "771": 400,
- "772": 772,
- "773": 400,
- "774": 770,
- "775": 772,
- "776": 776,
- "777": 697,
- "778": null,
- "779": 400,
- "780": 327,
- "781": 20,
- "782": null,
- "783": 670,
- "784": 565,
- "785": 120,
- "786": 119,
- "787": 787,
- "788": 119,
- "789": 770,
- "790": null,
- "791": null,
- "792": null,
- "793": null,
- "794": null,
- "795": null,
- "796": null,
- "797": null,
- "798": 798,
- "799": 307,
- "804": 863,
- "805": 119,
- "806": 119,
- "807": 287,
- "820": 662,
- "821": 662,
- "822": 119,
- "823": 119,
- "824": 824,
- "825": 119,
- "826": null,
- "827": 706,
- "828": 362,
- "829": 829,
- "830": 829,
- "831": 362,
- "832": 667,
- "833": 667,
- "834": 834,
- "835": 835,
- "836": 287,
- "837": null,
- "838": 838,
- "839": 697,
- "841": null,
- "842": null,
- "843": 843,
- "862": 862,
- "863": 863,
- "908": 908,
- "909": 909,
- "910": 672,
- "911": null,
- "912": null,
- "913": 913,
- "914": 913,
- "915": 913,
- "916": 916,
- "917": 917,
- "918": 918,
- "920": 920,
- "921": 922,
- "922": 922,
- "923": 290,
- "924": 924,
- "925": 346,
- "926": null,
- "927": 668,
- "939": 862,
- "940": 346,
- "941": null,
- "942": 863,
- "943": 74,
- "1004": 732,
- "1007": null,
- "1021": 1021,
- "1022": 269,
- "1023": 697,
- "1024": 697,
- "1025": 697,
- "1037": null,
- "1038": null,
- "1039": 697,
- "1041": null,
- "1042": 400,
- "1043": null,
- "1044": null,
- "1045": null,
- "1046": 400,
- "1047": null,
- "1048": null,
- "1049": 400,
- "1050": 400,
- "1051": 665,
- "1052": 665,
- "1053": null,
- "1054": null,
- "1055": null,
- "1056": null,
- "1057": null,
- "1058": 662,
- "1059": null,
- "1060": null,
- "1061": 732,
- "1062": null,
- "1063": 400,
- "1064": null,
- "1065": null,
- "1066": null,
- "1067": 400,
- "1068": null,
- "1069": null,
- "1070": null,
- "1071": null,
- "1072": 400,
- "1073": 400,
- "1074": null,
- "1075": null,
- "1076": null,
- "1077": 697,
- "1078": null,
- "1079": null,
- "1080": null,
- "1082": null,
- "1083": null,
- "1084": 400,
- "1085": null,
- "1086": null,
- "1087": null,
- "1088": 662,
- "1089": 400,
- "1090": null,
- "1091": 772,
- "1092": null,
- "1093": null,
- "1094": 400,
- "1095": null,
- "1096": 662,
- "1097": null,
- "1098": null,
- "1099": null,
- "1100": null,
- "1101": null,
- "1102": null,
- "1103": null,
- "1104": null,
- "1105": null,
- "1106": null,
- "1107": null,
- "1108": null,
- "1109": null,
- "1110": null,
- "1111": null,
- "1112": null,
- "1113": null,
- "1114": null,
- "1115": null,
- "1116": null,
- "1117": null,
- "1118": null,
- "1119": null,
- "1120": null,
- "1121": null,
- "1122": null,
- "1123": null,
- "1124": null,
- "1125": null,
- "1126": null,
- "1127": null,
- "1164": null,
- "1173": 20,
- "1174": 20,
- "1176": 400,
- "1177": 120,
- "1188": 1188,
- "1189": 668,
- "1190": null,
- "1191": null,
- "1192": null,
- "1193": null,
- "1204": 330,
- "1209": null,
- "1220": null,
- "1221": 665,
- "1222": null,
- "1223": 362,
- "1224": null,
- "1229": null,
- "1230": null,
- "1231": null,
- "1232": 667,
- "1233": 667,
- "1234": 667,
- "1235": 400,
- "1236": 1236,
- "1239": 459,
- "1240": 327,
- "1241": 330,
- "1242": null,
- "1243": null,
- "1244": 863,
- "1245": null,
- "1246": 400,
- "1247": null,
- "1248": null,
- "1249": null,
- "1250": null,
- "1251": null,
- "1252": null,
- "1253": null,
- "1254": 697,
- "1255": 203,
- "1256": null,
- "1257": null,
- "1258": 212,
- "1259": null,
- "1260": null,
- "1261": null,
- "1262": null,
- "1263": null,
- "1264": 662,
- "1265": 662,
- "1266": 404,
- "1267": null,
- "1268": 269,
- "1269": null,
- "1270": null,
- "1271": 909,
- "1272": 459,
- "1273": 200,
- "1274": null,
- "1275": null,
- "1276": null,
- "1277": null,
- "1278": null,
- "1279": 665,
- "1280": null,
- "1281": null,
- "1282": 668,
- "1283": null,
- "1284": 1284,
- "1285": 20,
- "1286": 20,
- "1287": 20,
- "1288": 20,
- "1289": 20,
- "1290": null,
- "1291": null,
- "1292": null,
- "1293": 345,
- "1294": null,
- "1295": 200,
- "1296": null,
- "1297": null,
- "1298": 362,
- "1299": 306,
- "1300": 203,
- "1301": 459,
- "1302": null,
- "1303": 203,
- "1304": null,
- "1310": null,
- "1311": null,
- "1312": null,
- "1313": null,
- "1314": 862,
- "1315": null,
- "1316": null,
- "1317": null,
- "1318": null,
- "1319": null,
- "1320": null,
- "1321": 1321,
- "1322": 834,
- "1323": null,
- "1325": 770,
- "1326": null,
- "1327": 668,
- "1328": null,
- "1329": null,
- "1330": 459,
- "1331": 668,
- "1332": null,
- "1333": 1333,
- "1334": null,
- "1335": 682,
- "1336": 94,
- "1338": null,
- "1339": 682,
- "1341": 415,
- "1342": 459,
- "1351": null,
- "1357": null,
- "1384": null,
- "1385": 346,
- "1386": 59,
- "1389": 704,
- "1390": 287,
- "1391": 287,
- "1392": 287,
- "1393": 287,
- "1394": 287,
- "1395": null,
- "1419": 665,
- "1420": 669,
- "1421": 669,
- "1422": 669,
- "1423": 669,
- "1426": null,
- "1427": 77,
- "1428": 319,
- "1429": null,
- "1431": 200,
- "1434": 665
- }
- }
|