You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ANE-2123] A fix around listing excluded dirs (#1493)
* [ANE-2123] Get Walk.Discovery.walkWithFilters to avoid listDir calls on excluded dirs
* [ANE-2123] Add a spec for walkWithFilters' to check that it does not touch excluded dirs
* Update src/Discovery/Walk.hs
Co-authored-by: Christopher Sasarak <[email protected]>
* [ANE-2123] Address PR comments
* [ANE-2123] Fix formatting
* [ANE-2123] Update changelog to match our standard format and reflect our readers' expectations
---------
Co-authored-by: James Clemer <[email protected]>
Co-authored-by: Christopher Sasarak <[email protected]>
Copy file name to clipboardExpand all lines: Changelog.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# FOSSA CLI Changelog
2
2
3
+
## 3.9.43
4
+
- Discovery: Fix a bug where directories in paths.exclude may still be accessed during discovery which causes an error when users don't have permission to read those directories.
5
+
3
6
## 3.9.42
4
7
- Licensing: Adds support for the Text-Tabs+Wrap License
0 commit comments