Installations
npm install cordova-plugin-except-aws-s3-from-ats
Developer Guide
Typescript
No
Module System
N/A
Node Version
4.0.0
NPM Version
2.14.2
Score
47.8
Supply Chain
39.9
Quality
80.8
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Developer
Collaborne
Download Statistics
Total Downloads
2,701
Last Day
1
Last Week
2
Last Month
15
Last Year
187
GitHub Statistics
2 Stars
15 Commits
2 Forks
5 Watching
2 Branches
1 Contributors
Package Meta Information
Latest Version
1.0.0
Package Id
cordova-plugin-except-aws-s3-from-ats@1.0.0
Size
5.30 kB
NPM Version
2.14.2
Node Version
4.0.0
Total Downloads
Cumulative downloads
Total Downloads
2,701
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
15.4%
15
Compared to previous month
Last year
-20.8%
187
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
No dependencies detected.
cordova-plugin-except-aws-s3-from-ats
Cordova plugin that excepts access to S3 from App Transport Security (iOS9)
Background
iOS9 introduced strict transport security rules (ATS) which rejects the current S3 certificates. This blocks all access from Cordova based apps to AWS S3, e.g. won't load.
AWS recommends to except the S3 domain via the -Info.plist (link):
Recent changes, per Apple�s App Transport Security Technote, states using NSURLConnection, CFURL, or NSURLSession require TLS 1.2 and SHA256 (or > better) signed hash algorithms. S3 currently supports TLS 1.2. S3 endpoint certificates will continue to be based on SHA-1 until September 30th. We recommend specifying exceptions to the default ATS behavior by modifying the Info.plist file during the transition period. Later this year, when S3 SHA-256 certificates are deployed, we recommend testing and confirming your application works properly with the enabled ATS security settings.
All current apps will continue to function just fine. This applies specifically to those that are compiled with the new SDK, Xcode 7.
This plugin adds the required entry to -Info.plist.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2024-12-23
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