<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="33451" data-post-id="33451">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="griffinbyatt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/120/4493_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  griffinbyatt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Glad nothing serious turned up <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p>
<aside class="quote no-group" data-username="OvermindDL1" data-post="22" data-topic="5061">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/overminddl1/48/2677_2.png" class="avatar"> OvermindDL1:</div>
<blockquote>
<p>However we run it behind nginx that does have https enabled, so eh, need a way to disable it.  ^.^</p>
</blockquote>
</aside>
<p>I’m still working on the best way to flag issues as false positives or do-not-report, but hopefully that will be a solved problem soon. In the meantime, Config issues are fortunately pretty easy to ignore without unintended consequences:</p>
<p><code>$ mix sobelow -i Config.HTTPS</code></p>
<aside class="quote no-group" data-username="OvermindDL1" data-post="22" data-topic="5061">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/overminddl1/48/2677_2.png" class="avatar"> OvermindDL1:</div>
<blockquote>
<p>What’s with the nofile bit?</p>
</blockquote>
</aside>
<p>I believe that is a warning from your project, which is getting dumped into the scan output. It can be a fairly annoying issue on projects that generate a large number of warnings, so it’s at the top of my list of things to try and mitigate.</p>
<p>It doesn’t seem to be a major issue for you, since you don’t have a large number of warnings or findings, but something I’ve done is <code>&gt;</code> findings into a gitignored file, which shouldn’t contain any of the warnings.</p>
<p>I don’t want to recommend this practice generally since a small mistake could mean commiting a list of vulnerabilities or otherwise private information, but that’s what I’ve been doing until I figure out a better solution.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33451" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/23">Post #22</a>
	                </div>
	            </div>
              <div id="likers-container-33451" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33451"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #22"></div>
  </section>
</div>
    <div class="postbit" id="33461" data-post-id="33461">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="OvermindDL1" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/OvermindDL1/120/2677_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  OvermindDL1
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="griffinbyatt" data-post="23" data-topic="5061">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/48/4493_2.png" class="avatar"> griffinbyatt:</div>
<blockquote>
<p>I believe that is a warning from your project, which is getting dumped into the scan output. It can be a fairly annoying issue on projects that generate a large number of warnings, so it’s at the top of my list of things to try and mitigate.</p>
</blockquote>
</aside>
<p><code>nofile</code> though?  I just rebuilt it and did not see it in its normal build output (there are a few warnings, mostly scope stuff because case leaks variable stupidity due to macros, and it did not seem to show any of those, though it may not have done a fresh recompile?).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33461" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/24">Post #23</a>
	                </div>
	            </div>
              <div id="likers-container-33461" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33461"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #23"></div>
  </section>
</div>
    <div class="postbit" id="33469" data-post-id="33469">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="griffinbyatt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/120/4493_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  griffinbyatt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I think that <code>nofile</code> has something to do with the application environment not being loaded. When I’ve gotten warnings about <code>nofile:39</code>, I’ve been able to match it against errors in <code>whatever_controller.ex:39</code>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33469" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/25">Post #24</a>
	                </div>
	            </div>
              <div id="likers-container-33469" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33469"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #24"></div>
  </section>
</div>
    <div class="postbit" id="33762" data-post-id="33762">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="griffinbyatt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/120/4493_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  griffinbyatt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Just released another minor update, with a focus on refactoring.</p>
<p>Changes include:</p>
<ul>
<li>Flag for an additional SQL injection vector</li>
<li>Small addition to XSS checks</li>
<li>Minor bug fixes and refactoring</li>
</ul>
<p>Upcoming updates will continue to expand upon finding categories already in place, and (perhaps more importantly!) refactoring the codebase.</p>
<p>If you want (or need) to install an older version, you can do so with <code>mix archive.install hex sobelow 0.2.4</code>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33762" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/26">Post #25</a>
	                </div>
	            </div>
              <div id="likers-container-33762" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33762"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #25"></div>
  </section>
</div>
    <div class="postbit" id="33788" data-post-id="33788">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="griffinbyatt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/120/4493_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  griffinbyatt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I forgot to mention: <a class="mention" href="/u/overminddl1" rel="nofollow">@OvermindDL1</a>, this update should make the warnings a bit less annoying. Sobelow will now output warnings at the beginning of a scan so that it doesn’t clutter findings.  <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p>
<p>I was also able to verify that the warnings are a result of warnings in the codebase being scanned. The erlang internals of <code>Code.string_to_quoted</code> call <code>warn</code>, which can’t (I believe) be suppressed. But at least now they won’t be obtrusive!</p>
<p>And <code>nofile</code> is the default filename given for warnings generated by <code>string_to_quoted</code>, and can be overridden by passing the optional filename argument. As of now, I’m just leaving <code>nofile</code> as-is, but may update this in the future.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33788" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/27">Post #26</a>
	                </div>
	            </div>
              <div id="likers-container-33788" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33788"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #26"></div>
  </section>
</div>
    <div class="postbit" id="33796" data-post-id="33796">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="OvermindDL1" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/OvermindDL1/120/2677_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  OvermindDL1
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="griffinbyatt" data-post="27" data-topic="5061">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/48/4493_2.png" class="avatar"> griffinbyatt:</div>
<blockquote>
<p>I forgot to mention: <a class="mention" href="/u/overminddl1" rel="nofollow">@OvermindDL1</a>, this update should make the warnings a bit less annoying. Sobelow will now output warnings at the beginning of a scan so that it doesn’t clutter findings.  <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p>
</blockquote>
</aside>
<p>That it does, nice!</p>
<aside class="quote no-group" data-username="griffinbyatt" data-post="27" data-topic="5061">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/48/4493_2.png" class="avatar"> griffinbyatt:</div>
<blockquote>
<p>I was also able to verify that the warnings are a result of warnings in the codebase being scanned. The erlang internals of Code.string_to_quoted call warn, which can’t (I believe) be suppressed. But at least now they won’t be obtrusive!</p>
</blockquote>
</aside>
<p>Could probably hook the logger to prevent it, a filter or so, but meh.</p>
<aside class="quote no-group" data-username="griffinbyatt" data-post="27" data-topic="5061">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/48/4493_2.png" class="avatar"> griffinbyatt:</div>
<blockquote>
<p>And nofile is the default filename given for warnings generated by string_to_quoted, and can be overridden by passing the optional filename argument. As of now, I’m just leaving nofile as-is, but may update this in the future.</p>
</blockquote>
</aside>
<p>Also no biggie but would be nice.  <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p>
<p>No further warning from my project yet though, keep those tests coming, I want you to find things I’m doing wrong!  <img src="https://forum.elixirforum.com/images/emoji/apple/smiley.png?v=15" title=":smiley:" class="emoji" alt=":smiley:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33796" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/28">Post #27</a>
	                </div>
	            </div>
              <div id="likers-container-33796" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33796"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #27"></div>
  </section>
</div>
    <div class="postbit" id="33832" data-post-id="33832">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="raags90" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/raags90/120/4444_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  raags90
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/griffinbyatt" rel="nofollow">@griffinbyatt</a>  Thanks a ton for writing up this tool! This was very much needed. I was able to use the previous version and found a few issues. However, after I have upgraded to the latest version of Sobelow, I am running into the following error.<br>
</p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/2X/d/dcb4874eb753383f7dd306503749bd24f3e2770b.png" data-download-href="https://forum.elixirforum.com/uploads/default/dcb4874eb753383f7dd306503749bd24f3e2770b" title="sobelow_error.png" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/optimized/2X/d/dcb4874eb753383f7dd306503749bd24f3e2770b_2_690x89.png" width="690" height="89" srcset="https://forum.elixirforum.com/uploads/default/optimized/2X/d/dcb4874eb753383f7dd306503749bd24f3e2770b_2_690x89.png, https://forum.elixirforum.com/uploads/default/optimized/2X/d/dcb4874eb753383f7dd306503749bd24f3e2770b_2_1035x133.png 1.5x, https://forum.elixirforum.com/uploads/default/optimized/2X/d/dcb4874eb753383f7dd306503749bd24f3e2770b_2_1380x178.png 2x" data-dominant-color="192A18"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">sobelow_error.png</span><span class="informations">1982×258 57.8 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p>
<p>It is throwing a match error [:enoent - seems like it can’t access a file/resource].  Any thoughts or suggestions?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33832" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/29">Post #28</a>
	                </div>
	            </div>
              <div id="likers-container-33832" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33832"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #28"></div>
  </section>
</div>
    <div class="postbit" id="33834" data-post-id="33834">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="griffinbyatt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/120/4493_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  griffinbyatt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/raags90" rel="nofollow">@raags90</a> Thanks for reporting! I’ve needed to handle the file discovery a bit more gracefully. I pushed a small update that should tell you where the error is originating – could you install with <code>mix archive.install https://github.com/nccgroup/sobelow/raw/feature/sobelow.ez</code>? It will tell you the file it’s having an issue with.</p>
<p>Also, have you already installed with the new installation method? IE:</p>
<p><code>mix archive.install hex sobelow</code></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33834" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/30">Post #29</a>
	                </div>
	            </div>
              <div id="likers-container-33834" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33834"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #29"></div>
  </section>
</div>
    <div class="postbit" id="33835" data-post-id="33835">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="raags90" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/raags90/120/4444_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  raags90
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="griffinbyatt" data-post="30" data-topic="5061">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/48/4493_2.png" class="avatar"> griffinbyatt:</div>
<blockquote>
<p>mix archive.install <a href="https://github.com/nccgroup/sobelow/raw/feature/sobelow.ez" rel="noopener nofollow ugc">https://github.com/nccgroup/sobelow/raw/feature/sobelow.ez</a></p>
</blockquote>
</aside>
<p>Yes <a class="mention" href="/u/griffinbyatt" rel="nofollow">@griffinbyatt</a>, I am using the new installation method. After installing your quick update, I noticed that the error was ERROR Reading: /lib/.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33835" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/31">Post #30</a>
	                </div>
	            </div>
              <div id="likers-container-33835" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33835"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #30"></div>
  </section>
</div>
    <div class="postbit" id="33837" data-post-id="33837">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="griffinbyatt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/griffinbyatt/120/4493_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  griffinbyatt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I sent you a message so we can get it hashed-out off thread, it might just be something non-standard in your setup. In the meantime, I just pushed an update to Hex which should enable the scan to run normally despite errors, and just print a message for you indicating that it had trouble reading the file.</p>
<h2><a name="p-33837-update-1" class="anchor" href="#p-33837-update-1" aria-label="Heading link" rel="nofollow"></a>update</h2>
<p>I pushed another, more comprehensive update for file discovery. This should fix your error, as well as a related path error. Let me know if you have any problems going forward!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="33837" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/sobelow-uncover-vulnerabilities-in-your-phoenix-projects/5061/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-33837" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="33837"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #31"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/5061/load_more?page=4">Load more posts (35 remaining)</a>
</div></template></turbo-stream>