
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
github.com/jmarquee85/intune_reporting
This application is intended to provide enrollment information for Intune devices.
We plan to use the Microsoft Export API to get the data, parse it and display it in a simple web interface. GraphAPI calls are also an option if the Export API does not provide the necessary data or to embellish the data.
The web portion is written in Go.
Gorilla mux is being used to handle HTTP requests: https://github.com/gorilla/mux
Ensure Go is installed on your system.
You can create a local .env file or create envirionment variables in your local system.
The following values are required:
CLIENT_ID=your_client_id CLIENT_SECRET=your_client_secret TENANT_ID=your_tenant_id
Clone this repository and navigate to the root directory.
Run go mod tidy
to install the necessary dependencies.
Run go run .
from the root directory to start the server.
https://graph.microsoft.com/v1.0/deviceManagement/managedDevices
https://github.com/microsoftgraph/msgraph-sdk-go
In order to enable use of the SDK, Allow public client flows must be set to yes in the App Registration.
https://gist.github.com/nikhita/432436d570b89cab172dcf2894465753
https://learn.microsoft.com/en-us/graph/sdks/create-requests?tabs=go
https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0
https://github.com/go-echarts/examples
FAQs
Unknown package
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.