labml
labml copied to clipboard
Add support for directory symlinks
Fixes #1817
- Update glob_files to follow directory symlinks
- Extract logic of
root_search_patternintosearch_patternin order to apply it to other directories - Add test for relative and absolute directory symlinks
Contextual Security Analysis
As DryRun Security performs checks, we’ll summarize them here. You can always dive into the detailed results in the section below for checks.
| Status | DryRun Security Check |
|---|---|
| ✅ | Sensitive Functions Analyzer |
| ✅ | Configured Sensitive Files Check |
| ✅ | Sensitive Files Analyzer |
Chat with your AI-powered Security Buddy by typing @dryrunsecurity followed by your question into a comment.
Example: @dryrunsecurity What are common security issues with web application cookies?
Install and configure more repositories at DryRun Security
Thanks for this, I'll take a closer look.