Gathering detailed insights and metrics for callsigns
Gathering detailed insights and metrics for callsigns
Gathering detailed insights and metrics for callsigns
Gathering detailed insights and metrics for callsigns
npm install callsigns
Typescript
Module System
Node Version
NPM Version
39.8
Supply Chain
85.9
Quality
71.9
Maintenance
50
Vulnerability
99.3
License
JavaScript (59.86%)
HTML (34.9%)
Shell (4.77%)
CSS (0.47%)
Total Downloads
16,889
Last Day
2
Last Week
7
Last Month
45
Last Year
691
1 Stars
115 Commits
1 Forks
2 Watching
1 Branches
1 Contributors
Latest Version
2.6.0
Package Id
callsigns@2.6.0
Size
10.53 kB
NPM Version
3.8.6
Node Version
0.10.26
Cumulative downloads
Total Downloads
Last day
-75%
2
Compared to previous day
Last week
-36.4%
7
Compared to previous week
Last month
-63.4%
45
Compared to previous month
Last year
-39.4%
691
Compared to previous year
This is the code that powers callsigns.ca. It started with the simple desire for a simple mobile friendly way of searching the Canadian Callsign Database and ended with me developing my own website.
Grab the source code:
mkdir -p /var/node && cd /var/node
git clone git://github.com/tcort/callsigns.git && cd callsigns
Install the dependencies:
npm install
Configure iptables:
iptables-restore < ./etc/iptables/rules.v4
ip6tables-restore < ./etc/iptables/rules.v6
apt-get install iptables-persistent
Configure:
$EDITOR config.json
Populate the database:
/var/node/callsigns/db/refresh.sh
Add a cron job to refresh the database:
crontab -e
15 1 * * * /var/node/callsigns/db/refresh.sh >/dev/null 2>&1
Configure rsyslog
:
sudo -e /etc/rsyslog.conf
local5.* /var/log/callsigns.log
sudo service rsyslog restart
logger -p local5.info "Test"
Get SSL Certificates:
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --agree-dev-preview --server \
https://acme-v01.api.letsencrypt.org/directory certonly
Generate DHE Parameters:
openssl dhparam -out /etc/ssl/certs/dhparam.pem 4096
Configure nginx:
cp /var/node/callsigns/etc/nginx/sites-available/callsigns.ca /etc/nginx/sites-available/callsigns.ca
$EDITOR /etc/nginx/sites-available/callsigns.ca
systemctl restart nginx
Configure the service:
cp /var/node/callsigns/etc/systemd/system/callsigns.service /etc/systemd/system/callsigns.service
systemctl enable callsigns
systemctl start callsigns
Once the service is up and running, execute npm test
to perform some end-to-end tests.
Code License: see LICENSE.md
Data License: see Terms and Conditions on the Industry Canada website.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-12-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More