Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
CiteURL is an extensible tool that parses legal citations and makes links to websites where you can read the relevant law for free. It can be used to quickly look up a reference, or to insert a hyperlink for every long- or short-form citation found in a longer text.
If you want to quickly try it out, it's available as a web app at citation.link.
Here's a sample of the links CiteURL can make:
Federal law provides that courts should award prevailing civil rights plaintiffs reasonable attorneys fees, 42 USC § 1988(b), and, by discretion, expert fees, id. at (c). This is because the importance of civil rights litigation cannot be measured by a damages judgment. See Riverside v. Rivera, 477 U.S. 561 (1986). But Evans v. Jeff D. upheld a settlement where the plaintiffs got everything they wanted, on condition that they waive attorneys' fees. 475 U.S. 717 (1986). This ruling lets savvy defendants create a wedge between plaintiffs and their attorneys, discouraging civil rights suits and undermining the court's logic in Riverside, 477 U.S. at 574-78.
By default, CiteURL supports Bluebook-style citations to over 130 sources of U.S. law, including:
You can also add more sources of law by writing your own citation templates in YAML format.
To install just enough to make CiteURL work, run this command:
python3 -m pip install citeurl
Substitute citeurl[full]
for citeurl
if you want to install the optional dependencies flask
and appdirs
, necessary for hosting citeurl as a website and reading custom templates from the user's home directory.
CiteURL provides four command-line tools:
citeurl process
: Parse a text and insert an HTML hyperlink for every citation it contains, including shortform citations.citeurl lookup
: Look up a single citation and display information about it.citeurl host
: Host an instance of CiteURL as a web app like citation.link.citeurl makejs
: Export an instance of CiteURL's lookup feature as JavaScript or a static web page. More info is available here.Each command has its own command-line arguments you can view with the -h
option. They all share the -t
option, which allows you to load a list of custom citation templates in YAML form.
Here are a few common use cases:
# Process a court opinion and output a version where each citation is hyperlinked:
citeurl process -i INPUT_FILE.html -o OUTPUT_FILE.html
# Look up a single citation and open it directly in a browser
citeurl lookup "42 USC 1983" -b
# List the top ten authorities cited in a text, from most citations to least:
cat INPUT_FILE.html | citeurl process -a 10
# Host a lookup tool with custom templates, and serve it on the local network:
citeurl host -t PATH_TO_YOUR_TEMPLATES.YAML -s
CiteURL is also available in a few other forms besides the command-line tool:
Many thanks to these websites, which CiteURL's default templates frequently link to:
FAQs
an extensible tool to process legal citations in text
We found that citeurl demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.