
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
macrocore
Advanced tools
Much quality. Many standards. The Macro Core library exists to save time and development effort! Herein ye shall find a veritable host of MIT-licenced, production quality SAS macros. These are a mix of tools, utilities, functions and code generators that are useful in the context of Application Development on the SAS platform (eg https://datacontroller.io). Contributions are welcomed.
You can download and compile them all in just two lines of SAS code:
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas";
%inc mc;
Documentation: https://macropeople.github.io/macrocore.github.io/files.html
base library (SAS9/Viya)
meta library (SAS9 only)
viya library (Viya only)
metax library (SAS9 only)
First, download the repo to a location your SAS system can access. Then update your sasautos path to include the components you wish to have available,eg:
options insert=(sasautos="/your/path/macrocore/base");
options insert=(sasautos="/your/path/macrocore/meta");
The above can be done directly in your sas program, via an autoexec, or an initialisation program.
Alternatively - for quick access - simply run the following! This file contains all the macros.
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas";
%inc mc;
The Macro Core documentation is created using doxygen. A full list of attributes can be found here but the following are most relevant:
All macros must be commented in the doxygen format, to enable the online documentation.
&var not &var.) unless necessary to prevent incorrect resolution%mend; should not contain the macro name.%macro x(); not %macro x;work.blah, not blah). This is to avoid contention when options DATASTMTCHK=ALLKEYWORDS is in effect.data ; set sashelp.class; run; data &output; set &syslast; run;%if %sysevalf(&sysver<9.3) %then %return).FAQs
SAS Macro Library for Application Development
We found that macrocore 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.