Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
A command line utility to talk to a tchannel server
tcurl -p host:port <service> <endpoint> [options]
Options:
-2 [data] send an arg2 blob
-3 [data] send an arg3 blob
--depth=n configure inspect printing depth
-j print JSON
-J [indent] print JSON with indentation
-t [dir] directory containing Thrift files
npm install tcurl
For the purposes of these examples, let's assume that you have a TChannel
server listening on localhost:1234
. The server registers handlers for the
thrift interface saved as services/chamber.thrift
and defined as:
struct EchoRequest {
1: required string input;
}
service Chamber {
string echo(
1: required EchoRequest request;
)
}
You could use TCurl to query this service by running:
`tcurl -p localhost:1234 chamber Chamber::echo -t ./services -3 '{"request": {"input": "foo"}}'
npm run add-licence
This will add the licence headers.npm run cover
This runs the tests with code coveragenpm run lint
This will run the linter on your codenpm test
This will run the tests.npm run trace
This will run your tests in tracing mode.npm run travis
This is run by travis.CI to run your testsnpm run view-cover
This will show code coverage in a browserFAQs
A command line utility to talk to a tchannel server
The npm package tcurl receives a total of 66 weekly downloads. As such, tcurl popularity was classified as not popular.
We found that tcurl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.