Skip to content

issues Search Results · repo:NodeSecure/scanner language:TypeScript

Filter by

63 results
 (74 ms)

63 results

inNodeSecure/scanner (press backspace or delete to remove)

add a new sast_warnings.synchronous-io releated to: https://github.com/NodeSecure/js-x-ray/issues/349
good first issue
  • clemgbld
  • Opened 
    2 days ago
  • #465

Custom spec resolver can be used to fake a package name (such as axios in the following example) Image
  • fraxken
  • Opened 
    6 days ago
  • #460

const tempDir = await TempDirectory.create(); try { // do work } catch { tempDir.clear(); } instead with using and Symbol.asyncDispose await using tempDir = await TempDirectory.create(); // do work ...
  • fraxken
  • Opened 
    8 days ago
  • #458

The task is to complete the API documentation (README) of the workspace utils which is currently empty and asking to look at the TypeScript def (which doesn t exist since we migrated to TS).
good first issue
  • fraxken
  • Opened 
    11 days ago
  • #455

Sometimes people put multiple contacts in the author field such as: John Doe john.doe@gmail.com , Alicia B alicia@gmail.com This string return null where I would expect the first author to be returned. ...
  • fraxken
  • Opened 
    13 days ago
  • #445

The list of repositories to migrate here: - [x] flags: https://github.com/NodeSecure/flags - [x] github: https://github.com/NodeSecure/github - [x] gitlab: https://github.com/NodeSecure/gitlab ...
  • fraxken
  • Opened 
    13 days ago
  • #443

Right now Contact[ name ] is mandatory but there is to be scenarios when name is undefined (even with NPM registry). Also having name as not undefined is problematic when re-using component for highlighting ...
bug
  • fraxken
  • Opened 
    19 days ago
  • #427

While working on the PR to refactor the tarball workspace, I often meet the given scenario where I have either a string or a ManifestManager instance. So we always need to write something close to the ...
good first issue
  • fraxken
  • Opened 
    19 days ago
  • #425

The idea is to re-implement the following help function as a generic parsing helper for NPM spec: // CONSTANTS const kPackageSeparator = / ; const kPackageOrgSymbol = @ ; /** * @see https://github.com/npm/validate-npm-package-name#naming-rules ...
good first issue
  • fraxken
  • 1
  • Opened 
    21 days ago
  • #419

The goal of the task is to create a new LocatedManifestManager type where the location is required: ManifestManager { location: string; } With a new static method to properly narrow the type such as ...
good first issue
  • fraxken
  • Opened 
    21 days ago
  • #418
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub