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.
nodebb-plugin-friends-etr
Advanced tools
Friendship plugin ala facebook, modified for Quest and maintained by ETR
Friendship plugin ala facebook
Replaces the default follow mechanic (ala Twitter) with a moderated friending system which allows users to approve/deny friend requests.
If you want a friends button in the /users list, add the following in partials/users_list.tpl
<!-- IF users.isFriends -->
<button class="btn btn-link friend-button" data-uid="{users.uid}" data-type="unfriend" data-username="{users.username}">Remove Friend</button>
<!-- ELSE -->
<button class="btn btn-warning friend-button" data-uid="{users.uid}" data-type="friend" data-username="{users.username}">Add Friend</button>
<!-- ENDIF users.isFriends -->
If you have the Write API Plugin installed, the following routes are exposed for you to use:
/friends/:uid
GET /
uid
, including pending friendship dataPOST /
userslug
, or accepts a pending friendship, if one is outstandingDELETE /
uid
(relative to the calling user), or rejects a friendship request, if one is outstandingFAQs
Friendship plugin ala facebook, modified for Quest and maintained by ETR
The npm package nodebb-plugin-friends-etr receives a total of 6 weekly downloads. As such, nodebb-plugin-friends-etr popularity was classified as not popular.
We found that nodebb-plugin-friends-etr 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
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.