{"id":5411,"date":"2024-08-29T09:49:16","date_gmt":"2024-08-29T13:49:16","guid":{"rendered":"https:\/\/solutionsreview.com\/security-information-event-management\/?p=5411"},"modified":"2024-08-29T10:08:12","modified_gmt":"2024-08-29T14:08:12","slug":"how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants","status":"publish","type":"post","link":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/","title":{"rendered":"How CISOs Can Prepare the Enterprise for AI Coding Assistants"},"content":{"rendered":"<p dir=\"ltr\"><a href=\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-5419\" src=\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg\" alt=\"\" width=\"786\" height=\"393\" srcset=\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg 786w, https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3-300x150.jpg 300w, https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3-768x384.jpg 768w\" sizes=\"(max-width: 786px) 100vw, 786px\" \/><\/a><\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\"><em><strong>Secure Code Warrior&#8217;s Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants. This article originally appeared on <a href=\"https:\/\/insightjam.com\/share\/8qpQN88MnQiKPNXU?utm_source=manual\" target=\"_blank\" rel=\"noopener\">Solutions Review&#8217;s Insight Jam<\/a>, an enterprise IT community enabling the human conversation on AI.<\/strong><\/em><\/p>\n<p id=\"isPasted\" dir=\"ltr\" style=\"text-align: justify;\">LLMs struggle to produce consistently secure code.\u00a0Security-skilled developers can help ensure secure AI-generated code while optimizing performance.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Development teams need to get better control of the large language models used in writing software code before those AI models, which have provided undeniable benefits, become a runaway train in terms of lax security protocols.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Software developers were quick to see AI&#8217;s advantages. A little more than a half-year after ChatGPT made its initial splash in November 2022, a\u00a0<a href=\"https:\/\/github.blog\/2023-06-13-survey-reveals-ais-impact-on-the-developer-experience\/\" target=\"_blank\" rel=\"noopener\">GitHub survey<\/a> found that 92 percent of U.S.-based developers were using AI coding tools\u2014a number that has likely gone up since then. GitHub has said that its Copilot coding assistant wrote 82 billion lines of code in its first year.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">The downside of enlisting LLMs to write code is the risk they pose to security. Flaws and vulnerabilities have always been present in software. However, the fast-moving evolution of cloud services has increased the demand for code. And if LLMs are used to meet that demand without having the security and quality of the code carefully checked, the consequences could be significant.<\/p>\n<p style=\"text-align: justify;\">In our own experiments using LLMs to complete secure coding challenges, we routinely see error rates from 10 percent up to 60 percent, with the biggest models averaging around 20-25%. It\u2019s imperative to note that this is a controlled situation in which we&#8217;re specifically prompting it in relation to security problems. If your prompt is not security-centric with the correct asks, your chances of success will be worse.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">In terms of vulnerability classes, some are definitely easier for LLMs to navigate than others. They tend to score well on superficial, well-documented patterns such as SQL and other injection vulnerabilities, but suffer on more subjective, flexible issues like resource releasing, insufficient logging, and misconfigured permissions.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">This current state of affairs poses a crisis for the cybersecurity industry, but it also creates an opportunity. On one hand, CISOs and security leaders need a comprehensive plan for implementing AI coding tools safely in order to protect their systems and data, avoid the consequences of a major breach, and stay in compliance with a growing number of regulations. On the other hand, such a plan will allow companies to benefit from the considerable advantages AI coding tools offer while establishing a reliable process for fast, productive and secure software development.<\/p>\n<p dir=\"ltr\">Reaping those benefits starts with a focus on risk reduction at the developer level.<\/p>\n<h3 dir=\"ltr\"><strong>Be Aware of AI\u2019s Shortcomings<\/strong><\/h3>\n<p dir=\"ltr\" style=\"text-align: justify;\">It\u2019s not like code was pristine before AI showed up. Human software engineers make their share of mistakes, too. A study by Coralogix found that developers create, on average,\u00a0<a href=\"https:\/\/www.openrefactory.com\/intelligent-code-repair-icr\/#:~:text=The%20Scope%20of%20the%20Problem&amp;text=On%20average%2C%20a%20developer%20creates,writing%20a%20line%20of%20code\" target=\"_blank\" rel=\"noopener\">70 bugs per 1,000 lines of code<\/a>, with 15 of those bugs ending up in production systems. As a result, 75 percent of developers\u2019 time is spent on debugging, since fixing bugs takes 30 times longer than writing a line of code.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">At a glance, AI models actually improve those numbers. Nearly 76 percent of respondents to a <a href=\"https:\/\/snyk.io\/reports\/ai-code-security\/\" target=\"_blank\" rel=\"noopener\">Synk survey<\/a> said that, overall, AI code is more secure than code created by humans. But it\u2019s far from perfect\u201456.4 percent said AI does introduce coding issues either sometimes or frequently. And considering the sheer volume of code AI creates\u2014and that Synk found that 80% of developers using AI bypass AI code security policies\u2014that threatens to put a lot of buggy code into the software ecosystem.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Overreliance on AI coding tools as they are currently used is risky because models can struggle to produce reliable results, particularly at the enterprise level.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">An example of LLM\u2019s shortcomings can be found in how the models are ill-equipped to stay current with changes in functionalities. As Andrea Valenzuela, a software developer and data scientist at CERN, points out,\u00a0<a href=\"https:\/\/towardsdatascience.com\/llms-coding-software-development-artificial-intelligence-68f195bb2ad3\" target=\"_blank\" rel=\"noopener\">LLMs are trained<\/a>\u00a0on a snapshot of code and documentation taken at a specific point in time. But APIs and other interfaces, for example, change often. Because LLMs aren\u2019t updated in real time, this leaves them blind to new security risks, which could result in using vulnerable code.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Although LLMs can be trained to write code, they are trained to predict the next line of code based on what\u2019s come before. But training them to write code that\u2019s optimized for specific business functions\u2014or certain hardware or software environments\u2014is a very difficult challenge.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\"><a href=\"https:\/\/www.xenonstack.com\/blog\/llm-security-safeguard-artificial-intelligence\" target=\"_blank\" rel=\"noopener\">Other potential vulnerabilities<\/a>\u00a0resulting from LLM-generated code include data poisoning used to manipulate machine learning models, the theft of LLM models, which can result in the creation of counterfeit models, adversarial inputs that trick LLMs into producing faulty output, and biases present in training data that manifest within its output. Cross-site scripting is another potential vulnerability resulting from AI-generated code. In fact, LLM code flaws are common enough that the OWASP Foundation has created a web page just for the\u00a0<a href=\"https:\/\/owasp.org\/www-project-top-10-for-large-language-model-applications\/\" target=\"_blank\" rel=\"noopener\">top 10 most critical LLM vulnerabilities<\/a>.<\/p>\n<h3 dir=\"ltr\"><strong>Setting the Stage for Secure AI Coding<\/strong><\/h3>\n<p dir=\"ltr\" style=\"text-align: justify;\">Organizations aren\u2019t going to abandon AI over these concerns. In fact, the trend is strongly in favor of using it more. However, they need to acknowledge that AI models can\u2019t be trusted to produce consistently secure and optimally functional code. CISOs need to prepare their organizations&#8217; foundations to apply security and oversight to LLMs to ensure that they get maximum benefits from AI-generated code while applying strict security controls to the process.<\/p>\n<p style=\"text-align: justify;\">Another consideration is the decision-making process: Who will determine which AI agent should be used? As we have seen, there are various LLMs in the market, each with different strengths and shortcomings, and in terms of coding, one may be more accurate than another. Ultimately, highly regulated enterprise environments like the financial services sector will likely operate with a central decision, but more liberal environments, such as the tech sector, may leave this up to individual developers, which will vastly increase the risk and governance variables in the SDLC.<\/p>\n<p dir=\"ltr\">Among the steps they can take:<\/p>\n<ul>\n<li dir=\"ltr\">\n<p dir=\"ltr\" style=\"text-align: justify;\"><strong>AI governance:<\/strong>\u00a0Adopt a framework to establish safe and ethical practices and policies for using AI and machine learning. A governance team can include stakeholders from across the enterprise, including IT, data science, legal, compliance and business.<\/p>\n<\/li>\n<li dir=\"ltr\" style=\"text-align: justify;\">\n<p dir=\"ltr\"><strong>Regulatory legislation:<\/strong>\u00a0Companies should be aware of governmental efforts to restrict AI use. The\u00a0<a href=\"https:\/\/www.europarl.europa.eu\/topics\/en\/article\/20230601STO93804\/eu-ai-act-first-regulation-on-artificial-intelligence\" target=\"_blank\" rel=\"noopener\">EU AI Act<\/a>\u00a0is the first regulatory framework that applies to AI. The United States doesn\u2019t yet have legislation directly addressing AI, but the White House Executive Order from October 2023 does set standards for safety, transparency, and security.<\/p>\n<\/li>\n<li dir=\"ltr\">\n<p dir=\"ltr\" style=\"text-align: justify;\"><strong>Upskilling and reskilling<\/strong>: Secure code is at the core of cybersecurity, and improving the security and quality of AI code begins with developers. Organizations need to make sure developers have the training they need to apply secure coding best practices in the code they write and in checking the work of code generated by LLMs.<\/p>\n<\/li>\n<\/ul>\n<p dir=\"ltr\" style=\"text-align: justify;\">Teams need precision skills development as part of a thorough learning program designed to apply security when code is being created and throughout the software development lifecycle (SDLC). A developer-driven security program can increase productivity, improve the SLDC workflow and spur innovation, while also making software more secure and reliable.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Part of that program is ensuring that the training is taking hold with developers. Using a platform that provides a data-driven measurement of a security-learning program\u2019s effectiveness, while also identifying top performers and those who need extra help. It can also provide benchmarks that identify areas that need to be addressed by the learning program, as well as a measure of how an organization\u2019s program is performing relative to the rest of the industry.<\/p>\n<h4 dir=\"ltr\"><strong>Conclusion<\/strong><\/h4>\n<p dir=\"ltr\" style=\"text-align: justify;\">Top leaders need to buy into the importance of secure code and the importance of training developers to be thoroughly versed in safe coding practices. An environment that allows LLMs to create code while ensuring security under the guidance of security-aware developers can allow organizations to improve productivity while minimizing risk.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Secure Code Warrior&#8217;s Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants. This article originally appeared on Solutions Review&#8217;s Insight Jam, an enterprise IT community enabling the human conversation on AI. LLMs struggle to produce consistently secure code.\u00a0Security-skilled developers can help ensure secure AI-generated code while optimizing performance. Development teams [&hellip;]<\/p>\n","protected":false},"author":516,"featured_media":5419,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[551],"tags":[2299,2300],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How CISOs Can Prepare the Enterprise for AI Coding Assistants<\/title>\n<meta name=\"description\" content=\"Secure Code Warrior&#039;s Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How CISOs Can Prepare the Enterprise for AI Coding Assistants\" \/>\n<meta property=\"og:description\" content=\"Secure Code Warrior&#039;s Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/\" \/>\n<meta property=\"og:site_name\" content=\"Best Information Security SIEM Tools, Software, Solutions &amp; Vendors\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-29T13:49:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-29T14:08:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"786\" \/>\n\t<meta property=\"og:image:height\" content=\"393\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Pieter Danhieux\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pieter Danhieux\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/\",\"url\":\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/\",\"name\":\"How CISOs Can Prepare the Enterprise for AI Coding Assistants\",\"isPartOf\":{\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg\",\"datePublished\":\"2024-08-29T13:49:16+00:00\",\"dateModified\":\"2024-08-29T14:08:12+00:00\",\"author\":{\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/#\/schema\/person\/af6d665c63a2f70d1b03e1085995b959\"},\"description\":\"Secure Code Warrior's Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants.\",\"breadcrumb\":{\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#primaryimage\",\"url\":\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg\",\"contentUrl\":\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg\",\"width\":786,\"height\":393},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/solutionsreview.com\/security-information-event-management\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How CISOs Can Prepare the Enterprise for AI Coding Assistants\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/#website\",\"url\":\"https:\/\/solutionsreview.com\/security-information-event-management\/\",\"name\":\"Best Information Security SIEM Tools, Software, Solutions &amp; Vendors\",\"description\":\"Buyer&#039;s Guide and Best Practices\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/solutionsreview.com\/security-information-event-management\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/#\/schema\/person\/af6d665c63a2f70d1b03e1085995b959\",\"name\":\"Pieter Danhieux\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/security-information-event-management\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/1610941992152.jpg\",\"contentUrl\":\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/1610941992152.jpg\",\"caption\":\"Pieter Danhieux\"},\"description\":\"Pieter Danhieux is the Co-Founder\/CEO of Secure Code Warrior, a global security company that makes software development better and more secure. In 2016, he was No. 80 on the list of Coolest Tech people in Australia (Business Insider) and awarded Cyber Security Professional of the Year (AISA - Australian Information Security Association). Pieter is also a Principal instructor for the SANS Institute, teaching military, government, and private organizations offensive techniques on how to target and assess organizations, systems, and individuals for security weaknesses. He also serves as an advisory board member of NVISO, a cybersecurity security consulting company. Before starting his own company, Pieter worked at Ernst &amp; Young and BAE Systems. He is also one of the Co-Founders of BruCON, one of the most awesome hacking conferences on this planet. He started his information security career early in life and obtained the Certified Information Systems Security Professional (CISSP) certification as one of the youngest persons ever in Belgium. On his way, he collected a whole range of cybersecurity certificates (CISA, GCFA, GCIH, GPEN, GWAP) and is currently one of the select few people worldwide to hold the top certification GIAC Security Expert (GSE).\",\"sameAs\":[\"https:\/\/www.securecodewarrior.com\/\"],\"url\":\"https:\/\/solutionsreview.com\/security-information-event-management\/author\/pdanhieux\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How CISOs Can Prepare the Enterprise for AI Coding Assistants","description":"Secure Code Warrior's Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/","og_locale":"en_US","og_type":"article","og_title":"How CISOs Can Prepare the Enterprise for AI Coding Assistants","og_description":"Secure Code Warrior's Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants.","og_url":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/","og_site_name":"Best Information Security SIEM Tools, Software, Solutions &amp; Vendors","article_published_time":"2024-08-29T13:49:16+00:00","article_modified_time":"2024-08-29T14:08:12+00:00","og_image":[{"width":786,"height":393,"url":"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg","type":"image\/jpeg"}],"author":"Pieter Danhieux","twitter_misc":{"Written by":"Pieter Danhieux","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/","url":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/","name":"How CISOs Can Prepare the Enterprise for AI Coding Assistants","isPartOf":{"@id":"https:\/\/solutionsreview.com\/security-information-event-management\/#website"},"primaryImageOfPage":{"@id":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#primaryimage"},"image":{"@id":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#primaryimage"},"thumbnailUrl":"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg","datePublished":"2024-08-29T13:49:16+00:00","dateModified":"2024-08-29T14:08:12+00:00","author":{"@id":"https:\/\/solutionsreview.com\/security-information-event-management\/#\/schema\/person\/af6d665c63a2f70d1b03e1085995b959"},"description":"Secure Code Warrior's Pieter Danhieux offers insights on how CISOs can prepare for enterprise AI coding assistants.","breadcrumb":{"@id":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#primaryimage","url":"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg","contentUrl":"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/12-3.jpg","width":786,"height":393},{"@type":"BreadcrumbList","@id":"https:\/\/solutionsreview.com\/security-information-event-management\/how-cisos-can-prepare-the-enterprise-for-ai-coding-assistants\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/solutionsreview.com\/security-information-event-management\/"},{"@type":"ListItem","position":2,"name":"How CISOs Can Prepare the Enterprise for AI Coding Assistants"}]},{"@type":"WebSite","@id":"https:\/\/solutionsreview.com\/security-information-event-management\/#website","url":"https:\/\/solutionsreview.com\/security-information-event-management\/","name":"Best Information Security SIEM Tools, Software, Solutions &amp; Vendors","description":"Buyer&#039;s Guide and Best Practices","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/solutionsreview.com\/security-information-event-management\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/solutionsreview.com\/security-information-event-management\/#\/schema\/person\/af6d665c63a2f70d1b03e1085995b959","name":"Pieter Danhieux","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/security-information-event-management\/#\/schema\/person\/image\/","url":"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/1610941992152.jpg","contentUrl":"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2024\/08\/1610941992152.jpg","caption":"Pieter Danhieux"},"description":"Pieter Danhieux is the Co-Founder\/CEO of Secure Code Warrior, a global security company that makes software development better and more secure. In 2016, he was No. 80 on the list of Coolest Tech people in Australia (Business Insider) and awarded Cyber Security Professional of the Year (AISA - Australian Information Security Association). Pieter is also a Principal instructor for the SANS Institute, teaching military, government, and private organizations offensive techniques on how to target and assess organizations, systems, and individuals for security weaknesses. He also serves as an advisory board member of NVISO, a cybersecurity security consulting company. Before starting his own company, Pieter worked at Ernst &amp; Young and BAE Systems. He is also one of the Co-Founders of BruCON, one of the most awesome hacking conferences on this planet. He started his information security career early in life and obtained the Certified Information Systems Security Professional (CISSP) certification as one of the youngest persons ever in Belgium. On his way, he collected a whole range of cybersecurity certificates (CISA, GCFA, GCIH, GPEN, GWAP) and is currently one of the select few people worldwide to hold the top certification GIAC Security Expert (GSE).","sameAs":["https:\/\/www.securecodewarrior.com\/"],"url":"https:\/\/solutionsreview.com\/security-information-event-management\/author\/pdanhieux\/"}]}},"_links":{"self":[{"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/posts\/5411"}],"collection":[{"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/users\/516"}],"replies":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/comments?post=5411"}],"version-history":[{"count":0,"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/posts\/5411\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/media\/5419"}],"wp:attachment":[{"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/media?parent=5411"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/categories?post=5411"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solutionsreview.com\/security-information-event-management\/wp-json\/wp\/v2\/tags?post=5411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}