• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

node-opcua / node-opcua
92%

Build:
DEFAULT BRANCH: master
Repo Added 02 May 2014 03:56PM UTC
Files 1211
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • Bug/NonceVerification
  • Bug1429
  • BugFix/Int64Issue
  • BugFix/remove_reference_from_child
  • CleanUpImport
  • DiscoveryUrls
  • Fix/SocketKeepAlive
  • FixAuditEvent
  • FixChangeDataType
  • ImproveCertificateChain
  • PackageUpdate
  • add-issuer-certs-in-updateCertificate-method
  • bugFix/CloseWhileCreatingMonitoredItem
  • bugFix/Issue1442
  • bugFix/getChildByName
  • dependabot/npm_and_yarn/glob-11.1.0
  • dependabot/npm_and_yarn/glob-13.0.0
  • dependabot/npm_and_yarn/packages/node-opcua-address-space/lodash-4.17.23
  • double-enum
  • fast_restart_leak
  • feat/MethodLifecycle
  • feat/advertisedEndpoints
  • feat/decode-opaque-in-historyRead
  • feat/extobj-1.05
  • feat/increase_clock_skew_allowance_to_5min
  • feat/onboarding-relaxation
  • feat/perfImprovement
  • fix/BitFieldOnDerivedUnion
  • fix/ClientHasSession
  • fix/TerminalValueInExtensionObject
  • fix/disposeMonitoredItem
  • fix/mdns-hostname-and-events
  • fix/ts-generator-inheritance-1472
  • fixCodeSysDataTypeParsing
  • fix_read
  • getExtraDataTypeManagerImprovement
  • instantiate_interface_optioanals
  • master
  • newpki
  • next
  • reconnection_with_credential
  • refactorServer
  • refactor_setMonitoringMode
  • refs/heads/master
  • refs/pull/1182/merge
  • refs/pull/1186/merge
  • refs/pull/1189/merge
  • refs/pull/1192/merge
  • refs/pull/1195/merge
  • refs/pull/1198/merge
  • refs/pull/1202/merge
  • refs/pull/1207/merge
  • refs/pull/1209/merge
  • refs/pull/1223/merge
  • refs/pull/1226/merge
  • refs/pull/1228/merge
  • refs/pull/1233/merge
  • refs/pull/1237/merge
  • refs/pull/1251/merge
  • refs/pull/1253/merge
  • refs/pull/1257/merge
  • refs/pull/1269/merge
  • refs/pull/1271/merge
  • refs/pull/1272/merge
  • refs/pull/1278/merge
  • remove_vorpal
  • server-configuration-update
  • snyk-fix-20eeafae290db078c543852ec914a6a1
  • snyk-fix-49a9ab596d4b159c5f97757770370d31
  • snyk-fix-8358be0d2337219a8266e0eba9fd0e01
  • snyk-fix-e8107ea273df0551e5eec11c6f81d004
  • thenify-ex

27 Apr 2026 02:59PM UTC coverage: 92.199% (-0.009%) from 92.208%
25002628405

push

github

erossignon
fix(secure-channel): use OPC Foundation URI for Aes256_Sha256_RsaPss asymmetric signature #1495

Aes256_Sha256_RsaPss was advertising the W3C
http://www.w3.org/2001/04/xmldsig-more#rsa-pss-sha256 URI as
asymmetricSignatureAlgorithm. OPC UA Part 7 Table 30 mandates
http://opcfoundation.org/UA/security/rsa-pss-sha2-256.

Spec-compliant clients (e.g. Eclipse Milo) reject the W3C URI with
Bad_SecurityChecksFailed / "unknown securityAlgorithmUri ...".
node-opcua-to-node-opcua connections were unaffected because both
sides agreed on the same non-spec URI.

18475 of 21945 branches covered (84.19%)

1 of 1 new or added line in 1 file covered. (100.0%)

15 existing lines in 3 files now uncovered.

162165 of 175885 relevant lines covered (92.2%)

468016.35 hits per line

Relevant lines Covered
Build:
Build:
175885 RELEVANT LINES 162165 COVERED LINES
468016.35 HITS PER LINE
Source Files on master
  • Tree
  • List 1211
  • Changed 5
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25002628405 master fix(secure-channel): use OPC Foundation URI for Aes256_Sha256_RsaPss asymmetric signature #1495 Aes256_Sha256_RsaPss was advertising the W3C http://www.w3.org/2001/04/xmldsig-more#rsa-pss-sha256 URI as asymmetricSignatureAlgorithm. OPC UA Part 7 ... push 27 Apr 2026 03:49PM UTC erossignon github
92.2
24997920090 master v2.170.0 push 27 Apr 2026 02:19PM UTC erossignon github
92.21
24996859033 master fix(client,transport): copilot review fixes - client_session_keepalive_manager: compare StatusCodes via .equals() instead of strict reference equality so that BadSessionIdInvalid / BadSessionClosed faults are detected even when the response... push 27 Apr 2026 01:56PM UTC erossignon github
92.21
24993803039 master fix(address-space): copilot review fixes - address_space: fix EvenType -> EventType typo; warn when sourceNode cannot be resolved instead of silently emitting an empty SourceName; align constructEventData signature with IAddressSpace (Recor... push 27 Apr 2026 12:50PM UTC erossignon github
92.22
24993746139 Fix/SocketKeepAlive Merge 6bb6654d0 into 82d570d3e Pull #1497 27 Apr 2026 12:49PM UTC web-flow github
92.26
24989892862 instantiate_interface_optioanals Merge 66d50cd45 into 82d570d3e Pull #1498 27 Apr 2026 11:20AM UTC web-flow github
92.22
24988414444 Fix/SocketKeepAlive Merge 015844da3 into 82d570d3e Pull #1497 27 Apr 2026 10:45AM UTC web-flow github
92.25
24988637517 instantiate_interface_optioanals Merge 11fe08367 into 82d570d3e Pull #1498 27 Apr 2026 10:43AM UTC web-flow github
92.22
24348365176 master v2.169.0 push 13 Apr 2026 03:07PM UTC erossignon github
92.27
24334085480 master chore(server): minor refactoring for biome conformance push 13 Apr 2026 09:30AM UTC erossignon github
92.26
See All Builds (2683)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc