
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
FireAphisClearerTool (FACT) is a small project intended to make a life with ClearCase UCM a little bit happier. The project tries to achieve the goal in two ways:
IBM Rational ClearCase comes bundled with two user interfaces: one graphical and one command line based. Both, in my humble opinion, impact user productivity severely. The graphical interface requires unreasonable amount of mouse clicks for simple tasks, it doesn't support keyboard input, its output is obscure, it is inconsistent and it is ugly. The command line tool tries to solve all the problems in the world thus having a very complicated syntax and an enormous amount of commands and options.
From my personal experience, I tend to perform same tasks over and over again. Each time I have to choose between tedious and cluttered GUI and looking through my notes for the correct combination of over sophisticated command line commands.
This tool allows to perform the most common tasks in minimal amount of clicks and supplies only the necessary information in the most readable format, I could think of. Hope you will enjoy it too.
The tool is intended for the UCM version of ClearCase.
By executing fact
the user enters the CLI mode. This mode is designed
to support common use cases. It is supposed to make the job done in minimum
key presses and without the need to remember numerous commands.
Here's the current menus hierarchy of the CLI mode:
|
+-- Create and set an activity
|
+-- Browse undelivered activities
| |
| +-- Activity change set
| |
| +-- File information
| |
| +-- Change set predecessor diff
|
+-- Browse hijacked files
|
+-- List of hijacked files
| |
| +-- VOB version diff
| |
| +-- Undo hijack of a single file
| |
| +-- Check out and keep the changes of a single hijacked file
|
+-- Check out and keep the changes of all the hijacked files
The tool requires Ruby, ClearCase cleartool (comes bundled with ClearCase) and HighLine gem (http://highline.rubyforge.org/). Cleartool has to be on your PATH.
Tested with the following versions:
If you run it on different versions, let me know, so I can update the list.
FAQs
Unknown package
We found that fact demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.