These are public posts tagged with #github. You can interact with them if you have an account anywhere in the fediverse.
Find and protect your third-party GitHub actions from supply-chain attacks with Scharf.
Scharf is a blazing fast, scanner and lookup tool to find all GitHub workflow actions with mutable references.
The first beta release of #Moodle 5.0 has been made available on #GitHub
New Open-Source Tool Spotlight
GhidraMCP is an Model Context Protocol server for allowing LLMs to autonomously reverse engineer applications. It exposes numerous tools from core Ghidra functionality to MCP clients.
Project link on #GitHub
https://lnkd.in/gRUrYpMx
#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity
— P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking
Blogged: Creating SBOM attestations in GitHub Actions
https://andrewlock.net/creating-sbom-attestations-in-github-actions/
In this post I show how you can create attestations for SBOM documents that you have created for your application or Nuget package
In this post I show how you can create attestations…
Andrew Lock | .NET EscapadesGitHub for Beginners: How to get LLMs to do what you want.
github.blog/ai-and-ml/gi...
#ai #github #learning #llm #aimodels
GitHub for Beginners: How to g...
#ONLYOFFICE has a mix of #opensource and #proprietary components. Here’s how it breaks down:
1. #OpenSource Components:
The core of ONLYOFFICE, including #Document #Server, #Community #Server, and #Control #Panel, is #opensource.
The #source #code is available on #GitHub under the #Apache 2.0 #license.
Как я решил выяснить, какие технологии сегодня популярны, а получился GitHub Trend Analyzer
Как определить, какие технологии действительно востребованы, а какие существуют лишь по инерции? Стандартные метрики популярности часто показывают противоречивые результаты. Пытаясь сравнить популярность нескольких технологий разработки ПО, я столкнулся с парадоксом: данные Google Trends и количество GitHub-репозиториев показывали высокую популярность технологий, которые в реальной разработке давно не используются. Разобравшись в причинах этого несоответствия, я создал инструмент для анализа GitHub-метрик, который позволяет отфильтровать "шум" и увидеть реальную картину технологических трендов. В статье я расскажу о методологии, неожиданных находках и о том, как этот инструмент может помочь вам принимать более обоснованные технические решения.
https://habr.com/ru/articles/895804/
#github #hindex #rpc #grpc #soap #api #jsonrpc #apache #google_trends
На прошлой неделе я наткнулся на перевод главы из учебника…
Хабр Professionnels
: découvrez les nouveautés à forte valeur ajoutée de #Nextcloud 31 Hub 10, sélectionnées par Arawa !
Article basé sur nos propres tests fonctionnels et sur nos recherches d'informations (sur #GitHub et auprès de Nextcloud)
Lisez nos astuces
, coups de cœurs
, et avis
#LogicielsLibres #OpenSource #FreeSoftware #FOSS #TransfoNum #Cloud #SelfHosting
@nextcloud
https://www.arawa.fr/2025/03/27/nouveautes-nextcloud-hub-10-v-31/
Nextcloud Hub 10 v.31 a été dévoilé en février 2025.…
ArawaDo your eyes still get stung by profanity in text data?
Well, there is an R script that enables you to handle it. Really useful for working with social media data.
Check out the script on github:
Announcing my TestInfra GitHub Action: https://blog.wyrihaximus.net/2025/03/announcing-testinfra-action/
sneak peek: we'll have an #elastic developer event in mountain view in may — single track and just engineering. and I'll make sure to keep it *very* technical: besides developers from #LangChain and #github with more to come, we'll have shay (elasticsearch creator), costin (who most recently worked on JOINs for ES|QL), and dinesh (currently researching on agentic search) from elastic 1/2
New Open-Source Tool Spotlight
TheHive is an open-source incident response platform designed to help teams investigate and manage cybersecurity incidents efficiently. It integrates with tools like MISP for threat intelligence sharing and supports automation through APIs. #CyberSecurity #IncidentResponse
Project link on #GitHub
https://github.com/TheHive-Project/TheHive
#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity
— P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking
gcc -O2 -o vanity vanity.c -lssl -lcrypto
➤ 尋找特定 SHA-1 前綴的程式碼
✤ https://gist.github.com/o0101/77eb378b5076fe47c3336583330ac615
這是一個 GitHub Gist 頁面,展示了一個 C 語言程式碼 `vanity.c`,用於產生具有特定前綴的 SHA-1 哈希值。程式碼透過迭代修改原始文本中的特定單字(大小寫),計算哈希值,並與目標前綴進行比較,直到找到匹配的哈希值為止。目標前綴設定為 "20250327",程式碼會嘗試所有可能的組合,並將匹配的文本寫入一個新的檔案中。程式碼也包含程式執行的進度報告和錯誤處理機制。
+ 這個程式碼很有趣,可以看作是密碼破解的一種方式,雖然目標是 SHA-1,但概念可以應用到其他哈希演算法。
+ 這種方法雖然有效,但效率可能不高,尤其是在目標前綴比較複雜的情況下。不過,對於簡單的前綴,它可能是一個可行的解決方案。
#程式碼 #GitHub #SHA-1 #密碼破解
gcc -O2 -o vanity vanity.c -lssl -lcrypto. GitHub Gist:…
Gist Github-Backup-Skript gibts jetzt auch bei Github Gist zum Download
https://gist.github.com/dewomser/8b5e025d9a80df85743e87973e201da9
Github Backup . Alle Repositories klonen, Ordner zippen…
GistThis is especially annoying because, while there are other community-developed actions that can do this, it appears this is the only one which was being actively maintained. Suppose I could fork one of the others and try updating it but man, what a headache... Also, the fact that an actively used GitHub Action can just be pulled like this with no prior warning at all is shocking to me. #GitHub should really know to do better than this IMO.
Um, I guess Windows apps on #GitHub that were using Minionguyjpro/Inno-Setup-Action to automatically build #InnoSetup installer packages are in trouble.
I was just using this yesterday, and all of a sudden it seems both the repo and user have been deleted. https://github.com/Minionguyjpro/Inno-Setup-Action
Do you use #GitHub search? Boy howdy, I know I do.
A friend of mine works for GitHub on their search experience and they seeking feedback.
If you’ve got a few minutes, fill out their survey:
https://airtable.com/appK4fhniAgzgSpqA/pagchAOw21TxSvjgg/form
Airtable is a low-code platform for building collaborative…
AirtableGitHub Copilot agora com GPT-4o: Modelo disponível para todos os subscritores https://tugatech.com.pt/t65455-github-copilot-agora-com-gpt-4o-modelo-disponivel-para-todos-os-subscritores