Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@soos-io/soos-sast
Advanced tools
SOOS is an independent software security company, located in Winooski, VT USA, building security software for your team. SOOS, Software security, simplified.
Use SOOS to scan your software for vulnerabilities and open source license issues with SOOS Core SCA. Generate SBOMs. Govern your open source dependencies. Run the SOOS DAST vulnerability scanner against your web apps or APIs.
Demo SOOS or Register for a Free Trial.
If you maintain an Open Source project, sign up for the Free as in Beer SOOS Community Edition.
run npm i -g @soos-io/soos-sast@latest
Then Run soos-sast
from any terminal and add the parameters you want.
run npm install --prefix ./soos @soos-io/soos-sast
Then run from the same terminal node ./soos/node_modules/@soos-io/soos-sast/bin/index.js
Argument | Default | Description |
---|---|---|
--apiKey | getEnvVariable(CONSTANTS.SOOS.API_KEY_ENV_VAR) | SOOS API Key - get yours from SOOS Integration. |
--apiURL | N/A | SOOS API URL - Intended for internal use only, do not modify. |
--appVersion | N/A | App Version - Intended for internal use only. |
--branchName | null | The name of the branch from the SCM System. |
--branchURI | null | The URI to the branch from the SCM System. |
--buildURI | null | URI to CI build info. |
--buildVersion | null | Version of application build artifacts. |
--clientId | getEnvVariable(CONSTANTS.SOOS.CLIENT_ID_ENV_VAR) | SOOS Client ID - get yours from SOOS Integration. |
--commitHash | null | The commit hash value from the SCM System. |
--directoriesToExclude | **/node_modules/**, "**/bin/**", "**/obj/**", "**/lib/** | Listing of directories or patterns to exclude from the search for manifest files. eg: bin/start/, /start/ |
--filesToExclude | None | Listing of files or patterns to exclude from the search for manifest files. eg: /req.txt/, **/requirements.txt |
--integrationName | N/A | Integration Name - Intended for internal use only. |
--integrationType | N/A | Integration Type - Intended for internal use only. |
--logLevel | INFO | Minimum level to show logs: PASS, IGNORE, INFO, WARN or FAIL. |
--onFailure | continue_on_failure | Action to perform when the scan fails. Options: fail_the_build, continue_on_failure. |
--operatingEnvironment | null | Set Operating environment for information purposes only. |
--projectName | N/A | Project Name - this is what will be displayed in the SOOS app. |
--scriptVersion | N/A | Script Version - Intended for internal use only. |
--sourceCodePath | process.cwd() | Root path to begin recursive search for Sarif files. |
--verbose | false | Enable verbose logging. |
FAQs
SOOS Static Application Security Testing (SAST) scanning support.
The npm package @soos-io/soos-sast receives a total of 122 weekly downloads. As such, @soos-io/soos-sast popularity was classified as not popular.
We found that @soos-io/soos-sast demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.