Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
while-quine
Advanced tools
This script uses breadth-first search on possible abstract syntax trees to find a Quine for the WHILE programming language.
npm build
: Fetch and build the WHILE binary. Requires the Haskell Tool Stack.
npm clean
: Empty the table of previous attempts in history.csv
. Usually you do not want to run this because you do not want to recompute the whole table.
npm start
: Start the program to undertake further attempts at finding a quine. The search tree will be built anew on each start, but all previous attempts which are saved in history.csv
will not be executed again. The attempts will be saved to history.csv
.
It would be cool if you could clone the project, run it for a few hours or days, and submit a pull request with your results :)
If you actually find the Quine with this program, you can collect 2.5£ reward from me. This presupposes that you do not before me claim the original 5£ reward.
Also, if you have any suggestions how to improve the script, your issues and pull requests are very welcome!
FAQs
Searching for the WHILE Quine.
The npm package while-quine receives a total of 0 weekly downloads. As such, while-quine popularity was classified as not popular.
We found that while-quine 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.