<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://cmu-sei.github.io/</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/coding-standards</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/guidelines-for-contributors</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/guidelines-for-contributors/deprecations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/guidelines-for-contributors/editing-related-guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/guidelines-for-contributors/rules-versus-recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/introduction</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/introduction/introduction-to-android-only-rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/introduction/introduction-to-c-rules-and-recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/introduction/introduction-to-java-recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/front-matter/introduction/introduction-to-java-rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/application-programming-interfaces-api</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/characters-and-string-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/component-security-cps</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/component-security-cps/drd01-x</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/component-security-cps/drd07-x</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/component-security-cps/drd08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/component-security-cps/drd09-restrict-access-to-sensitive-activities</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/concurrency-con</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/cryptography-crp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/cryptography-crp/drd17-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/cryptography-crp/drd18-do-not-use-the-default-behavior-in-a-cryptographic-library-if-it-does-not-use-recommended-practices</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/cryptography-crp/drd24-do-not-bundle-oauth-security-related-protocol-logic-or-sensitive-data-into-a-relying-partys-app</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/cryptography-crp/drd25-use-constant-time-encryption</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/environment-env</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/error-handling-err</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/file-io-and-logging-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/file-io-and-logging-fio/drd04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/file-io-and-logging-fio/drd00-do-not-store-sensitive-information-on-external-storage-sd-card-unless-encrypted-first</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/file-io-and-logging-fio/drd11-ensure-that-sensitive-data-is-kept-secure</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/file-io-and-logging-fio/drd12-do-not-trust-data-from-world-writable-files</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/file-io-and-logging-fio/drd23-do-not-use-world-readable-or-writeable-to-share-files-between-apps</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/file-io-and-logging-fio/drd28-do-not-load-world-writable-libraries</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/floating-point-flp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/input-validation-and-data-sanitization-ids</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/integers-int</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/intent-itt</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/intent-itt/drd03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/intent-itt/drd21-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/intent-itt/drd06-verify-the-caller-of-intents-before-acting-on-them</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/java-native-interface-jni</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/locking-lck</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/memory-management-mem</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/methods-met</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/miscellaneous-msc/drd10-x</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/miscellaneous-msc/drd15-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/miscellaneous-msc/drd26-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/miscellaneous-msc/drd27-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/miscellaneous-msc/drd25-to-request-user-permission-for-oauth-identify-relying-party-and-its-permissions-scope</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/network-ssltls-net</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/network-ssltls-net/drd23-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/network-ssltls-net/drd19-properly-verify-server-certificate-on-ssltls</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/numeric-types-and-operations-num</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/object-orientation-obj</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/permission-per</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/permission-per/drd05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/permission-per/drd14-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/permission-per/drd16-x</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/permission-per/drd20-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/platform-security-sec</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/preprocessor-pre</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/serialization-ser</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/thread-apis-thi</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/thread-safety-miscellaneous-tsm</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/visibility-and-atomicity-vna</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/webview-wbv</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/webview-wbv/drd02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/webview-wbv/drd13-do-not-provide-addjavascriptinterface-method-access-in-a-webview-which-could-contain-untrusted-content-api-level-jelly_bean-or-below</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/rules/webview-wbv/drd22-do-not-cache-sensitive-information</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/application-programming-interfaces-api</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/characters-and-strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/component-security-cps</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/concurrency-con</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/cryptography-crp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/environment-env</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/error-handling-err</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/file-io-and-logging-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/floating-point-flp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/input-validation-and-data-sanitization-ids</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/integers-int</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/intent-itt</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/java-native-interface-jni</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/locking-lck</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/memory-management-mem</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/methods-met</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/network-ssltls-net</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/numeric-types-and-operations-num</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/object-orientation-obj</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/permission-per</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/platform-security-sec</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/preprocessor-pre</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/serialization-ser</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/thread-apis-thi</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/thread-safety-miscellaneous-tsm</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/visibility-and-atomicity-vna</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/recommendations/webview-wbv</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/android-only</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/c-coding-language</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/c-coding-language/applicable-in-principle-to-android-c-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/c-coding-language/applicable-to-android-c-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/c-coding-language/not-applicable-to-android-c-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/c-coding-language/unknown-applicability-c-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/cpp-coding-language</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/java-coding-language</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/java-coding-language/applicable-in-principle-to-android-java-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/java-coding-language/applicable-to-android-java-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/java-coding-language/not-applicable-to-android-java-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/java-coding-language/unknown-applicability-to-android-java-rulesrecomendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/by-language/xml</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/back-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/back-matter/aa-bibliography</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/back-matter/bb-analyzers</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/back-matter/bb-analyzers/codesonar</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/back-matter/bb-analyzers/codesonar_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/about-the-ourcs-workshop</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/android-applicability-summary</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/android-drd</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/avoid-having-unreachable-code</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/c-space-change-history-log</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/copy-of-rule-template</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/cpp-space-change-history-log</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/dictionary-of-labels</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/how-to-change-applicability-when-a-rules-and-recommendations-change</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/java-space-change-history-log</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/labels-in-this-space</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/perl-space-change-history-log</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/resources-for-new-android-app-secure-coding-rules-and-guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/rule-template</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/android-secure-coding-standard/admin/rules-applicable-for-both-the-android-platform-and-other-platforms</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/scope</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/audience</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/how-this-coding-standard-is-organized</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/history</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/isoiec-ts-17961-c-secure-coding-rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/tool-selection-and-validation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/taint-analysis</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/rules-versus-recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/conformance-testing</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/development-process</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/usage</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/system-qualities</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/automatically-generated-code</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/government-regulations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/front-matter/introduction/acknowledgments</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/application-programming-interfaces-api</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/arrays-arr</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/arrays-arr/arr30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/arrays-arr/arr32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/arrays-arr/arr36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/arrays-arr/arr37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/arrays-arr/arr38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/arrays-arr/arr39-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/characters-and-strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/characters-and-strings-str/str30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/characters-and-strings-str/str31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/characters-and-strings-str/str32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/characters-and-strings-str/str34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/characters-and-strings-str/str37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/characters-and-strings-str/str38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con33-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con35-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con39-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con40-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con41-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/concurrency-con/con43-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl39-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl40-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl41-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/declarations-and-initialization-dcl/dcl42-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/environment-env</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/environment-env/env30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/environment-env/env31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/environment-env/env32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/environment-env/env33-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/environment-env/env34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/error-handling-err</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/error-handling-err/err30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/error-handling-err/err32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/error-handling-err/err33-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/error-handling-err/err34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp33-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp35-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp39-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp40-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp42-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp43-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp44-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp45-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp46-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/expressions-exp/exp47-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/floating-point-flp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/floating-point-flp/flp30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/floating-point-flp/flp32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/floating-point-flp/flp34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/floating-point-flp/flp36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/floating-point-flp/flp37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/floating-point-flp/flp38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio39-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio40-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio41-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio42-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio44-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio45-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio46-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/input-output-fio/fio47-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int/int30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int/int31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int/int32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int/int33-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int/int34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int/int35-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/integers-int/int36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/memory-management-mem</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/memory-management-mem/mem30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/memory-management-mem/mem31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/memory-management-mem/mem33-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/memory-management-mem/mem34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/memory-management-mem/mem35-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/memory-management-mem/mem36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/microsoft-windows-win</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/microsoft-windows-win/win30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc33-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc39-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc40-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/miscellaneous-msc/msc41-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos35-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos36-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos37-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos38-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos39-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos44-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos47-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos48-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos49-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos50-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos51-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos52-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos53-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/posix-pos/pos54-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/preprocessor-pre</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/preprocessor-pre/pre30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/preprocessor-pre/pre31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/preprocessor-pre/pre32-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/signals-sig</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/signals-sig/sig30-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/signals-sig/sig31-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/signals-sig/sig34-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/rules/signals-sig/sig35-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/aa-bibliography</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/bb-definitions</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/cc-undefined-behavior</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/dd-unspecified-behavior</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/astree</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/astree_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/axivion-suite</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/axivion-suite_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/clang</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/clang_38_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/clang_39_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/clang_40_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/clang_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/codee</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/codee_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/codesonar</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/codesonar_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/coverity</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/coverity_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/cppcheck</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/cppcheck-premium</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/cppcheck-premium_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/cppcheck_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/eclair</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/eclair_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/edg</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/edg_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/gcc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/gcc_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/helix-qac</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/helix-qac_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/klocwork</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/klocwork_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/ldra</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/ldra_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/parasoft</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/parasoft_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/pc-lint-plus</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/pc-lint-plus_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/polyspace-bug-finder</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/polyspace-bug-finder_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/pvs-studio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/pvs-studio_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/rose</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/rose_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/rosecheckers-code</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/rulechecker</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/rulechecker_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/security-reviewer-static-reviewer</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/security-reviewer-static-reviewer_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/sonarqube-ccpp-plugin</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/sonarqube-ccpp-plugin_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/splint</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/splint_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/trustinsoft-analyzer</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ee-analyzers/trustinsoft-analyzer_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/02.2003</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/03.2006</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/04.2007</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/05.2008</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/06.2010</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/07.2011</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/08.2012</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/09.2013</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/10.2013</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/mitre-cwe</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/mitre-cwe-211</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/mitre-cwe-31</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/ff-related-guidelines/mitre-cwe-311</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/back-matter/gg-risk-assessments</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/admin</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/admin/todo-list</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/admin/undefined-and-implementation-defined-behaviors-not-deemed-ruleworthy</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/errata-for-sei-cert-c-coding-standard-2016-edition</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/application-programming-interfaces-api/api10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/arrays-arr</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/arrays-arr/arr00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/arrays-arr/arr01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/arrays-arr/arr02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/characters-and-strings-str/str11-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con08-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/concurrency-con/con09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl08-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl11-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl12-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl13-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl15-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl16-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl17-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl18-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl19-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl20-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl21-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl22-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/declarations-and-initialization-dcl/dcl23-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/environment-env</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/environment-env/env01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/environment-env/env02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/environment-env/env03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/environment-env/env04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err/err00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err/err01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err/err02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err/err04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err/err05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err/err06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/error-handling-err/err07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp08-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp11-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp12-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp13-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp14-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp15-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp16-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp19-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/expressions-exp/exp20-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/floating-point-flp/flp07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio08-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio11-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio13-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio14-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio15-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio17-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio18-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio19-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio20-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio21-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio22-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio23-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/input-output-fio/fio24-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int08-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int12-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int13-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int14-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int15-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int16-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int17-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/integers-int/int18-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem11-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/memory-management-mem/mem12-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/microsoft-windows-win</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/microsoft-windows-win/win00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/microsoft-windows-win/win01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/microsoft-windows-win/win02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/microsoft-windows-win/win03-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/microsoft-windows-win/win04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc11-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc12-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc13-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc14-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc15-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc17-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc18-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc19-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc20-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc21-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc22-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc23-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc24-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc25-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/posix-pos</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/posix-pos/pos01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/posix-pos/pos02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/posix-pos/pos04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/posix-pos/pos05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre04-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre05-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre06-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre07-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre08-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre09-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre10-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre11-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre12-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/preprocessor-pre/pre13-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/signals-sig</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/signals-sig/sig00-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/signals-sig/sig01-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/recommendations/signals-sig/sig02-c</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-c-coding-standard/cert-manifest-files</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/scope</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/audience</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/usage</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/how-this-coding-standard-is-organized</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/relation-to-the-cert-c-coding-standard</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/rules-versus-recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/tool-selection-and-validation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/conformance-testing</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/development-process</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/system-qualities</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/automatically-generated-code</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/government-regulations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/front-matter/introduction/acknowledgments</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/characters-and-strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/characters-and-strings-str/str50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/characters-and-strings-str/str52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/characters-and-strings-str/str53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/characters-and-strings-str/str51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con/con50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con/con51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con/con52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con/con53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con/con54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con/con55-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/concurrency-con/con56-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr55-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr56-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr57-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/containers-ctr/ctr58-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl55-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl56-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl57-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl58-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl59-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/declarations-and-initialization-dcl/dcl60-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err55-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err56-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err57-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err58-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err59-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err60-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err61-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/exceptions-and-error-handling-err/err62-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp55-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp56-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp57-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp58-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp59-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp60-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp61-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp62-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/expressions-exp/exp63-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/input-output-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/input-output-fio/fio50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/input-output-fio/fio51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/integers-int</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/integers-int/int50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem55-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem56-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/memory-management-mem/mem57-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/miscellaneous-msc/msc51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/miscellaneous-msc/msc52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/miscellaneous-msc/msc53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/miscellaneous-msc/msc54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/miscellaneous-msc/msc50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop50-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop51-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop52-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop53-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop54-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop55-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop56-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop57-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop58-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/aa-bibliography</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/bb-definitions</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/astree</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/astree_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/axivion-suite</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/axivion-suite_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/clang</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/clang_38_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/clang_39_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/clang_40_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/clang_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/codee</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/codee_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/codesonar</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/codesonar_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/coverity</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/coverity_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/eclair</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/eclair_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/edg</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/edg_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/gcc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/gcc_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/helix-qac</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/helix-qac_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/klocwork</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/klocwork_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/ldra</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/ldra_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/parasoft</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/parasoft_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/polyspace-bug-finder</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/polyspace-bug-finder_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/prqa-qa-cpp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/prqa-qa-cpp_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/pvs-studio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/pvs-studio_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/rose</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/rose_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/rulechecker</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/rulechecker_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/security-reviewer-static-reviewer</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/security-reviewer-static-reviewer_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/semgrep</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/semgrep_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/sonarqube-ccpp-plugin</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/sonarqube-ccpp-plugin_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/splint</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/cc-analyzers/splint_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/dd-related-guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/dd-related-guidelines/2.2008</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/dd-related-guidelines/mitre-cwe</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/back-matter/ee-risk-assessments</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/admin</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/admin/todo-list</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-cpp-coding-standard/errata-for-sei-cert-cpp-coding-standard-2016-edition</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rules-versus-recommendations-java</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/acknowledgments</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/deprecations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/scope</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/audience</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/contents-and-organization</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/usage</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/system-qualities</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/priority-and-levels</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/automatically-generated-code</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/source-code-validation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rec-preface/tool-selection-and-validation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/input-validation-and-data-sanitization</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/leaking-sensitive-data</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/type-safety</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/leaking-capabilities</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/denial-of-service</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/libraries</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/concurrency-visibility-and-memory</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-introduction/privilege-escalation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/scope</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/audience</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/contents-and-organization</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/identifiers</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/usage</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/system-qualities</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/priority-and-levels</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/automatically-generated-code</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/conformance-testing</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/front-matter/rule-preface/tool-selection-and-validation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/android-drd</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/characters-and-strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/characters-and-strings-str/str00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/characters-and-strings-str/str01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/characters-and-strings-str/str02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/characters-and-strings-str/str03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/characters-and-strings-str/str04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/declarations-and-initialization-dcl/dcl00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/declarations-and-initialization-dcl/dcl01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/declarations-and-initialization-dcl/dcl02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/exceptional-behavior-err/err09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/expressions-exp/exp07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio12-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio13-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio14-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio15-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-output-fio/fio16-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids14-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids15-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids16-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids17-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/java-native-interface-jni</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/java-native-interface-jni/jni00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/java-native-interface-jni/jni01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/java-native-interface-jni/jni02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/java-native-interface-jni/jni03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/java-native-interface-jni/jni04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/locking-lck/lck11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met12-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/methods-met/met13-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/miscellaneous-msc/msc11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num12-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num13-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/numeric-types-and-operations-num/num14-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj12-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj13-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/object-orientation-obj/obj14-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/platform-security-sec/sec10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env03-j/dummy-env03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/runtime-environment-env/env06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser06-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser07-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser08-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser09-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser10-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser11-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/serialization-ser/ser12-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-apis-thi</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-apis-thi/thi00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-apis-thi/thi01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-apis-thi/thi02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-apis-thi/thi03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-apis-thi/thi04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-apis-thi/thi05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-pools-tps</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-pools-tps/tps00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-pools-tps/tps01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-pools-tps/tps02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-pools-tps/tps03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-pools-tps/tps04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-safety-miscellaneous-tsm</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-safety-miscellaneous-tsm/tsm00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-safety-miscellaneous-tsm/tsm01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-safety-miscellaneous-tsm/tsm02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/thread-safety-miscellaneous-tsm/tsm03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/visibility-and-atomicity-vna</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/visibility-and-atomicity-vna/vna00-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/visibility-and-atomicity-vna/vna01-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/visibility-and-atomicity-vna/vna02-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/visibility-and-atomicity-vna/vna03-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/visibility-and-atomicity-vna/vna04-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/rules/visibility-and-atomicity-vna/vna05-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/characters-and-strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/characters-and-strings-str/str50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/characters-and-strings-str/str51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/concurrency-con</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/concurrency-con/con50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/concurrency-con/con51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/concurrency-con/con52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl55-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl56-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl57-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl58-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl59-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl60-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/declarations-and-initialization-dcl/dcl61-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/exceptional-behavior-err</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/exceptional-behavior-err/err50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/exceptional-behavior-err/err51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/exceptional-behavior-err/err52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/exceptional-behavior-err/err53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/exceptional-behavior-err/err54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/expressions-exp/exp50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/expressions-exp/exp51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/expressions-exp/exp52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/expressions-exp/exp53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/expressions-exp/exp54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/expressions-exp/exp55-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-output-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-output-fio/fio50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-output-fio/fio51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-output-fio/fio52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-output-fio/fio53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids/ids50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids/ids51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids/ids52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids/ids53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids/ids54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids/ids55-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/input-validation-and-data-sanitization-ids/ids56-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met/met50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met/met51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met/met52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met/met53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met/met54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met/met55-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/methods-met/met56-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc55-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc56-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc57-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc58-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc59-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc60-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc61-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc62-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/miscellaneous-msc/msc63-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/numeric-types-and-operations-num</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/numeric-types-and-operations-num/num50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/numeric-types-and-operations-num/num51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/numeric-types-and-operations-num/num52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/numeric-types-and-operations-num/num53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/numeric-types-and-operations-num/num54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj55-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj56-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj57-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/object-orientation-obj/obj58-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec50-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec51-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec52-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec53-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec54-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec55-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec56-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec57-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/recommendations/platform-security-sec/sec58-j</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rec-aa-references</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rec-bb-definitions</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-aa-references</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-bb-glossary</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/codesonar</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/codesonar_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/coverity</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/coverity_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/eclipse</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/eclipse_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/error-prone</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/error-prone_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/findbugs</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/findbugs_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/fortify</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/fortify_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/klocwork</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/klocwork_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/parasoft</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/parasoft_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/pmd</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/pmd_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/pvs-studio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/pvs-studio_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/security-reviewer-static-reviewer</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/security-reviewer-static-reviewer_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/sonarqube</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/sonarqube_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/spotbugs</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/spotbugs_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/the-checker-framework</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/the-checker-framework_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/threadsafe</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-cc-analyzers/threadsafe_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-dd-related-guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-dd-related-guidelines/2.2010</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-dd-related-guidelines/3.2013</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-dd-related-guidelines/mitre-capec</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-dd-related-guidelines/mitre-cwe</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-dd-related-guidelines/secure-coding-guidelines-for-java-se-version-50</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/back-matter/rule-or-rec-ee-risk-assessments</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/admin</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/admin/all-guidelines-with-classification</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/admin/normative-guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/admin/tech-edit</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/admin/todo-list</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-oracle-coding-standard-for-java/admin/todo-list</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/deprecations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/scope</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/tool-selection-and-validation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/rules-versus-recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/development-process</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/usage</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/system-qualities</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/risk-assessment</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/source-code-validation</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/automatically-generated-code</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/front-matter/introduction/acknowledgements</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/declarations-and-initialization-dcl/dcl30-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/declarations-and-initialization-dcl/dcl31-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/declarations-and-initialization-dcl/dcl33-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/expressions-exp/exp30-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/expressions-exp/exp31-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/expressions-exp/exp32-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/expressions-exp/exp33-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/expressions-exp/exp35-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/file-input-and-output-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/file-input-and-output-fio/fio30-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/input-validation-and-data-sanitization-ids</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/input-validation-and-data-sanitization-ids/ids30-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/input-validation-and-data-sanitization-ids/ids31-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/input-validation-and-data-sanitization-ids/ids32-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/input-validation-and-data-sanitization-ids/ids33-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/input-validation-and-data-sanitization-ids/ids34-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/input-validation-and-data-sanitization-ids/ids35-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/integers-int</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/miscellaneous-msc/msc31-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/miscellaneous-msc/msc32-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/object-oriented-programming-oop</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/object-oriented-programming-oop/oop32-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/strings-str/str30-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/rules/strings-str/str31-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/declarations-and-initialization-dcl/dcl00-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/declarations-and-initialization-dcl/dcl01-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/declarations-and-initialization-dcl/dcl02-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/declarations-and-initialization-dcl/dcl03-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/declarations-and-initialization-dcl/dcl04-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/declarations-and-initialization-dcl/dcl05-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp/exp00-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp/exp01-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp/exp03-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp/exp04-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp/exp06-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp/exp07-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/expressions-exp/exp08-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/file-input-and-output-fio</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/file-input-and-output-fio/fio00-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/file-input-and-output-fio/fio01-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/input-validation-and-data-sanitization-ids</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/input-validation-and-data-sanitization-ids/ids00-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/input-validation-and-data-sanitization-ids/ids01-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/integers-int</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/integers-int/int00-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/integers-int/int01-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/miscellaneous-msc/msc00-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/miscellaneous-msc/msc01-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/miscellaneous-msc/msc02-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/miscellaneous-msc/msc03-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/miscellaneous-msc/msc04-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/object-oriented-programming-oop</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/object-oriented-programming-oop/oop00-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/object-oriented-programming-oop/oop01-pl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/recommendations/strings-str</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/aa-bibliography</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/bb-analyzers</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/bb-analyzers/critic</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/bb-analyzers/critic_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/bb-analyzers/lint</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/bb-analyzers/lint_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/bb-analyzers/security-reviewer-static-reviewer</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/bb-analyzers/security-reviewer-static-reviewer_v</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-perl-coding-standard/back-matter/cc-risk-assessments</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/development-guidelines/coding-style-guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/front-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/front-matter/introduction</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/arrays-arr</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/arrays-arr/arr01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/arrays-arr/arr02-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/arrays-arr/arr03-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/arrays-arr/arr04-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/declarations-and-initialization-dcl</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/declarations-and-initialization-dcl/dcl01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/declarations-and-initialization-dcl/dcl02-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/declarations-and-initialization-dcl/dcl03-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/declarations-and-initialization-dcl/dcl04-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/declarations-and-initialization-dcl/dcl05-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/concurrency-con</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/concurrency-con/con01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/concurrency-con/con02-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/concurrency-con/con03-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/concurrency-con/con04-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/concurrency-con/con05-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/exceptions-and-ieee-arithmetic-eia</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/exceptions-and-ieee-arithmetic-eia/eia01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/expressions-and-assignment-exa</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/expressions-and-assignment-exa/exa01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/miscellaneous-msc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/miscellaneous-msc/msc01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/miscellaneous-msc/msc02-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/miscellaneous-msc/msc03-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/procedures-prc</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/procedures-prc/prc01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/procedures-prc/prc02-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/procedures-prc/prc03-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/scope-association-and-definition-sad</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/scope-association-and-definition-sad/sad02-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/scope-association-and-definition-sad/sad03-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/scope-association-and-definition-sad/limit-the-scope-of-variables-and-procedures</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/types-typ</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/types-typ/typ01-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/types-typ/typ02-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/types-typ/typ03-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/guidelines/types-typ/typ04-f</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/back-matter</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/back-matter/aa-bibliography</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/back-matter/bb-definitions</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/back-matter/cc-undefined-behavior</loc><changefreq>monthly</changefreq></url><url><loc>https://cmu-sei.github.io/sei-cert-fortran-coding-standard/acknowledgements</loc><changefreq>monthly</changefreq></url></urlset>