question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ANNOUNCE: Making the recursive mode the default

See original GitHub issue

cdxgen supports -r for recursive lookup. We successfully made this flag the default for some enterprises and found no noticeable drop in performance. Can we make this flag the default for the oss version? Some projects might be affected with the resultant SBoM that might become overreported. Those projects could pass --no-recursive or -nr to disable recursive lookup. Any other issues?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
kakumanivrncommented, Jun 25, 2022

What if there are multiple languages used inside the directories. For example few repositories can contain 2 different languages and package managers. Like node and python.

So does recursive mode consider the multiple package managers as well?

0reactions
prabhucommented, Nov 21, 2022

5.3.0 enables recursive mode by default for various language types other than java.

Read more comments on GitHub >

github_iconTop Results From Across the Web

16.10 - CREATE RECURSIVE VIEW and REPLACE ...
Purpose Creates or replaces a recursive view definition. Any recursive view defined on a row-level security-protected table must include the row-level ...
Read more >
Recursive functions - OCaml From the Ground Up
OCaml allows you to explicitly declare bindings as mutually recursive using the and keyword. Such definitions follow this pattern: let rec <name1> =...
Read more >
Trusted Recursive Resolver - MozillaWiki
Mozilla operates a Trusted Recursive Resolver program, ... The resolver mode. ... (default: none) set the URI for your DoH server.
Read more >
Toggle - using variable as default - Power Platform Community
Solved: Hi Guys, I have an app with a toggle button which allows the user to hide or display another field, it is...
Read more >
For loop calling recursive function looping infinitely [duplicate]
I'm trying to make a program that would draw bones that are connected to each other at their ends, just by recursively running...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found