![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
windows-autoconf
Advanced tools
Try to find MS build tools, and provide installing path and other info needed for compiling
As of VS7 (a.k.a. Visual Studio 2017) Microsoft recommends to query the VS setup state via COM, but not everybody is fluent in COM, and not every language has COM bindings, so I created some scripts that utilize Windows builtin tools to query this information. The resolved information is printed to stdout in JSON, e.g.
[18:45:29.29] D:\code\0tni\windows-autoconf>Tools\try_powershell.cmd
[
{
"Product": "BuildTools",
"Version": "15.0.26206.0",
"InstallationPath": "D:\\bin\\dev\\VS\\2017\\BuildTools",
"IsComplete": "true",
"IsLaunchable": "false",
"CmdPath": "D:\\bin\\dev\\VS\\2017\\BuildTools\\Common7\\Tools\\VsDevCmd.bat",
"MSBuild": {"id": "Microsoft.Component.MSBuild", "version":"15.0.26004.1"},
"VCTools": {"id": "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "version":"15.0.26109.1"},
"SDK8": false,
"SDK10": "10.0.14393.79501",
"SDK": "10.0.14393.0",
"Packages": [
...
There are 3 scripts
try_powershell.cmd
will try to JIT compile some C# code that calls COM, and prints the interesting stuff to stdiocompile-run.cmd
will try to find a C# compiler to compile the query then run the generated exetry_registry.cmd
will look for undocumented registry tracesAs the tools was getting traction, I added more use cases such as resolving version and location of Windows SDKs, enumerating "Include" directories, and outputting configuration files for verius build systems
FAQs
Try to find MS build tools
The npm package windows-autoconf receives a total of 17 weekly downloads. As such, windows-autoconf popularity was classified as not popular.
We found that windows-autoconf 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.