-
Notifications
You must be signed in to change notification settings - Fork 0
[SKYW-1751]-Atualizar biblioteca Java_NFe para a versao mais recente #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3f0c775
3f3c3c2
1625d18
b47d980
ab247aa
52658a4
e957127
65691bf
9d684f4
ec2aca7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,5 @@ target/ | |
| .idea/ | ||
| *.iml | ||
| /target/ | ||
| /.github/*.md | ||
| show, | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
|
|
||||||
| <groupId>br.com.swconsultoria</groupId> | ||||||
| <artifactId>java-nfe</artifactId> | ||||||
| <version>4.00.49</version> | ||||||
| <version>4.00.51</version> | ||||||
| <name>Java_NFe</name> | ||||||
| <description>Api java para consumo do webService de nota fiscal eletronica</description> | ||||||
| <url>https://github.com/Samuel-Oliveira/Java_NFe</url> | ||||||
|
|
@@ -31,7 +31,7 @@ | |||||
| <java.version>1.8</java.version> | ||||||
|
|
||||||
| <!-- Versions --> | ||||||
| <java-certificado.version>3.13</java-certificado.version> | ||||||
| <java-certificado.version>3.14</java-certificado.version> | ||||||
| <httpcore.version>4.4.6</httpcore.version> | ||||||
| <jaxb-impl.version>2.3.1</jaxb-impl.version> | ||||||
| <jaxb-xjc.version>2.3.1</jaxb-xjc.version> | ||||||
|
|
@@ -279,6 +279,15 @@ | |||||
| <autoPublish>true</autoPublish> | ||||||
| </configuration> | ||||||
| </plugin> | ||||||
| <!-- Cobertura de testes --> | ||||||
| <plugin> | ||||||
| <groupId>org.eluder.coveralls</groupId> | ||||||
| <artifactId>coveralls-maven-plugin</artifactId> | ||||||
| <version>4.3.0</version> | ||||||
| <configuration> | ||||||
| <repoToken>paGe4qkZvPNJtvxqY8NaJN5ImZO56RqB6</repoToken> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛑 Security Vulnerability: Hardcoded repository token is exposed in the pom.xml file. This token grants access to Coveralls and should never be committed to version control. Anyone with access to this repository can now use this token to push unauthorized code coverage reports or access Coveralls data.
Suggested change
|
||||||
| </configuration> | ||||||
| </plugin> | ||||||
| </plugins> | ||||||
| </build> | ||||||
| </project> | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,10 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- edited with XMLSpy v2008 (http://www.altova.com) by sas-softwares@procergs.rs.gov.br (PROCERGS) --> | ||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" | ||
| targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" | ||
| attributeFormDefault="unqualified"> | ||
| <xs:include schemaLocation="leiauteNFe_v4.00.xsd"/> | ||
| <xs:element name="NFe" type="TNFe"> | ||
| <xs:annotation> | ||
| <xs:documentation>Nota Fiscal Eletrônica</xs:documentation> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| </xs:schema> | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- edited with XMLSpy v2008 (http://www.altova.com) by sas-softwares@procergs.rs.gov.br (PROCERGS) --> | ||
| <xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
| <xs:include schemaLocation="leiauteNFe_v4.00.xsd"/> | ||
| <xs:element name="NFe" type="TNFe"> | ||
| <xs:annotation> | ||
| <xs:documentation>Nota Fiscal Eletrônica</xs:documentation> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| </xs:schema> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PII
More Details
Sampled Examples
To ignore this finding as an exception, reply to this conversation with
#wiz_ignore reasonIf you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).
To get more details on how to remediate this issue using AI, reply to this conversation with
#wiz remediate